

InterviewSolution
Saved Bookmarks
1. |
What do a buffer consist of?(a) memory and register(b) memory and peripheral(c) memory and flag register(d) memory and pointerThe question was posed to me during an online exam.Question is taken from Buffers topic in division Buffering and other Data Structures of Embedded Systems |
Answer» RIGHT option is (d) memory and pointer Best explanation: The BUFFER consists of a pointer and memory which can be USED to locate the next piece of DATA to be removed or accessed from the buffer. |
|