A.In the cycle stealing mode of DMA, one word of data is transferred between an I/O device and main memory in a stolen cycle
ans.True (as defination)
B.For bulk data transfer, the burst mode of DMA has a higher throughput than the cycle stealing mode
ans.True(as define, through as compared to bulk data, for burst mode through put will be equal to 1 as bulk of data will be transferd at once but with cycle stealing mode transfer will take more time and throughput will be less)
C.Programmed I/O mechanism has a better CPU utilization than the interrupt driven I/O mechanism
ans.False (Programmed i/o is like polling(can remeber to recall the concept) so to check wether there is i/o who need's cpu ,cpu has to do alot of work, but in interrupt driven i/o ,i/o has given preveleged to tell cpu that i need you by sending the interrupt so cpu in is more utilized in interrupt driven i/o)
D.The CPU can start executing an interrupt service routine faster with vectored interrupts than with non-vectored interrupts
ans.true (vectored interrupt mean's address of program which handles that interrupt is send with the interrupt itself where in non vectored interrupt it is not send so cpu has to run defualt service rountine to identify the address of that routine and then run that routing)