InterviewSolution
| 1. |
What Is The Need For Having Multibyte Data Input And Output Buffers In Case Of Device Ports? |
|
Answer» •It’s normally the case that some devices transfer the output either in a BURSTY or a sequential manner and also during input entry. If we take the example of keyboards, all the data ENTERED is stored in a buffer and GIVEN at a time or one CHARACTER at a time. •It’s normally the case that some devices transfer the output either in a bursty or a sequential manner and also during input entry. If we take the example of keyboards, all the data entered is stored in a buffer and given at a time or one character at a time. |
|