MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SYSTEM SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the purpose of a device driver?
A
used to keep your computer files well-organized
B
used to write documents and create spreadsheets
C
make your hardware peripherals available to your applications
D
deliver packages to your door
Explanation: 

Detailed explanation-1: -Purpose. The main purpose of device drivers is to provide abstraction by acting as a translator between a hardware device and the applications or operating systems that use it. Programmers can write higher-level application code independently of whatever specific hardware the end-user is using.

Detailed explanation-2: -A device driver’s primary objective is to allow computers and network hardware components to interface and interact with specific devices. They handle requests made by the kernel concerning a particular type of device.

Detailed explanation-3: -They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.” The Device Driver Purpose “A device driver simplifies programming by acting as a translator between a device and the applications or operating systems that use it.

There is 1 question to complete.