MCQS

Q. Which of the following registers is used to keep track of address of the memory location where the next instruction is located?
🔍 Search on Google 📖 Search on Wikipedia
« PreviousNext »

The correct answer is 'A. Program Counter' because the Program Counter is a register that stores the memory address of the next instruction to be executed by the CPU. It keeps track of the location in memory where the CPU should fetch the next instruction from, allowing the CPU to execute instructions in the correct sequence.