answersLogoWhite

0

1.Programmed IO is the process of IO instruction written in computer program , where Interrupt Initiated IO is done by using interrupt and some special command.

2.The advantage of Interrupt Initiated IO is ,it is a time consuming process than Programmed IO.

3.In Programmed IO technique to transfer data,required constant motoring on peripheral by CPU,once data transfer is initiated, CPU have to wait for next transfer.

In Interrupt Initiated IO once data transfer initiated ,CPU execute next program without wasting time and the interface keep monitoring the device. When the interface determines that the device is ready to transfer data, it generate an interrupt request,CPU stop the current task,execute the transferring process,and then return to the previous on-processing task.

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
More answers

In programmed IO, the CPU continuously polls the IO device to check if it is ready for data transfer. This method is inefficient as it wastes CPU cycles. In interrupt IO, the IO device itself interrupts the CPU when it is ready for data transfer, allowing the CPU to perform other tasks in the meantime, thus improving efficiency.

User Avatar

AnswerBot

11mo ago
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between programmed IO and interrupt IO?
Write your answer...
Submit
Still have questions?
magnify glass
imp