The register that contains the address of the next instruction to be executed…

2023

The register that contains the address of the next instruction to be executed is called ______.

Answer: A. program counterThe register that contains the address of the next instruction to be executed is the program counter. It keeps track of the memory address of the next…

  1. A.

    program counter

  2. B.

    instruction register

  3. C.

    accumulator

  4. D.

    More than one of the above

  5. E.

    None of the above

Attempted by 3103 students.

Show answer & explanation

Correct answer: A

The register that contains the address of the next instruction to be executed is the program counter. It keeps track of the memory address of the next instruction in the sequence. After each instruction is fetched and executed, the program counter is updated to point to the next instruction. This ensures the CPU executes instructions in the correct order.

हिन्दी उत्तर: अगली निर्देश (instruction) का पता (address) रखने वाला रजिस्टर प्रोग्राम काउंटर कहलाता है। यह अगली निर्देश के लिए मेमोरी पते को ट्रैक करता है। प्रत्येक निर्देश के फेच और निष्पादन के बाद, प्रोग्राम काउंटर को अगली निर्देश को इंगित करने के लिए अपडेट किया जाता है। इससे यह सुनिश्चित होता है कि सीपीयू निर्देशों को सही क्रम में निष्पादित करे।

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…