Computers Unit Test Flashcards

(86 cards)

1
Q

What is a computer cabinet?

A

Where all internal components are stored and organized.

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

Make sure the ________ of the motherboard will fit into the cabinet.

A

layout

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

What are the two main types of computer cases?

A

AT and ATX

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

What does the power supply do?

A

Converts 120V AC from the wall outlet to 12 VDC and 5 VDC for the components inside the computer.

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

You need to make sure the power supply can provide enough ______ _____ for the components inside.

A

total wattage

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

Usually, a _______ W power supply should suffice.

A

500

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

If there is a good video card, then your power supply should be ______ W.

A

700

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

If the _______ is the heart, the _______ is both the skeleton and circulatory system.

A

PSU; Mother Board

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

What does PSU stand for?

A

Power Supply Unit

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

Motherboards include a BIOS stored where?

A

In an EEPROM chip on the board.

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

What does the BIOS do?

A

Initializes and tests the hardware and bootstraps the operating system.

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

Where are the BIOS settings stored?

A

The CMOS.

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

What is the CMOS?

A

An onboard, battery powered semiconductor chip inside computers that stores information.

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

What does UEFI stand for?

A

Unified Extensible Firmware Interface.

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

UEFI supports drive sizes up to __________ _______, and the BIOS only supports ____ ___________.

A

9 zettabytes; 2.2 terabytes.

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

UEFI offers security like “Secure Boot”, which prevents the computer from booting from ————– applications.

A

unauthorized/unsigned

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

UEFI runs in ____ or ______ bit mode.

A

32 or 64

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

What are the three main components of the CPU?

A

Memory/Storage, Control Unit, ALU (Arithmetic Logic Unit).

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

What is the system clock?

A

The control for a CPU’s steps or functions.

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

A system clock is a _____ crystal on the motherboard.

A

Quartz

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

On a system clock, for a 3GHz clock, there are _______ _______ ticks or functions a second.

A

3 billion

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

What do buses do?

A

Move information around the motherboard.

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

What are the three types of buses?

A

Control, Address, Data

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

What does the data bus do?

A

It moves data or instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
The width of the data bus determines what?
The speed in which the data moves (in combination with the system clock).
26
Width is measured in ______.
Bits
27
What can the width be?
8, 16, 32, or 64 bits.
28
What does the address bus do?
It identifies the source or destination of data.
29
What does the bus width of an address bus determine?
The memory capacity of the system.
30
What does the control bus do?
Control and timing information (i.e. memory read/write signal, interrupt request, clock signals).
31
What is a system bus?
A parallel or serial bus that combine the functions of the three buses, sharing wires to transfer information.
32
What are expansion slots?
A connector where you can add improved functionality to your computer.
33
What are the four types of expansion slots?
PCI-Express x16 PCI-Express x1 AGP PCI
34
What is a video card?
An expansion card that provides improved graphics to the monitor.
35
What can a video card include?
- VGA, DVI, HDMI, and DisplayPort outputs - On-board processing - 2D and 3D graphics - Memory
36
Are hard drives volatile or non-volatile?
Non-volatile
37
What type of storage is a Hard Drive?
Magnetic
38
On a hard drive, each bit is defined by the _________ _______ of a specific part of the disc.
Magnetic Orientation
39
When we write to the disc of a hard drive, a strong ____ ____ physically aligns the magnetic material.
Magnetic field
40
What year was the first magnetic storage of information?
1888
41
The first magnetic storage of information was on ________
wires
42
When were tape recorders developed? (the year)
1928
43
What company invented the hard drive and in what year?
IBM; 1954
44
How much did the first hard drive cost, and how much data could it store?
$50 000; 5MB
45
While the _______ byte production is still increasing worldwide, the ______ _____ ______ shipped is declining.
HDD; number of units
46
What are the three types of hard drive connectors?
IDE, SCSI, SATA
47
Data organization can be done through either ____________ or __________ __________.
Partitioning; File Systems
48
How does partitioning work?
Hard drives can be divided into two or more partitions, which can help with data organization or multiple OS using the same computer.
49
What do file systems do?
File systems define how data is stored on a drive.
50
What does FAT stand for?
File Allocation Table
51
Is NTFS similar to FAT?
Yes, it is basically the FAT of modern builds, as it is able to handle A LOT more data.
52
What is the file system for MacOS?
APFS
53
What is the file system for Android & PC?
NTFS
54
What is the file system for Linux?
Ext4
55
What is the unit of measure for spin speed?
RPM - revolutions per minute
56
What is the unit of measure for capacity?
TB - terabytes
57
What is the unit of measure for read/write speed?
- MB/s (megabytes per second)
58
What are the limitations of hard drives?
Moving parts = finite lifetime, because there is vulnerability to destruction. + + the actuator arm can only be in one place at a time.
59
What is RAM?
Volatile solid state memory.
60
What are solid state drives
Long term storage with no moving parts, with greater durability and less power consumption.
61
What type of storage is an SSD?
Flash
62
Is RAM faster than an SSD?
Yes, a thousand times faster.
63
______________ are a critical aspect of safe computing.
Backups
64
_______ _______ and _______ _______ ensure that the short life of the hard drive doesn't need to cause significant problems.
Cloud storage; network drives
65
What do lasers read and where?
They read bits from the surface of CDs and DVDs.
66
How do rewritable disks work?
They use crystalline material that can change in form due to heat (crystal vs. amorphous). High power laser: Amorphous = 0 Low power laser: Crystal = 1
67
What are the advantages of optical?
Durable, waterproof, cheap, write protected.
68
Where is the OS loaded?
Onto the hard drive.
69
What is the difference between Hard Drives and RAM?
HDDS are for storage of all of the information and applications that a computer may need. RAM is the working memory that contains the things on while the computer is working on at that time.
70
What composes the RAM?
The RAM is composed of densely packed transistors and capacitors, where each bit is stored in a capacitor. Reading or writing the bit requires transistors.
71
How is DRAM rewritten?
Thousands of times per second, the memory controller reads the contents of each bit, and then re-writes them.
72
How does a static RAM work?
Static RAM has a flip-flop composed of extra transistors. That means it never needs to be refreshed, as long as power isn't interrupted.
73
What is the memory area built into the CPU?
CPU cache
74
What is ROM?
Read Only Memory; non-volatile
75
What does ROM do?
Reserved for the information needed to load the computer operating system (BIOS stuff)
76
How is the physical basis of ROM a changing field?
The ROM has been based on EEPROM (electrically erasable ROM) technology, but flash memory is replacing this now.
77
How does storing a bit work?
Bits are stored in memory cells as a small amount of electricity.
78
What is the unit of measure for HDD and SSD?
Latency - the time it takes from request to bit.
79
What do device drivers do?
They control the interaction between the OS and add-on devices (i.e. printers, keyboards, etc.)
80
To load the OS, what devices do we need?
CPU, Northbridge, Southbridge, RAM, Hard Drive, Optical Drive, and more!
81
What does the BIOS do?
- Give you the tools needed to install the OS for the first time. - Supervise the process that must occur to load the OS each time. - Supervise communications between basic components and the CPU.
82
What is a hardware/software combination referred to as?
Firmware
83
Who patented the BIOS and in what year?
IBM in 1981
84
What does POST stand for?
Power On Self Test
85
What does POST do?
- Takes place right after you power on. - Contains diagnostic routines for initializing the hardware - Makes sure all the components are in check, and will project an error if otherwise.
86
How does the Bootstrap loader work?
After POST and the Boot Sequence, the bootstrap loader is loaded from the ROM to the Memory to load the OS.