Computer Science I / Input-Output and Peripheral Communication
Practice question · Sort into groups

Sort each peripheral by the direction in which data mainly flows.

Groups: Mainly input · Mainly output · Both directions

Hints
  1. Ask whether the machine reads from the device, writes to it, or genuinely does both.
  2. Two of these are storage or communication devices, which are read and written equally.
Show the answer

Mainly input: Keyboard, Mouse

Mainly output: Display, Printer

Both directions: Disk, Network card

Why

Keyboards and mice only deliver data in; displays and printers only take data out; disks and network cards do both, which is why they are the devices that most need DMA. Filing the disk as input only, because 'loading a file' is the familiar case, is the usual slip.

Read the lesson: Input-Output and Peripheral Communication →

Practise Input-Output and Peripheral Communication

The app has 5 more questions on this lesson, and keeps your place in the course. Computer Science I is free to start.

More questions on Input-Output and Peripheral Communication