📝 Question
#1513
______________ allows the algorithm to execute more quickly by performing CPU activity in parallel with I/O activity.
✓
Correct Answer
B. Double buffering
💡
Explanation
Double buffering using two buffers, with one continuing execution of the algorithm while the other is being written out.
⌨️ Press
A
B
C
D
to select