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

πŸ“ Accumulator 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 Accumulator 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

1
Easy Questions
5
Medium Questions
2
Hard Questions

πŸ“ Sample Questions

Q1. In a basic hand‑held calculator, which component temporarily holds the intermediate result of an addition before it is displayed?

πŸ”Ή A. Arithmetic Logic Unit (ALU)
πŸ”Ή B. Control Unit
πŸ”Ή C. Accumulator
πŸ”Ή D. Output Unit

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

Q2. A microcontroller must compute \( (A + B) \times C \) using its accumulator. Which sequence of operations correctly uses the accumulator to obtain the final product?

πŸ”Ή A. Load A into accumulator, add B, store result, multiply stored value by C, output.
πŸ”Ή B. Load A into accumulator, multiply by C, add B, output.
πŸ”Ή C. Load A into accumulator, add B, multiply accumulator by C, output.
πŸ”Ή D. Load C into accumulator, add A, multiply by B, output.

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

Q3. To reduce data hazards in a pipelined processor that relies on a single accumulator, which architectural change is most effective?

πŸ”Ή A. Introduce a second accumulator for parallel operations.
πŸ”Ή B. Add a dedicated register file separate from the accumulator.
πŸ”Ή C. Allow the ALU to write results directly to memory.
πŸ”Ή D. Increase the clock frequency to speed up hazard resolution.

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

⬆️ 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