Write the purpose of the following pin of 8085 Microprocessor:
INTR
From the following options below ______ is not vectored interrupt.
Trap
RST 7.5
RST 6.5
INTR
After execution of XTHL instruction in 8085 Microprocessor stack pointer is ________.
increased by 2
decreased by 2
remains same
increased by 1
The RAM size of 8049 microcontroller is ______.
64 bytes
128 bytes
256 bytes
512 bytes
If the network is to be extended beyond pre defined cable limit ______ is used.
Modem
Repeater
Hub
Router
Write any four functions performed by Microprocessor.
Write the purpose of the following pin of 8085 Microprocessor:
HOLD
Write the purpose of the following pin of 8085 Microprocessor:
INTR
Write the purpose of the following pin of 8085 Microprocessor:
ALE
State any 4 advantages of same over microprocessor based system.
Considering the following point, explain the instruction INX rp:
Addressing mode
Considering the following point, explain the instruction INX rp:
Flag Affected
Considering the following point, explain the instruction INX rp:
Meaning of instruction
What do you mean by a one-byte instruction in the 8085 Microprocessor?
What do you mean by a two-byte instruction in the 8085 Microprocessor?
What do you mean by a three-byte instruction in the 8085 Microprocessor?
Give one example of one byte instruction in the 8085 Microprocessor?
Give one example of two byte instruction in the 8085 Microprocessor?
Give one example of three byte instruction in the 8085 Microprocessor?
Define the following characteristics of transmission media:
Band width
Define following characteristic of transmission media:
Band usage
Define the following characteristics of transmission media:
Attenuation
Explain the following term with respect to block diagram of Microcomputer system:
Keyboard interface
Explain the following term with respect to block diagram of Microcomputers system:
ROM
Explain the following term with respect to block diagram of Microcomputers system:
RAM
Explain the following term with respect to block diagram of Microcomputers system:
Display interface
State the function of the following register in the 8085 Microprocessor:
Accumulator
State the function of the following register in the 8085 Microprocessor:
Stack Pointer
State the function of the following register in the 8085 Microprocessor:
Program Counter
How Accumulator is different than general purpose register in 8085 Microprocessor?
Write branching addresses of vectored hardware interrupt with their priority.
Write the RAM size of the following Microcontroller:
8048
Write the RAM size of the following Microcontroller:
8051
Write the RAM size of the following Microcontroller:
8052
Write the ROM size of the following Microcontroller:
8048
Write the ROM size of the following Microcontroller:
8051
Write the ROM size of the following Microcontroller:
8052
Compare any three attributes of 80286 and pentium microprocessor.
If accumulator contains the data ABH and register B contains 54H. ‘What will be the contents of accumulator in hexadecimal after execution of each of the instructions dependently (Stepwise, i.e., one after another.
ANA BCMACMP BANI OOHDraw and label programming model of 80286 Microprocessor.
‘Write an Assembly Language program to divide the data at location 9900H by the data stored at location 9901H. Storc thc quotient and remainder in 9902H and 9903H memory locations respectively.
Write an Assembly Language Program to count the number of times data 9DH is found in block of memory locations starting from 8901H. Length of the block is stored in memory location 8900H. Store the result in memory location 8000H.
A 16 bit number beginning with lower order byte is stored from memory location 7000H. Write a Assembly Language Program to find its two’s (2’s) compliment and stare the result beginning with lower order byte from memory location 7500H.
Write an Assembly Language Program to find one’s (1’s) compliment of a number stored at memory location D000H without using CMA instruction and store result at memory location D00IH.
Write an Assembly Language Program to check whether fourth and fifth bits of a hexadecimal number stored in memory location DICH is logicalone then store 00H else FFH of memory location D90IH.
Write an Assembly Language Program to copy a block of data stored in memory location from D100H to D10FH in new memory location starting of E100H.