Multiple choice technology programming languages

Which registers are not used for application purpose

  1. General,Control registers

  2. Control,Floating registers

  3. Control,Access registers

  4. None of these

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

Control registers manage CPU state (flags, mode bits) and Access registers handle memory protection. Applications don't directly manipulate these - they're for OS/hypervisor use.