1A Flashcards

(99 cards)

1
Q

Desktop and laptop computers are also known as…?

A

Clients

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

many of the products and devices you use every day depend on _____________________ including cellular phones, smart TVs, video game consoles, tablet computers, home entertainment systems, automobiles, and household appliances, just to name a few.

A

embedded microprocessors

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

The first programmable electronic computer was invented in…?

A

1938

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

The first digital computer was prototyped in…?

A

1939

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

The first microprocessor chip was developed in…?

A

1970

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

What is the first step in the Start Up Sequence?

A

you press the ON button, the computer “boots up”

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

the computer “boots up”, so named for…?

A

bootstrapping or figuratively “lifting itself by its own bootstraps”

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

What is the second step in the Start Up Sequence?

A

The power supply turns on first, checks itself for correct output voltage

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

What is the third step in the Start Up Sequence?

A

sends a signal down the power good wire to wake up the central processing unit (CPU)

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

What is the fourth step in the Start Up Sequence?

A

When the CPU energizes, it immediately applies a built-in
address to the address bus

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

What is the fifth step in the Start Up Sequence?

A

address is the first line of the POST program stored on the motherboard ROM

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

What does POST stand for?

A

Power-On Self Test

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

What does ROM stand for?

A

Read-Only Memory

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

The POST program runs…?

A

every time the computer is booted.

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

What does POST instruct the computer to do?

A

POST instructs every hardware device on the motherboard to run its own built-in diagnostic and then report back the result to POST.

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

If anything fails POST, the computer will inform the user through…?

A

Audible beep codes from the motherboard speaker or through numeric or text error codes on the display.

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

What does BIOS stand for?

A

Basic Input/Output System

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

POST passes control to the ____ program which is also located on motherboard ROM.

A

BIOS

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

The bootstrap loader consists of…?

A

a few lines of code in the BIOS

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

What is the bootstrap loader’s job?

A

Its job is to find an operating system.

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

How does the bootstrap loader perform it’s job?

A

The bootstrap loader reads the (CMOS) settings to determine where to look first for an operating system.

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

What does CMOS stand for?

A

complimentary metal-oxide semiconductor

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

The CMOS settings are __________ and instruct the bootstrap loader where to look for an operating system and in which order of priority to check them.

A

user-configurable

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

Name some storage devices

A

