retagged by
541 views

2 Answers

Best answer
2 votes
2 votes
DMA is the fastest data transfer mode , as no CPU involvement is there .
selected by
0 votes
0 votes

Programmable I/O and Interrupt-driven I/O both require CPU to intervene, which is an overhead for data transfer.

DMA, on the other hand has Direct memory access, without the intervention of CPU. It doesn't have that overhead and hence is faster.

 

Option C

Answer:

Related questions

1.3k
views
2 answers
3 votes
Bikram asked Nov 25, 2016
1,282 views
A hard disk is connected to a $2$ GHz processor through a DMA controller which works in burst mode. The initial set up of a DMA transfer takes $1000$ ... Then, the fraction of CPU time free if the disk is transferring data is _______%.
429
views
3 answers
1 votes
Bikram asked Nov 25, 2016
429 views
Consider the following program segment for a CPU having three Registers $R1, R2,$ and $R3$ ... being executing by the CPU, then the return address saved onto the stack will be _______.
462
views
1 answers
1 votes
Bikram asked Nov 25, 2016
462 views
A CPU has a $32$ KB direct-mapped cache with $128$byte block size. $'A'$ is a two dimensional array of size $512 \times 512$ with elements that occupy $8$bytes each.for ( ... $2^{14}$2^{18}$2^{15}$
514
views
1 answers
1 votes
Bikram asked Nov 25, 2016
514 views
A computer system has a main memory consisting of $1$M $16$-bit words. It also has a $4$K-word cache organized in the block-set-associative manner (with $4$ blocks ... $3.16$2.15$2.19$