🎴 Flashcard Mode

Computer Science & Technology Fundamentals Quiz

Card1 / 18
Mastered0
Review0
QuestionClick to flip

A temporary storage area, attached to the CPU, for I/O operation, is a

AnswerClick to flip back
A
Buffer
💡 Explanation:

A buffer is a temporary storage area that holds data being transferred between the CPU and I/O devices. It compensates for speed differences between fast CPU operations and slower I/O devices, preventing data loss during transmission. Channels are data paths, registers are CPU internal storage, and cores refer to magnetic core memory.

Change Mode