in CO and Architecture
674 views
0 votes
0 votes

Which of the following mode of data transfer uses Interrupt mechanism ? (More then may be correct)

  1. Programmed I/O
  2. Interrupt Driven data transfer
  3. DMA Mode
  4. Asynchronous I/O
  5. Synchronous I/O
  6. None of the above
in CO and Architecture
by
674 views

4 Comments

B,C and E are correct option right ?
0
0
Why would synchronous use interrupt? Asynchronous should be using interrupts.
0
0
In synchronous I/O mode of data transfer when an i/o operation is encountered the process moves to Waiting state until I/O is done then I/O generates interrupt so that process moves back to ready queue. In asynchronous process doesn't wait for completion of I/O later I/O informs process by setting up some variables,or simply notifying no sort of context switch type happens
1
1
I think B,C,Dand E are correct
0
0

Please log in or register to answer this question.

Related questions