An 1/0 controller of a computer system transfer data from 1/0 device to?
Answers
Answer:
Data transfer between CPU and the I/O devices may be done in different modes. Programmed I/O. Interrupt- initiated I/O. Direct memory access( DMA).
Answer: The answer to the above given question is memory
Explanation:There are no results that are coming for 1/0 in the question it might be I/o.
In a computer system the I/o controller transfers data from I/o device to a memory or sometimes it can also be told as data is transferred to bus system of a CPU. To transfer data to memory requires several instructions to be executed by CPU. Firstly input instruction transfers data from device to CPU , CPU stores the instruction and transfers the data to memory. I/o controller typically communicates with the system memory over the system bus. It can control many devices.
In general this data transfer may be done between I/o device to memory in three different ways. They are programmed I/o, Interrupt initiated i/o and Direct memory access.
Here are two links that can help you know more about few things related to the given question in detail
The below link helps to know importance of memory in a computer system
https://brainly.in/question/16045443
This second link helps to know some examples related to where i/o devices are used in
https://brainly.in/question/42598242
#SPJ2