Chapter 6 Flashcards

1
Q

Your blank (sometimes called the processor) is the brain of the computer – it does most of the computer’s actual computing

A

CPU

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

This CPU type originated with Intel’s 8086 CPU, but the first model is capable of running Linux was the 80386 (also known as 386)

A

x86

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

Other names for this architecture include AMD64, x64, and EM64T.

A

x86-64

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

The Intel line of processors that is the cheapest CPU, offers low end speed and processing performance

A

i3

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

The Intel line of processors that is the mid-range CPU, offers medium speed and processing performance as well as a medium-level price

A

i5

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

The Intel line of processors that is the high-end CPU, offers advanced speeds and processing performances but as a higher price

A

i7

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

The blank processor was introduced in 1985 but has just recently taken off as the main processor in small devices, such as tablets and embedded computer systems.

A

Advanced RISC Machine (ARM)

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

This CPU, created as a cooperative effort of Apple, IBM, and Motorola, was Apple’s CPU of choice between 1994 and 2006.

A

PowerPC

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

Intel created blank or IA-64, architecture as a 64-bit replacement for the x86 line, but it gained little market penetration except in the server field

A

Itanium

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

Many CPUS today are blank. These CPUS package the circuitry for two or more CPUs into one unit.

A

multicore models

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

Typing blank displays basic information on the kernel and the CPU

A

uname -a

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

The blank command returns additional information on about 20 lines of output. Much of this is highly technical, such as the sizes of caches the CPU supports

A

lscpu

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

The blank command returns still more information than lscpu.

A

cat /proc/cpuinfo

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

If the CPU is the computer brain, the blank is the rest of the computer’s central nervous system, which is a large circuit board inside the computer.

A

motherboard

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

The motherboard is dominated by a blank, which is one or more chips that provide key functionality for the computer

A

chipset

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

In addition to the chipset, motherboards include plug-in interfaces for these 6 key components

A

1) One or more slots for the computer’s CPU
2) Slots for Random Access Memory (RAM)
3) Slots for plug-in Peripheral Component Interconnect (PCI) or other cards
4) Connectors for internal hard disks, such as the Serial Advanced Technology Attachment (SATA) interface
5) Back-Panel connectors that provide external interfaces for USB devices, keyboards, and monitors. and so on
6) Connectors for additional external devices, such as front-panel USB plugs

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

Whether the feature is provided by the main of secondary chipset, you can learn about most of the motherboard’s features by using the blank command

A

lspci

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

A computer’s power supply takes the blank power from a wall outlet and converts it to the blank that your motherboard and everything you plug into it uses

A

alternating current (AC)
direct current (DC)

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

Today, what three disk interfaces are common

A

PATA
SATA
NVMe

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

This disk interface was very common in the past, but it’s fading in popularity. It features wide 40- and 80- pin cables that transfer several bits of data simultaneously

A

PATA

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

In 2003, a serial version of the ATA protocol was created.

A

SATA

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

The blank interface was designed specifically to support SSD drive storage standards

A

Non-volatile Memory Express (NVMe)

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

You can think of a hard disk as a set of blank, each of which holds a small amount of data - normally 512 bytes. The disk hardware itself does little to help organize data on the disk, aside from providing a means to read and write specific blanks.

A

sectors

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

Blank exist to help subdivide the disk into pieces with broadly different purposes (like different OSs or for different types of data in the OS)

A

Disk partitions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
The most common partitioning scheme for x86 and x86-64 supports what three types of partitions
Primary Extended Logical
26
Blank is the simplest type of partition which a disk can have zero to four, including one extended.
Primary
27
This is a special type of primary partition that serves as a placeholder for logical partitions, and the disk can only have one
Extended
28
These partitions are kept within the extended partition. In theory a disk can have billions, but you're likely to see no more than 12.
Logical
29
When it comes to partitioning a disk, Linux supports what three family of tools
1) fdisk 2) liberated 3) GPT fdisk
30
Most disk partitions contain blank, which are data structures that help the computer organize your directories and files.
filesystems
31
In Linux, all filesystems are part of a blank.
single directory tree
32
The main filesystem in Linux is referred to as the blank.
/root
33
The blank filesystem was popular in the 1990s but is rarely used today because it lacks a journal.
Ext2fs
34
The blank filesystem is essentially Ext2fs with a journal.
Ext3fs
35
The blank filesystem improves on Ext3fs with speed improvements and the ability to handle larger files and disks, up to 16 TB
Ext4fs
36
The blank filesystem is similar to Ext3fs with an 8TB size limit and 16TB filesystem-size limit.
ReiserFS
37
IBM developed the blank filesystem for its AIX OS, but the source code found its way to Linux.
JFS
38
Silicon graphics developed this filesystem to IRIX OS and later donated it to Linux. It supports up to 8 EiB files and filesystems up to 16 Eib.
XFS
39
The new filesystem, known as blank, is intended as the next generation filesystem. It supports files up to 16 EiB and filesystems up to the same size.
Btrfs
40
If you're planning a new Linux installation, you should consider what three filesystems.
Ext4fs, Btrfs, XFS
41
To access a filesystem, you must blank it with the command of the same name.
mount
42
If you insert a blank into a computer that's running most modern Linux distributions, the computer will detect that fact, mount the disk in a subdirectory of /media, and launch the file manager on the disk
removable disk
43
Most removable disks typically use what filesystem?
FAT
44
Linux provides what two display modes
GUI text-mode
45
Modern Linux distributions use one of two popular X software packages
X.org Wayland
46
Much of the challenge in dealing with blank is managing drivers.
video devices
47
What (3) video drivers work with NVIDIA?
nv, nouveau, nvidia
48
What (2) video drivers work with AMD/ATI video hardware?
ati, fglrx
49
What video driver works with Intel video hardware?
intel
50
What 2 generic video drivers work with a multitude of video hardware?
fbdev and vesa
51
Most modern computers use blank as the primary interface for external peripherals
USB
52
The X software usually manages any Human Interface devices when you blank.
plug it in
53
When using a insertable disk drive, it's imperative that you blank it before removing it to prevent data corruption.
unmount
54
A piece of software that talks to hardware is known as a blank.
driver
55
Broadly speaking drivers can exist in one of what two locations?
the kernel an external library or application
56
Most drivers are blank.
kernel-based
57
Name 3 drivers that reside in an external library or application
SANE (scanners) Ghostscript(converts printed output) X (manages the display)
58
What command provides the most information about your motherboard?
lspci
59
Why might you partition a drive? (Select all that apply) A. To install more than one OS on the disk B. To use ext4fs instead of ReiserFS C. To turn a PATA disk into a SATA disk D. To separate filesystem data from swap space E. To separate the disk's cache from its main data
A, D
60
Which of the following devices is not commonly attached via an USB? A. Video Monitors B. Keyboards C. External hard disks D. Printers E. Scanners
A
61
True or False: An EMT64T CPU is capable of running a Linux distribution identified as being for the AMD64 CPU?
True
62
True or False: UDF is a good filesystem to use for a Linux installation on a hard disk
False
63
True or False: The Linux kernel includes drivers for various disk controllers, network adapters, USB interfaces, among other things
True
64
THe x86 architecture uses a blank-bit architecture
32
65
A computer power supply converts electricity from alternating current to blank
direct current
66
The blank standard is a modern digital video interface that's commonly used on computer monitors
HDMI
67
Two current popular X software packages are blank and blank
X.org and Wayland