MODULE 12- Understanding computer hardware Flashcards

1
Q

What is another name for a motherboard of a computer?

A

Motherboards are also known as system boards.

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

Name two components connected to the motherboard?

A

A CPU and RAM are connected to the motherboard.

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

Which computer component is referred to as the brain of the computer?

A

The CPU is referred to as the brain of the computer.

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

What is a system with more than one processor called?

A

A system with more than one processor is called a multiprocessor system

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

What is the name of the computer part which connects and enables communication between the CPU , RAM and other components?

A

The motherboard is the main hardware board connecting and enabling communication between CPU, RAM and other components.

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

What are the two main architectures in desktop and server computers?

A

The two main architectures in desktop and server computers are x86 and x86_64

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

What is it called when a single chip has more than one processor?

A

When a single chip has more than one processor it is called a Multicore processor.

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

How many bits does an x86 system process?

A

A x86 system processes 32 bits at a time.

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

How many bits does a x86_64 system process?

A

A x86_64 system processes 65 bits at a time

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

Which companies other than intel have produced x86 compatible processors?

A

Other than intel, AMD and Cyrix have produced x86 compatible processors.

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

Which command helps you see which family the current system belongs to ?

A

‘arch’ command helps show which family current system belongs to.

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

Since when have 64 bit processors been in production?

A

x86_64 processors have been around since the year 2000.

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

Which is the oldest processor generation many Linux distros limit their support to?

A

Many Linux distros limit their support to the Pentium pro processors (i686)

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

Which command shows more details about the CPU?

A

The ‘lscpu’ command shows more details about the CPU.

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

What is the name of the virtual memory on the hard drive used when the system is running low on RAM ?

A

Swap space is the virtual memory on the hard drive used when the system runs low on RAM.

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

What is the maximum RAM supported by 32-bit systems?

A

32-bit systems can support up to 4GB RAM.

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

Which command is used to view the amount of RAM & swap space on your device

A

The ‘free’ command is used to view the amount of RAM and swap space on your device.

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

Which options used with the free command can force the command to round the command to round off the output to the nearest megabyte and gigabyte?

A

‘free’ used with ‘-m’ forces it to round the output to nearest megabyte and ‘-g’ forces it to round to the nearest ‘gigabyte’.

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

What do we call the high speed component allowing communication between computers or internal components?

A

A bus is the high speed component allowing communication between computers or internal components.

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

Name two common types of buses found on a motherboard.

A

Two common busses found on a motherboard are the PCI (Peripheral component interconnect) and USB (universal serial bus)

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

Which command shows all devices connected via PCI bus?

A

The ‘lspci’ command shows all commands connected via PCI bus

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

What is the difference between cold plug and hot plug devices?

A

Cold plug devices require the system to be shut down, hot plug devices can be disconnected and a connected while the system is running.

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

Give 3 alternative names for hard drives?

A

Hard drives are also referred to as Hard disks, disk devices or storage devices.

13
Q

What are 3 ways in which hard drives can be connected to a system?

A

Hard disks can be connected to a system via integrated motherboard controllers, USB or PCI cards.

14
What do we call the electromechanical or electronic storage device which holds data accessed by the system?
The electromechanical or electronic storage device which holds data accessed by the system is a Hard drive.
14
What is defined as a logical division of a hard drive to break large storage into smaller manageable areas?
A partition is a logical division of a hard drive to break large storage into smaller manageable areas.
14
What are the the two partitioning types used on hard drives?
Hard drives either use the new GPT (Guide partition table) or the MBR (Master boot records)
15
Since when has the GPT been available?
The GPT (Guide partition table) has been around since the year 2000.
16
What does the term 'fixed disk' refer to?
'Fixed disk' refers to an internal disk which is not removable.
17
What partitioning type allows having partitions larger than 2 terabytes?
GPT allows having a partition larger than 2 terabytes.
18
Which type of disks are the 'fdisk , cfdisk, and sfdisk' partition tools for and what are they named after?
The 'fdisk, cfdisk and sfdisk' partition tools are for the MBR partitioned disks.
19
Which type of disks are the 'gdisk, cgdisk, and sgdisk' partition tools for ?
The 'gdisk, cgdisk and sgdisk' partition tools are for GPT partitioned disks.
19
Which two tools supporting both MBR and GPT?
The 'part' CLI tool and gpart GUI tools support both the GPT and MBR.
20
Where are hard drive device filenames stored in Linux?
Hard drive device file names are stored in the /dev directory.
21
What is the prefix given for IDE , USB, SATA, and SCSI hard drives in Linux?
The prefix for IDE drives is 'hd' and the prefix for USB, SATA and SCSI drives is 'sd'.
22
How does Linux indicate the order of the hard drives?
Linux indicates the order of the drives by assigning a letter after the prefix. eg (sda, sdb, sdc)
23
How are partitions identified on a hard drive?
Partitions on a hard drive are assigned numbers. eg (sda1, sda2)
23
Which command is used to display further information about partitions?
'fdisk' command is used to display further information about partitions.
23
Which command is simplest for viewing hard disks?
The 'ls /dev/sd*' command is the simplest for viewing hard disks.
23
Which storage device type has no moving parts?
A SSD (solid state disk) has no moving parts
24
What is characterized as essentially being a larger capacity USB thumb drive?
SSDs (Solid state disks) are characterized as essentially being a larger capacity USB thumb drive.
25
What controls data storage and retrieval is SSDs?
Data storage and retrieval and storage in a SSD is controlled by an embedded processor in the SSD.
26
Where do modern Linux distros usually mount optical or removable disks? Where do other distros unmount optical disks?
Optical removable disks are usually mounted in the /media folder while other distros mount them in the /mnt folder.
27
Which command is used to safely unmount a optical or removable drive in Linux?
The 'unmount' command is used to safely unmount a optical or removable drive.
28
Which components allows hardware devices to communicate with the OS?
Device drivers allow hardware devices to communicate with the OS.
29
Which two components are required in order to display output to a monitor?
In order to display output on to a monitor a video display device (video card) and a monitor are required.
30
In what three ways can a device driver be integrated into a Linux system?
Device drivers can be integrated into a Linux system as part of a kernel, loaded into the kernel as a module or loaded by a user command or application.
31
Which older analog video cable uses a 15 pin connector and is still used today?
VGA (Video graphics array) is the older analog video cable using a 15 pin connector still used today.
31
Which 29 pin video interface came after VGA and is digital?
Digital Visual Interface (DVI) is a 29 pin interface which came after VGA and is digital.
31
Which widely used video cable supports 4k and has 19 or 29 pins?
HDMI (High definition multimedia interface) is a video cable with 19 or 29 pins and supports 4k.
32
What is the newest 20 pin digital display interface and what is its apple used version?
The newest 20 pin digital display interface is called DisplayPort (DP) and its Apple used version is mini-DisplayPort.
33
Which device is responsible for converting AC power from the wall outlet into DC at various voltages for the computer components to use?
A power supply converts AC power from a wall outlet into Dc at various voltages for the computer components to use.
34
Name the 3 power supply typical output ranges?
The typical power supply output ranges are 3V, 5V and 12V.
35
Which command and option shows the kernel driver & modules
lspci -k
36
Which command shows you the currently loaded modules?
lsmod
37
Which file shows more CPU information?
/proc/cpuinfo
38
Which command shows partitions and block devices?
fdisk -l