Device Driver Flashcards

1
Q

What is a system resource?

A

Any physical or virtual component of limited availability within a computer system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An IRQ (Interrupt Request) does what?

A

Allows a device to interrupt the CPU and request processing time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is DMA(Direct Memory Access)?

A

DMA channels are conduits high-speed devices used to bypass the CPU and communicate with RAM directly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Hard drives, sound cards, and firewire cards use DMA to do what?

A

Increase the speed of data transfers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or false: Devices must have a unique DMA channel?

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

An I/O address (port address) allows two devices in a computer to do what?

A

Send information to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When a device wants to send information to another one, what does it do?

A

It addresses the data to the receiving I/O port number and sends it out on the system bus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Each device in a computer must have its own______

A

I/O address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does plug and play allow you to do?

A

Add and remove devices without having to do manual configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a driver?

A

A driver is program that enables the OS to interact with the hardware devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a legacy device?

A

A device that doesn’t support plug and play.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a “signed driver”?

A

A driver that has a digital signature which means the driver…

Comes from the reported publisher.

Has not been altered or modified.

Is compatible with the OS version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

An unsigned driver is?

A

One without a digital signature,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Self-signed drivers are?

A

Drivers that have a digital signature, but they could not be verified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are hot swapping/plugging devices?

A

Devices that can be added and removed without shutting down the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly