answersLogoWhite

0


Best Answer

. How does the CPU know when the memory operation is completed?

User Avatar

Tyrel Wiegand

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: HOW DOES CPU INTERFACE WITH THE DEVICE TO COORDINATE THE TRANSFER?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What transfer mode can transmit data from a device to memory without involving the CPU?

DMA transfer mode


Difference between programmed IO and interrupt IO?

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.


Which transfer mode can transmit data from a device to memory without involving the cpu?

DMA


Why Direct memory access has priority over the CPU when both request a memory transfer?

we can transfer data direct to and from memory without the need of the CPU. The transfer of data between a fast storage device such as magnetic disk and memory is often limited by the speed of the CPU. Removing the CPU from the path and letting the peripheral device manager the memory buses directly would improve the speed of transfer. This transfer technique is called direct memory access(DMA). During DMA transfer, the CPU is idle and has no control of the memory buses. A DMA controller takes over the buses to manage the transfer directly between the I/O device and memory. With Regards. Veer Thakur. Chandigarh.


Block diagram of 8257 dma controller?

it is a device to transfer the data directly between io device and memory without through the cpu so it performs a high-speed data transfer between memory and io device


Why CPU is not called as peripheral device?

what are cpu device


How Memory interface with CPU indicate the direction of signal and control signals?

How Memory interface with CPU indicate the direction of signal and control signals?


Would a CPU be a processing device?

Yes, the CPU itself is a processing device, it is the "brain" of the computer. CPU = Central *Processing* Unit


Which is not a peripheral device webcam external hard drive CPU or keyboard?

CPU is not a peripheral device.


What are the components of computer hardware?

Ram, cpu, storage device, output device, input device, communication device


Is a CPU a software or hardware device?

No. A CPU is hardware.


Why DMA controller data transfer is faster?

The direct memory access or DMA mode of data transfer is the fastest amongst all the modes of data transfer.In this mode ,the device may transfer data directly to/from memory without any interference from the CPU.The device requests the CPU through a DMA controller to hold its data,address and control bus so that the device may transfer data directly to/from memory.