1.

Which buffer will lose data when it is full?(a) linear buffer(b) circular buffer(c) directional buffer(d) double bufferI had been asked this question during an interview.This intriguing question originated from Types of Buffers in division Buffering and other Data Structures of Embedded Systems

Answer»

Right choice is (a) LINEAR buffer

For explanation: The linear buffer has a single piece of contiguous memory which is controlled by the POINTERS whose address INCREMENTS linearly and it will LOSE data when it is full and fail to provide data when it is empty.



Discussion

No Comment Found

Related InterviewSolutions