Write the following point for the instruction LDAX B in the 8085 Microprocessor:
Interpretation of Mnemonic
Zero flag is not affected in ______ instruction.
XRA A
SUB A
CMP A
MVI A, OOH
The interrupt ______ is not a vectored.
INTR
TRAP
RST 7.5
RST.6.5
The most expensive cable amongst the following is ______.
UTP
Fiber Optic
Co-axial
STP
The internal ROM of 8051 is ______.
2 KB
8 KB
4 KB
16 KB
Write two instructions of the 8085 microprocessor for the following:
1 byte
Write two instructions of the 8085 microprocessor for the following:
2 bytes
Write two instructions of the 8085 microprocessor for the following:
3 bytes
Explain the following characteristics of transmission media:
Cost of Media
Explain the following characteristics of transmission media:
Electromagnetic interference
Explain the following characteristics of transmission media:
Band width
Write the following point for the instruction LDAX B in the 8085 Microprocessor:
Interpretation of Mnemonic
Write the following point for the instruction LDAX B in the 8085 Microprocessor:
Addressing mode
Write the following point for the instruction LDAX B in the 8085 Microprocessor:
Number of byte(S)
Write the function of following pin in 8085 Microprocessor:
`bar(WR)`
Write the function of the following pin in 8085 Microprocessor:
`bar(RESETIN)`
Explain the function of the following pin of 8085 Micro-processor:
READY
If Accumulation contains AA H and register B contains 55 H, write the contents of Accumulator in hexadecimal after execution of each of the following instruction dependently (one after another):
Write the ROM size of the 8050 microcontroller.
Write the RAM size of the 8050 microcontroller.
If the contents of Accumulator is FFH. Write the status of zero flag, Auxillary carry flag and carry flag after the execution of instruction INR A in 8085 Microprocessor.
Compare the 80286 and 80486 processors on the following attributes:
Data bus
Compare the 80286 and 80486 processors on the following attributes:
Address bus
Compare the 80286 and 80486 processors on the following attributes:
Physical memory size
Write any two instructions from the following group:
Logical group
Write any two instructions from the following group:
Data transfer group
Write any two instructions from the following group:
Arithmetic group
Write any two instructions from the following group:
Branching group
Draw and label the programming model of 80486 processor.
Write any three points which specifies Accumulator of 8085 microprocessor as a special purpose register.
State any six features of 8051 Microcontroller.
Answer the following with respect to hardware interrupts of 8085 Microprocessor:
Draw the labelled internal block diagram of 8085 Microprocessor
Write a short note on STAR topology using following points:
Write an Assembly Language Program to count number of zeros in a number stored at memory location 2600H. Store the count at 2601H.
Write an Assembly Language Program to find the largest number in a block of memory locations begins from 2400H, block length is stored at 23 FFH. Store the largest number after the end of the block.
Write, an Assembly Language Program to find absolute difference of two hex numbers stored in memory locations 2500 H and 2501 H. Store the result at 2502H.
Write an Assembly Language Program to exchange the digits of a number the digits of a number stored in C200H and add it to the original number Store the result at C201H.
Write an Assembly Language Program to count number of times data D9H present in a memory block begins from C400H. The length of the block is stored at C3FFH. Store the result after end of the block.
A block of data is stored in memory locations from C200H to C20FH. Write an Assembly Language Program to transfer the block in reverse order to memory locations C300H and onwards.