

InterviewSolution
Saved Bookmarks
1. |
In which case, the buffer is used by two software task?(a) single buffer(b) linear buffer(c) double buffer(d) directional bufferI have been asked this question in class test.Enquiry is from Types of Buffers in section Buffering and other Data Structures of Embedded Systems |
Answer» RIGHT OPTION is (a) SINGLE buffer To ELABORATE: In the single buffer, the buffer is used by two software tasks to insert or extract information. The problem with this buffer is that the water LEVEL is above or below, and the free space that is used to fill the buffer does not lie in the correct location. |
|