

InterviewSolution
Saved Bookmarks
1. |
Which of the following uses a single low water tank and a next data pointer?(a) single buffer(b) double buffer(c) directional buffer(d) linear bufferThe question was posed to me in final exam.I'd like to ask this question from Types of Buffers in section Buffering and other Data Structures of Embedded Systems |
Answer» The correct answer is (a) single buffer |
|