Unit 5 - Input Output Organization
Unit 5 - Input Output Organization
Marks: 10 out of 70
Course Outcome: Visualize CPU-I/O Communication and working.
5.1 Input-Output Interface
• Used to transfer information between processor / internal storage and
external I/O devices.
• Characteristics of Each device:
i. Type of device.
ii. Data transfer rate.
iii. Data formats.
iv. Operating mode.
Each device has its own characteristics value.
1. Burst Mode: DMA releases bus only after complete data transfer.
2. Cycle Stealing Mode: DMA steals one cycle for transferring single byte
of data and then releases bus.
3. Transparent Mode: DMA controller takes the charge of system bus only
if the processor does not require the system bus.
5.3 CPU-IOP Communication