4.2 Operating System - Understanding Computer Hardware Flashcards
Which of the following are examples of persistent storage? (Pick 3)
A) HDD
B) DVD
C) RAM
D) SSD
HDD
DVD
SSD
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
Provide management of system resources
Which of the following commands display hardware information? (Pick 2)
A) cat /proc/mb
B) lshw
C) list_hardware
D) dmidecode
lshw
dmidecode
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.
They can be compiled into the kernel.
They can be built as modules and loaded into the kernel as needed.