Multiple choice

BRU, BIP, BIN and TDX are

  1. logic instructions

  2. data movement instructions

  3. control instructions

  4. interrupt handling instructions

  5. system calls

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

BRU, BIP, BIN and TDX are control instructions which control the sequence of program execution. These are responsible for subroutine calls, halts and other control functions.