Computer Science, asked by maryudolo58, 5 months ago

why do divices need divice drivers?​

Answers

Answered by Anonymous
1

{\huge{\purple{\underline{\underline{\bf{\pink{\mathfrak{Answer}}}}}}}}

A driver provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used. Drivers are hardware dependent and operating-system-specific.

Missphenomina❤️

Answered by Raunak8114
0

Answer:

Here's Your Answer Mate

Mark as Brain List if possible

Explanation:

In computing, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer.[1] A driver provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used.

A driver communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program.

Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

Similar questions