187k views
5 votes
TRUE/FALSE

The Interrupt Flag (IF) controls the way the CPU responds to all interrupts.

1 Answer

2 votes

Answer: True.

Step-by-step explanation:

The value of the IF is very important to respond to the interrupts in the OS. It is a system flag bit. All the hardware interrupts will be handled if the flag value is set to 1 else all interrupts will be ignored. It takes two values either 1 or 0.

User Cmota
by
7.0k points