L26_Ch11a

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

I/O Management

The process of managing input and output operations between a computer and external devices.

2
New cards

Programmed I/O

A method where the processor issues an I/O command and then waits for the operation to complete.

3
New cards

Interrupt-driven I/O

I/O method where the processor is free to execute other instructions while waiting for I/O operations to complete.

4
New cards

Direct Memory Access (DMA)

A technique allowing hardware devices to transfer data to/from memory without CPU intervention.

5
New cards

Buffering

The process of temporarily storing data in a buffer while it is being moved between two devices.

6
New cards

Block-oriented device

A device that stores information in fixed-size blocks, transferring one block at a time.

7
New cards

Stream-oriented device

A device that transfers data as a continuous stream of bytes without a block structure.

8
New cards

Double Buffering

A technique using two buffers to allow a process to transfer data to one buffer while the OS processes the other.

9
New cards

Circular Buffer

A buffer structure where multiple buffers are used in a circular manner to manage data flow.

10
New cards

Device Controller

A component that manages the communication between the CPU and a hardware device.