InterviewSolution
Saved Bookmarks
| 1. |
A device driver can be thought of like a translator. Its input consists of _____ commands and output consists of _______ instructions.(a) high level, low level(b) low level, high level(c) complex, simple(d) low level, complexI got this question in an interview.I'd like to ask this question from File System Implementation topic in section File Systems and their Implementation of Operating System |
|
Answer» The correct choice is (a) high LEVEL, LOW level |
|