I/O MANAGEMENT TOPIC 6 Flashcards

1
Q

I/O Devices: External devices

A
  • Human readable eg. Printers, keyboards
  • Machine readable - actuators, disk and tape drivers.
  • Communications- Moderns
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Organisation of the I/O function

A
  1. Programmed I/O
  2. Interrupt-Driven I/O
  3. Direct Memory Access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Evolution of the I/O function

A
  • The processor directly controls a peripheral device
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Direct Memory Access

A
  1. Data count
  2. Data register
  3. Address register
  4. Control logic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Types of DMA configurations:

A
  1. Single Bus detached DMA
    - Processor-DMA-I/O-I/O-Memory
  2. Single Bus, integrated of DMA-I/O
    - Processor-DMA-DMA-Memory
  3. System Bus
    Processor- DMA- Memory
  4. I/O Bus I/O-I/O-I/O
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

I/O Buffering

A
  • Buffering is required when a user process wants to rad blocks of data from a disk
  • It waits either by:
    Busy waiting
    Process suspension of an interrupt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Types of I/O devices

A
  1. Block-oriented
    - stores information in blocks that are usually fixed in size
  2. Stream-oriented
    - Transfers data in and out as a stream of bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly