Difference between revisions of "Buffer"

From Computer History Wiki
Jump to: navigation, search
(A start)
 
m (+See also)
Line 1: Line 1:
 
A '''buffer''' is a mechanism for storing data while it is waiting to be used. Buffers may be implemented in [[hardware]] or [[software]]; it might be [[memory]] in a [[device controller]], it might be an [[array]] in [[main memory]].
 
A '''buffer''' is a mechanism for storing data while it is waiting to be used. Buffers may be implemented in [[hardware]] or [[software]]; it might be [[memory]] in a [[device controller]], it might be an [[array]] in [[main memory]].
 +
 +
==See also==
 +
 +
* [[First-In First-Out buffer]]
  
 
{{stub}}
 
{{stub}}

Revision as of 13:42, 1 October 2018

A buffer is a mechanism for storing data while it is waiting to be used. Buffers may be implemented in hardware or software; it might be memory in a device controller, it might be an array in main memory.

See also