๐ From An Introduction To Microprocessor 8085 โข 5. The 8085 Microprocessor โข 8 questions available
Practice MCQs for Address Buffer and Address Data Buffer of 8085 Microprocessor. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
๐ Last updated: 2026-07-30
Q1. A program needs to store the address of the next instruction in the address buffer while also storing the opcode in the data buffer. Which pair of registers is best suited for holding the 16โbit address?
๐ก Difficulty: easy | โ Correct: A
Q2. Why does the SAPโIII architecture provide separate address and data buffers instead of a single combined register?
๐ก Difficulty: medium | โ Correct: A
Q3. A routine must copy 256 bytes from a source block whose base address is in the DโE pair to a destination block whose base address is in the HโL pair, using autoโincrement on both address buffers. Which pseudoโcode snippet correctly performs the copy without overwriting source data?
๐ก Difficulty: hard | โ Correct: A
โฌ๏ธ View all questions in the quiz below