← Back to 2. Simple as Possible (SAP) - I

πŸ“ Output Register of Simple as Possible (SAP) I Computer

πŸ“– From An Introduction To Microprocessor 8085 β€’ 2. Simple as Possible (SAP) - I β€’ 8 questions available

Practice MCQs for Output Register of Simple as Possible (SAP) I Computer. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-30

2
Easy Questions
4
Medium Questions
2
Hard Questions

πŸ“ Sample Questions

Q1. What is the primary function of the Output Register in a CPU?

πŸ”Ή A. Store intermediate ALU results
πŸ”Ή B. Hold data to be sent to output devices
πŸ”Ή C. Generate clock pulses for the system
πŸ”Ή D. Decode machine instructions

πŸ’‘ Difficulty: easy | βœ… Correct: B

Q2. A microcontroller needs to display the sensor value \(0x3A\) on a 7‑segment LCD. Which sequence correctly uses the Output Register?

πŸ”Ή A. Load \(0x3A\) into the ALU, perform addition, then write result to memory
πŸ”Ή B. Write \(0x3A\) directly to RAM and let the LCD read from RAM
πŸ”Ή C. Store \(0x3A\) in the Input Register and wait for an interrupt
πŸ”Ή D. Place \(0x3A\) into the Output Register, then trigger the output unit to drive the LCD

πŸ’‘ Difficulty: medium | βœ… Correct: D

Q3. A system has two output devices, an LED panel and a speaker, sharing the same Output Register. If the CPU writes the value \(0b1010\) intending to light the LED panel only, which outcome best describes the result?

πŸ”Ή A. Both the LED panel and speaker receive the same pattern, causing unintended sound
πŸ”Ή B. Only the LED panel updates because the speaker ignores the lower bits
πŸ”Ή C. The CPU will automatically split the value, sending appropriate bits to each device
πŸ”Ή D. The write is ignored because a single register cannot drive two devices simultaneously

πŸ’‘ Difficulty: hard | βœ… Correct: A

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ Architecture of Simple as Possible (SAP) I ComputerπŸ“ Instruction Set of Simple as Possible (SAP) I ComputerπŸ“ Programming of Simple as Possible (SAP) I ComputerπŸ“ Working of Simple as Possible (SAP) I ComputerπŸ“ Fetch Cycle of Simple as Possible (SAP) I Computer
πŸš€ Start Quiz πŸ“ Practice Mode