1.2.1.7 Device Drivers Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are Device Drivers?

A
  • Device drivers are computer programs which are provided by the operating system and allow the operating system to interact with hardware.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do Device Drivers work?

A
  • When a piece of hardware is used, such as a keyboard, it is the device driver that communicates this request to the
    operating system which can then produce the relevant output - which in this case is displaying a letter on the screen.
  • Device drivers are specific to the computer’s architecture, so different drivers must be used for different device types such as:

Smartphones
Games consoles
Desktop PCs

  • As drivers interact with the operating system, they are also specific to the operating system installed on the
    device.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are Device Drivers an example of Abstraction?

A
  • You are able to interact with hardware without knowing details of how this works.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly