In a computer system, what is the purpose of the 'PC' (Program Counter)?
Q1. In a computer system, what is the purpose of the 'PC' (Program Counter)?
Answer: To store the address of the next instruction
Explanation: PC holds the memory address of the next instruction to be fetched, controlling the instruction execution sequence.