InterviewSolution
Saved Bookmarks
| 1. |
What Is Double Buffering? |
|
Answer» Double buffering is the PROCESS of use of two buffers rather than one to temporarily hold DATA being moved to and from an I/O device. Double buffering increases data TRANSFER speed because one BUFFER can be filled while the other is being emptied. Double buffering is the process of use of two buffers rather than one to temporarily hold data being moved to and from an I/O device. Double buffering increases data transfer speed because one buffer can be filled while the other is being emptied. |
|