Multiple choice technology programming languages Which registers are not used for application purpose General,Control registers Control,Floating registers Control,Access registers 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.