

InterviewSolution
Saved Bookmarks
1. |
Which of the following determines the time to take a simple sample?(a) buffer(b) latency(c) pointer(d) memoryThis question was posed to me in an international level competition.My query is from Buffers topic in chapter Buffering and other Data Structures of Embedded Systems |
Answer» RIGHT option is (b) latency Best explanation: The sampling is performed on a regular basis in which the filtering TAKES less time than the interval between the sample and this does not NEED a buffering and it will have very LOW latency. Each sample is RECEIVED, processed and stored and the latency is the time take a single sample. |
|