Practice Quiz #3 Flashcards

1
Q

A software ____ is an archive of related files, such as configuration, data, and documentation files, constituting a software application.

A

package

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

Except for encrypted passwords (which are stored in the shadow file) authentication information for every user is stored in the file ______.

A

/etc/passwd

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

______ leverage the look and feel of the windows and adds utilities to make the GUI truly functional.

A

desktop environment

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

True or False: The Linux kernel includes drivers for various disk controllers, network adapters, and USB interfaces, among other things.

A

True

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

A ____ provides a user interface to make package management more user friendly.

A

front-end package manager

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

What happens if you try to delete a package that’s providing capabilities to another application?

A

A message appears indicating the delete operation failed due to dependency issues.

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

The GUI on a Linux system is created by the _____

A

X-Window system software

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

Each hardware device must have its own ____ so that the operating system can detect it.

A

driver

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

What is the extension for RPM packages?

A

.rpm

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

Software packages created with the RPM utility are often called “RPM files” or simply “____.”

A

packages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
Which of the following commands provides the most information about your motherboard’s features?
A. lspci
B. fdisk -l /dev/sda
C. Xorg -configure
D. http:// localhost:631
A

A. lspci

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

Open Source Software ______.

A. must deliver only uncompiled code.

B. must make its source code freely available so that other developers can work collaboratively on the application and, hopefully, make it better.

C. must make its source code freely available without cost, so that other developers can work collaboratively on the application and, hopefully, make it better.

D. is an option of delivering copyrighted code.

A

B. must make its source code freely available so that other developers can work collaboratively on the application and, hopefully, make it better.

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

Linux boot is usually managed by ____

A. boot.ini
B. grub2
C. ntboot
D. boot.cfg

A

B. grub2

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

Which of the following devices is not commonly attached via USB?

A. External hard disks
B. Scanners
C. Printers
D. Video monitors
E. Keyboards
A

D. Video monitors

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

True or False: One way to install drivers is to compile them into the kernel.

A

True

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

The Debian package manager

A. maintains a database containing configuration parameters for all installed software.
B. has no database, it merely installs software
C. can install .rpm files.
D. Maintains a database of software dependencies to prevent software mismatches and missing prerequisites.

A

D. Maintains a database of software dependencies to prevent software mismatches and missing prerequisites.

17
Q

___ customizes how the windows look and behave.

A

window manager

18
Q

True or False: Linux treats all objects, such as devices and directories, as files.

A

True

19
Q

______ draws windows graphically on the display screen

A

x server

20
Q

The x86 CPU uses a ____-bit architecture.

A

32