The document discusses various topics related to microprocessors including the 8085, 8086, 8255, 8237 and 8253/8254. It includes questions about the bus interface unit, non-maskable interrupts, machine cycles, execution units, memory segmentation, flags, assembly language programs, block diagrams, addressing modes, registers, interfacing devices and more. The document contains 25 questions in total covering low-level details of microprocessor architecture, programming and interfacing with peripheral devices.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
35 views
Microprocessor Questions
The document discusses various topics related to microprocessors including the 8085, 8086, 8255, 8237 and 8253/8254. It includes questions about the bus interface unit, non-maskable interrupts, machine cycles, execution units, memory segmentation, flags, assembly language programs, block diagrams, addressing modes, registers, interfacing devices and more. The document contains 25 questions in total covering low-level details of microprocessor architecture, programming and interfacing with peripheral devices.
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
Microprocessor
1. Write in brief about the Bus interface unit (BIU) in Microprocessor.
2. Discuss NON- MASKABLE interrupt in 8085 microprocessor. 3. Sketch the machine cycle of MVI A, 37H. Assume that the opcode of MVI A instruction is 3EH, which is stored at 7005H. 4. Explain in detail about the Execution Unit and Memory Segmentation of the Microprocessor. 5. Explain the operation performed in 8085 and also name the machine cycles taken for executions, addressing mode of instructions and flags affected:- 1. OUT 40H 2. JC 2000H 3. LDA 2000H 4. CMA 6. Find the effect of XRA A instruction on FLAG register values. 7. Using assembly language program, analyze a microprocessor system for the 8085 microprocessor for blink the LED's of Port B and Port C of 8255 with the delay of 0.2 sec. Assume that the address of control word is 97H. 8. Illustrate 8085 microprocessor with its neat block diagram. 9. Draw and explain Internal Block diagram of 8255(PPI) and its Modes of operation in detail. 10. Discuss 32-bit register in 8086. 11. Write an 8085 assembly language program to find the sum of two 16-bit numbers. The first number is stored at memory locations 5001H and 5000H and the second number is stored at memory locations 5003H and 5002H. Store the 16-bit result at memory location at memory location 7001H and 7000H. (Assume the higher bytes are stored at memory location 7001H, 5003H and 5001H.) 12. Calculate the control word for 8255 if port B is used as output port and port A as input port. 13. Discuss Internal block diagram of 8237 and explain the operating mode of 8237 DMA controller. 14. Illustrate 8086 microprocessor with its neat block diagram. 15. Write an 8085 assembly language program to determine 2's complement of 8-bit number which is stored at memory location 2000H and store the result at memory location 5000H. 16. Discuss about interfacing devices with help of 3 x 8 Decoder. Also discuss its block diagram. 17. Discuss different Addressing Modes of 8086 with examples. 18. Discuss the operating modes of 8253/54 for the 8085 microprocessor system. 19. Explain in detail about the Execution Unit and Memory Segmentation of the Microprocessor. 20. Identify the initiated operation of microprocessor with its bus structure diagram. 21. Discuss the LHLD and SHLD instruction. 22. What are differences between a return and a restart instruction? 23. Examine the mode which is known as software trigger mode in 8253/8254. 24. Explain rotate instructions in 8085. 25. Discuss briefly about the concept of Assembly language.