HDDs, solid-state drives, USB thumb drives, compact discs (CDs), and
digital video discs (DVDs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the boot sector?
A special specific sector that allows all storage devices to be configured to boot an operating system
26
What does HDD stand for?
Hard Disk Drive
27
What does DVD stand for?
Digital Video Disk
28
What does CD stand for?
Compact Disk
29
A storage device with a usable operating system written on it is called a?
bootable disk or a system disk
30
Bootable devices contain special programming on the boot sector which tells the computer the...?
location of the operating system
31
If the bootstrap loader locates a good boot sector, it does what?
passes control to the OS and erases itself from memory
32
If the bootstrap loader doesn’t find a good boot sector, it does what?
Checks the next storage device specified in the CMOS settings.
33
If the bootstrap loader can’t find a good boot sector on any storage device, your monitor will display...?
The error message: “boot device not found” or perhaps: “no bootable device”.
34
What does UEFI stand for?
Unified Extensible Firmware Interface
35
BIOS is now considered a...?
legacy technology
36
BIOS is non-volatile firmware - which means what?
Lines of code permanently stored on motherboard ROM
37
BIOS code is used to initialize motherboard hardware when the computer is first started up. Think of BIOS as _________ for the motherboard and installed hardware.
basic life support
38
UEFI was adopted by Intel, AMD, Microsoft, and the PC industry in ____ as a replacement for BIOS.
2007
39
Nearly every computer manufactured since 2014 is __________.
UEFI compliant
40
UEFI represents a major expansion over BIOS in what six areas?
1. Bootstrapping 2. Network booting 3. Disk partitioning 4. Hardware security 5. User interface 6. Cryptography
41
UEFI also supports _________ with legacy BIOS architecture.
backward compatibility
42
RAM is the ________ form of computer memory.
best known
43
RAM is often referred to as __________ or ____________.
main memory or primary memory
44
RAM is "random access" because...?
Because the CPU can access any memory cell directly.
45
RAM is __________ because it will retain data only as long as power is applied.
volatile memory
46
RAM is used for what?
Temporary storage of data and programs.
47
Long-term storage of operating systems, applications, and user data is accomplished using a...?
Nonvolatile medium such as a hard disk drive, solid state drive, or optical drive.
48
RAM is in a constant state of _____________ because its speed and capacity increase with every generation.
evolution
49
RAM is the space where the __________ and performs much of its processing. A computer uses RAM the same way a math teacher uses a chalk board.
CPU works
50
What are the two basic types of RAM used in modern computers?
Dynamic RAM (DRAM) and Static RAM (SRAM)
51
The most common form of computer memory is _______
DRAM
52
What does DRAM stand for?
Dynamic RAM
53
What does SRAM stand for?
Static RAM
54
DRAM is considered dynamic because?
Memory controller refreshes operations thousands of times per second
55
DRAM must be dynamically refreshed all the time or it will forget what it is holding. Due to the constant refreshing it...?
slows down the memory
56
In SRAM, a circuit called a ___________ holds each bit of data. This circuit for a memory cell takes four to six transistors along with some wiring, but never has to be refreshed and therefore will hold its data if power is applied
flip-flop
56
In SRAM, a circuit called a ___________ holds each bit of data. This circuit for a memory cell takes four to six transistors along with some wiring, but never has to be refreshed and therefore will hold its data if power is applied
flip-flop
57
DRAM must be dynamically refreshed all the time, or it forgets what it is holding. The downside of all this refreshing is that...?
takes time and slows down memory
58
Since it never has to be refreshed, Static RAM is significantly faster than Dynamic RAM. However, because it has more parts, a static memory cell takes up a lot more ________ on a chip than a dynamic memory cell.
space
59
Static RAM is ______ and _______, but Dynamic RAM is ______ and _______.
fast and expensive cheap and slow
60
Physically, memory comes on small circuit cards, sometimes called...?
sticks
61
What are the two versions of sticks?
Single Inline Memory Module (SIMM) or the Dual Inline Memory Module (DIMM)
62
What does SIMM stand for?
Single Inline Memory Module
63
What does DIMM stand for?
Dual Inline Memory Module
64
What does SO-DIMM stand for?
Small Outline Dual In-line Memory Module
65
SO-DIMM and Micro-DIMMS are often used in systems which have space restrictions such as...?
Notebooks, small footprint computers, high-end upgradable office printers, and network hardware like switches and routers.
66
SODIMMS come in what pin varieties?
72, 144, 200, and 204 pin varieties
67
Micro-DIMMS come in what pin varieties?
72 and 214 pin varieties
68
What does RIMM stand for?
Rambus In-line Memory Module
69
What does DDR stand for?
Double Data Rate
70
What is double data rate?
A technique where data is transferred on both the rising and falling edges of the clock signal,
71
C-RIMM (or Continuity-RIMM) is a _________ used on motherboards with RDRAM modules.
pass-through device
72
Asynchronous DRAM is ______________ with the CPU clock.
not synchronized
73
What are some examples of asynchronous DRAM?
1. Fast Page Mode (FPM) DRAM 2. Extended Data-out (EDO) DRAM
74
What is Fast Page Mode (FPM) DRAM?
FPM DRAM was the original form of DRAM. It waits through the entire process of locating a bit of data by column and row and then reading the bit before it starts on the next bit.
75
What is Extended Data-out (EDO) DRAM?
EDO DRAM does not wait for all the processing of the first bit before continuing to the next one. As soon as the address of the first bit is located, EDO DRAM begins looking for the next bit. It is about five percent faster than FPM DRAM
76
What does ECC stand for?
Error Correction Code
77
What is ECC?
It can detect and correct errors on the fly.
78
Motherboards must be ______________ to use ECC ram.
specifically designed
79
Modern computer systems have memory chips that use the....?
common system clock signal
80
These Synchronous DRAM (SDRAM) chips more efficiently coordinate the CPU and memory operations...?
DRAM, DDR SDRAM, DDR2, 3, 4 and 5 SDRAM
81
What is SDRAM?
Takes advantage of burst mode to improve performance. It does this by staying on the row containing the requested bit and moving rapidly through the columns, reading each bit as it goes.
82
What is Double Data Rate (DDR) SDRAM?
DDR SDRAM is just like SDRAM except that it has higher bandwidth, meaning greater speed.
83
The various revisions of DDR SDRAM can be identified by sight if you pay attention to the...?
location of the notch on the RAM stick
84
Direct Rambus Dynamic Random Access Memory (DRDRAM). DRDRAM is...?
Is a radical departure from the previous DRAM architecture. It is a proprietary SDRAM technology of the Rambus Company.
85
CMOS RAM is a type of...?
Is a type of Static RAM used by your computer and some other devices to remember things like hard disk settings. CMOS memory uses a small battery for the voltage it needs to maintain the memory contents.
86
Video RAM (VRAM) is a type of...?
Is a type of RAM used specifically for video adapters or 3-D accelerators. VRAM is located on the graphics card. The amount of VRAM is a determining factor in the resolution and color depth of the display.
87
VRAM is also known as?
Multiport Dynamic Random-Access Memory (MPDRAM)
88
A major memory failure is an error that causes...?
the system to lock up
89
Typically, a major memory failure produces either a?
NMI or a GPF
90
What is an NMI?
a Non-Maskable Interrupt (NMI) which is an interrupt the CPU cannot ignore
91
What is a GPF?
which is a system condition that causes a Windows application to crash.
92
What is the most common cause of a GPF?
Two applications trying to use the same block of memory, or more specifically, one application trying to use memory assigned to another application. Both error types can produce a Blue Screen of Death (BSOD)
93
What does BSOD stand for?
Blue Screen of Death
94
An important parameter of CPU performance is ___________.
clock speed
95
The clock speed is...?
Fastest speed at which a CPU can operate.
96
The CPU clock produces a ___________________________ signal that synchronizes every CPU operation.
regular, repetitive, pulsed electrical signal
97
The clock signal originates from a special circuit on the main board called a ____________.
quartz oscillator
98
Modern, high-performance CPUs can have a base clock speed greater than...?
5GHz