Skip to content

Category Archives: Computer Subject

Gateway Load Balancing Protocol (GLBP) is one of First Hop Redundancy Protocol (FHRP) which provides redundancy like other First Hop Redundancy Protocol, also provides load… Read More
Problem – Write a program to generate continuous square wave. Use D0 bit to output the square wave. The required waveform is: Explanation – The… Read More
Prerequisite – Predicates and Quantifiers – Set 1, Set 2 Quantifiers are expressions that indicate the scope of the term to which they are attached,… Read More
Inverted Index It is a data structure that stores mapping from words to documents or set of documents i.e. directs you from word to document.… Read More
The expression denotes times. This can be evaluated as the sum of the terms involving for k = 0 to n, where the first term can be chosen… Read More
Problem – Write an assembly language program in 8085 microprocessor to show masking of lower and higher nibble of 8 bit number. Example – Assumption… Read More
Problem – Write an assembly language program in 8085 microprocessor to exchange content of HL register pair with DE register pair using PUSH and POP… Read More
Program – Write an assembly language program in 8085 microprocessor to count even numbers in a series of 10 numbers.  Example –    Assumption –… Read More
In TCP connection, flags are used to indicate a particular state of connection or to provide some additional useful information like troubleshooting purposes or to… Read More
Problem – Write an assembly language program for calculating the sum of first n natural numbers using 8085 microprocessor. Example – Input : 04H Output… Read More
Problem: Write an assembly language program in 8085 microprocessor to reverse 8-bit numbers.  Example:    Assume that number to be reversed is stored at memory… Read More
Problem – Write an assembly language program to check whether the given 16 bit number is palindrome or not. If number is palindrome then store… Read More
Inverted index is a data structure used in information retrieval systems to efficiently retrieve documents or web pages containing a specific term or set of… Read More
A virus is a fragment of code embedded in a legitimate program. Viruses are self-replicating and are designed to infect other programs. They can wreak… Read More
Pin diagram of 8086 microprocessor is as given below:    Intel 8086 is a 16-bit HMOS microprocessor. It is available in 40 pin DIP chip.… Read More

Start Your Coding Journey Now!