π From An Introduction To Microprocessor 8085 β’ 6. Programming of 8085 β’ 9 questions available
Practice MCQs for Program on 8 Bit Division in 8085 Microprocessor. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
π Last updated: 2026-07-30
Q1. A student needs to divide the 8βbit value 0x96 (150 decimal) by 0x05 using an 8085 routine that expects the dividend in the accumulator and the divisor in register B. Which of the following instruction sequences correctly prepares the registers before calling the subroutine DIV8?
π‘ Difficulty: easy | β Correct: A
Q2. Memory location 3000H holds the dividend and 3001H holds the divisor. Which code fragment correctly computes the 8βbit quotient and stores it at 3002H while storing the remainder at 3003H using a repeatedβsubtraction routine?
π‘ Difficulty: medium | β Correct: D
Q3. To divide two signed 8βbit numbers using twoβs complement on the 8085, which sequence correctly handles sign conversion and restores the correct sign of the quotient?
π‘ Difficulty: hard | β Correct: A
β¬οΈ View all questions in the quiz below