Edit Page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
+ | {{stub}} |
||
− | == Definition == |
||
− | A '''buffer''' is |
||
− | + | A '''buffer''' is a block of [[memory]] that temporarily holds [[data]] and allows the [[data]] to be read or written in larger chunks to improve a [[computer]]’s performance. |
|
⚫ | Buffers are used to offset differences between the operating speeds of different devices, such as a [[printer]] and a [[computer]]. Buffers are used for many purposes, such as (a) [[interconnect]]ing two [[digital]] circuits operating at different rates, (b) holding [[data]] for use at a later time, (c) allowing timing corrections to be made on a [[data stream]], (d) collecting [[binary data]] [[bit]]s into groups that can then be operated on as a unit, (e) delaying the transit time of a signal in order to allow other operations to occur. |
||
− | == Overview == |
||
⚫ | Buffers are used to offset differences between the operating speeds of different devices, such as a [[printer]] and a [[computer]]. Buffers are used for many purposes, such as (a) [[interconnect]]ing two [[digital]] circuits operating at different rates, (b) holding [[data]] for use at a later time, (c) allowing timing corrections to be made on a [[data stream]], (d) |
||
− | |||
− | == References == |
||
− | <references /> |
||
[[Category:Hardware]] |
[[Category:Hardware]] |
||
− | [[Category:Storage]] |
||
− | [[Category:Computing]] |
||
− | [[Category:Definition]] |