FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMPUTER OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This allows the most important processes access to the CPU precisely when needed. ____ interrupts may have to wait to gain access.
A
Lower priority
B
Medium priority
C
Higher priority
D
Hardware
Explanation: 

Detailed explanation-1: -Non-maskable interrupts are typically used to respond to high-priority requests such as watchdog timer timeouts, power-down signals and traps. Hardware timers are often used to generate periodic interrupts.

Detailed explanation-2: -Interrupt is the mechanism by which modules like I/O or memory may interrupt the normal processing by CPU. It may be either clicking a mouse, dragging a cursor, printing a document etc the case where interrupt is getting generated. Why we require Interrupt? External devices are comparatively slower than CPU.

Detailed explanation-3: -The dispatcher is the module that gives control of the CPU to the process selected by the scheduler.

There is 1 question to complete.