edited by
12,662 views
28 votes
28 votes

Which of the following devices should get higher priority in assigning interrupts?

  1. Hard disk
  2. Printer
  3. Keyboard
  4. Floppy disk
edited by

4 Answers

Best answer
37 votes
37 votes

It should be a Hard disk. I don't think there is a rule like that. But hard disk makes sense compared to others here. 

http://www.ibm1130.net/functional/IOInterrupts.html

selected by
22 votes
22 votes

Answer: (A)

Devices with high speed get more priority in assigning interrupts.

Here is the explanation taken from Morris Mano:

3 votes
3 votes
Hard disk should be given higher priority as all user programs and OS are stored in here.
2 votes
2 votes

Devices with high speed transfer such as Hard disk (according to given options it has high speed among all) are given high priority, and slow devices such as keyboard receive low priority.

So, clearly Hard disk is answer. Option (A).

Check the similar one:

https://gateoverflow.in/2113/gate2011-11

Answer:

Related questions

12.1k
views
2 answers
36 votes
Kathleen asked Sep 25, 2014
12,054 views
Which of the following is true?Unless enabled, a CPU will not be able to process interrupts.Loop instructions cannot be interrupted till they complete.A processor checks ...
14.6k
views
4 answers
29 votes
Kathleen asked Sep 25, 2014
14,584 views
A computer has six tape drives, with $n$ processes competing for them. Each process may need two drives. What is the maximum value of $n$ for the system to be deadlock fr...
19.7k
views
9 answers
47 votes
Kathleen asked Sep 25, 2014
19,675 views
If an instruction takes $i$ microseconds and a page fault takes an additional $j$ microseconds, the effective instruction time if on the average a page fault occurs every...
13.8k
views
6 answers
48 votes
Arjun asked Jul 10, 2015
13,756 views
In a computer system where the ‘best-fit’ algorithm is used for allocating ‘jobs’ to ‘memory partitions’, the following situation was encountered:$$\begin{arr...