Data buffer: Difference between revisions

Content deleted Content added
s/programs/processes/ also added like for processes
fixed link syntax
Line 1:
In [[computing]], a buffer is [[Memory_(computers)|memory]] used to temporarily hold output or input data. The output or input can be to or from external devices or between [[Process_(computing)|processes]] within a computer. Buffers can be implemented in either hardware or software, but the vast majority of buffers are implemented in software.
 
==See also==