

InterviewSolution
Saved Bookmarks
1. |
Which of the following uses two buffers?(a) linear buffer(b) single buffer(c) double buffer(d) directional bufferThis question was addressed to me in homework.Origin of the question is Types of Buffers in portion Buffering and other Data Structures of Embedded Systems |
Answer» CORRECT answer is (C) double buffer To elaborate: The double buffer USES buffers as its NAME suggest, one buffer is for FILLING and the other buffer is for extraction. |
|