What happens when branch instruction “BR ADR” is executed?

2022

What happens when branch instruction “BR ADR” is executed?

Answer: C. It transfers the value of ADR into PC.When the branch instruction BR ADR is executed, the address specified by ADR is loaded directly into the Program Counter (PC). This directs the CPU to fetch…

  1. A.

    It transfers the value of ADR into IR.

  2. B.

    It transfers the value of ADR into AC.

  3. C.

    It transfers the value of ADR into PC.

  4. D.

    It transfers the value of ADR into MAR.

Attempted by 222 students.

Show answer & explanation

Correct answer: C

When the branch instruction BR ADR is executed, the address specified by ADR is loaded directly into the Program Counter (PC). This directs the CPU to fetch subsequent instructions from that new memory location, altering the program flow.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…