Difference between revisions of "Buffer"

From Computer History Wiki
Jump to: navigation, search
m (+See also)
m (+cat)
 
Line 6: Line 6:
  
 
{{stub}}
 
{{stub}}
 +
 +
[[Category: Basics]]

Latest revision as of 22:49, 16 December 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