4.2 Operating System - Understanding Computer Hardware Flashcards

1
Q

Which of the following are examples of persistent storage? (Pick 3)

A) HDD
B) DVD
C) RAM
D) SSD

A

HDD
DVD
SSD

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

The purpose of the Linux kernel is to ____.

A) Provide management of system resources
B) Provide governance over network traffic
C) Provide block device storage and character devices
D) Provide the utilities expected in an operating system

A

Provide management of system resources

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

Which of the following commands display hardware information? (Pick 2)

A) cat /proc/mb
B) lshw
C) list_hardware
D) dmidecode

A

lshw

dmidecode

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

Which of the following statements about drivers are true? (Pick 2)

A) They can be compiled into the kernel.

B) They are not needed, as Linux doesn’t use them.

C) They can be built as modules and loaded into the kernel as needed.

D) They can be installed as applications.

A

They can be compiled into the kernel.

They can be built as modules and loaded into the kernel as needed.

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