Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 3 : Input/Output (Accessing I/O Devies (I/O Commands (Control,…
Chapter 3 : Input/Output
-
-
Accessing I/O Devies
-
-
-
-
-
-
DMA
meaning
transfer a block of data directly between an I/O device and the main memory, without continuous intervention by the processor.
-
Interrupts
Type Interrupt
-
Interrupt Latency
time an interrupt request is received, and the start of execution of the interrupt-service routine.
-
-
-
Multiple Interrupts
Multiple I/O devices , thus can generate multiple interrupt requests.
-
-
-
Processor Priority
-
If there is an attempt to execute a privileged instruction in the user mode, it causes a special type of interrupt called as privilege exception.
-
Interface Circuits
-
Parallel port
a number of bits at a time, normally 8 or 16 to or from the device.
-
-
-
-
To access an I/O device, the processor places the address on the address lines.
The device recognizes the address, and responds to the control signals.
In program-controlled I/O, when the processor continuously monitors the status of the device, it does not perform any useful tasks.
-
-