Which of the following devices should get higher priority in assigning…
1998
Which of the following devices should get higher priority in assigning interrupts?
- A.
Hard disk
- B.
Printer
- C.
Keyboard
- D.
Floppy disk
Attempted by 40 students.
Show answer & explanation
Correct answer: A
Interrupt priority is generally assigned based on how urgent and time-sensitive the device service is. Among the given devices, a hard disk has the highest data-transfer rate and is more sensitive to service delays than a printer, keyboard, or floppy disk.
If a high-speed disk controller is not serviced promptly, data transfer can be delayed or buffers may overflow. Slow devices such as printers and keyboards can usually tolerate more delay.
Therefore, among the given options, the hard disk should get the higher interrupt priority.