1.

What solution can be done for the inefficiency in the memory usage of small data?(a) same size buffer(b) single buffer(c) variable size buffer(d) directional bufferI had been asked this question in my homework.This intriguing question originated from Buffer Exchange topic in chapter Buffering and other Data Structures of Embedded Systems

Answer»

Right answer is (c) variable size buffer

To explain I WOULD say: The buffer EXCHANGE becomes inefficient while concerning the memory usage for small and the simple DATA. In order to solve this problem, variable size buffers can be USED but this REQUIRES a more complex operation to handle the length of the valid data.



Discussion

No Comment Found

Related InterviewSolutions