InterviewSolution
Saved Bookmarks
| 1. |
The usage of two buffers, with one continuing execution of the algorithm while the other is written is called as __________(a) Double execution(b) Multi tasking(c) Double buffering(d) Double algorithm |
|
Answer» Correct option is (c) Double buffering For explanation: The usage of two buffers, with one continuing execution of the algorithm while the other is written is called as Double buffering. This makes the algorithm quicker by performing CPU operations simultaneously with the I/O operations. |
|