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 algorithmThis question was posed to me in a national level competition.This is a very interesting question from Evaluation of Expressions in division Query Processing and Optimization of RDBMS |
|
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. |
|