1.

Which of the following buffers loses the incoming data when it is full?(a) circular buffer(b) double buffer(c) linear buffer(d) directional bufferThe question was asked during an internship interview.This is a very interesting question from Types of Buffers in division Buffering and other Data Structures of Embedded Systems

Answer»

Right option is (c) linear BUFFER

Easiest explanation: The linear buffer will LOSE the INCOMING DATA when full such that the data it contains become older, which is known as the OVERRUN condition.



Discussion

No Comment Found

Related InterviewSolutions