I/O Flashcards
A ________ is an electronic component of a device and establishes the standard used by the device.
Device controller
What is a type of hardware I/O in which the device controller uses control registers in order to facilitate communication between the device and the OS.
Memory-mapped I/O
Describe a control register.
CPU writes to registers on the controller
How does programmed I/O work?
It transfers data between the processor and the I/O module
What if buffer
a buffer allows device to read/write data without flooding process with interrupts
Describe DMA-based I/O.
let’s DMA handle the I/O transaction and reduces need for interrupts
Describe device independence
Can access any device without having to specify the device.