As an Amazon Associate I earn from qualifying purchases.

Device Driver Notes: Definitions & Explanations PDF Download

Study Device Driver lecture notes PDF with operating system definitions and explanation to study “What is Device Driver?”. Study device driver explanation with operating system terms to review operating system course for online degree programs.

Device Driver Definition:

  • An operating system module that deals directly with a device or IO module.

    Operating Systems by William Stallings



Device Driver Notes:

Device driver is a computer program that operates or controls a particular type of peripheral or device that is attached to the computer system. Drivers are hardware dependent and operating system specific. Device drivers usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

Keep Learning with Operating System Notes

What is Time Sharing?

Time sharing is a technique which enables multiple users located at different terminals to use a particular computer system at ...

What is Deadlock?

A deadlock is a situation in which two computer programs sharing same resources are effectively preventing each other from accessing ...

What is Synchronization?

Synchronization means sharing system resources by processes in such a way that the concurrent access to shared data is handled ...

What is Job?

A job is a basically a unit of work that a job scheduler gives to the operating system. For instance, ...

What is Thread?

A thread is a single sequence within a process. Thread have some of the properties of processes, that is why ...

What is Nonprivileged State?

Nonproviliged state is an execution context that does not allow the system to execute any sensitive hardware instructions. The instructions ...