Q
Hard 3 Marks
Computer Studies Central Processing Unit (CPU)
A program instruction says: add two numbers and store the result. Which sequence of CPU components is involved?
Explanation
PC provides the instruction address CU fetches from memory and decodes it the ALU performs the addition and the ACC stores the intermediate result. All components work together.
Reference: Computer Studies Textbook , Page 5
Hint
Trace the instruction through each CPU component in order.