Data buffer: Difference between revisions

Content deleted Content added
fixed link syntax
Rephrased big sentence.
Line 1:
In [[computing]], a '''buffer''' is [[Memory_(computers)|memory]] used to temporarily hold output or input data. The output or inputdata can be output to or input from external devices oroutside betweenthe [[computer]] or [[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==