-
A computer handles several interrupt sources of which of the following are relevant?
Interrupt from CPU temperature sensor
Interrupt from Mouse
Interrupt from Keyboard
Interrupt from Hard disk
-
- Interrupt from Hard disk
- Interrupt from Mouse
- Interrupt from Keyboard
- Interrupt from CPU temperature sensor
- Interrupt from Hard disk
Correct Option: D
Higher priority interrupt levels are assigned to requests which, if delayed or interrupted, could have serious consequences. Devices with high speed transfer such as magnetic disks are given high priority and slow diviser such as keyboard receive low priority. Mouse pointer moments are more frequent then keyboard ticks. So its obvious that its data transfer rate is higher than keyboard. Delaying a CPU temperature sensor could have serious consequences, overheat can damage CPU circuitry. From the above information we can conclude that priorities are - CPU temperature sensor > Hard disk > Mouse > Keyboard.