Windows Server Administration Fundamentals — Question 152
Which of the following statements are true about a device driver? Each correct answer represents a complete solution. Choose all that apply.
Answer options
- A. Device drivers are software-dependent and do not depend on operating systems.
- B. It allows higher-level computer programs to interact with a hardware device.
- C. It is a program or software that controls a particular device.
- D. It works as a translator between the device and the operating system and programs that use the device.
Correct answer: B, C, D
Explanation
The correct answers are B, C, and D because they accurately describe the functions and roles of a device driver. Option A is incorrect as device drivers are specifically designed to work with operating systems and are not independent of them.