Hardware Flashcards

(23 cards)

1
Q

What do registers do?

A

Store internal commands and data

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

What is a CPUs clock speed measured in?

A

MHz and GHz

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

4 bits =?

A

a nibble

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

How many bits = a byte?

A

8 bits

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

What type of RAM do computers use for main system memory?

A

dynamic RAM or DRAM

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

What does an MCC do?

A

Grabs contents of any line of RAM and places that data or command on the EDB

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

What does the address bus do?

A

Allows communication between CPU and MCC

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

What are the three companies that create the vast majority of CPUs today?

A
  • Intel
  • AMD
  • ARM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

List the 8 features of CPU technology.

A
  1. Clock multipliers
  2. 64-bit processing
  3. virtualisation support
  4. parallel execution
  5. multicore processing
  6. integrated memory controller (IMC)
  7. GPU
  8. security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How much memory can 32-bit processing support?

A

4GB

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

How much memory can 64-bit processing support?

A

16EB

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

What are three things that CPUs accomplish parallelism?

A
  1. pipelining
  2. dedicated cache
  3. multiple threads
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

List the four stages of pipelining.

A
  1. Fetch
  2. Decode
  3. Execute
  4. Write
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Cache in CPU is what type of RAM?

A

Static RAM or SRAM

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

What does cache prevent/reduce?

A

pipeline stalls/ wait states

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

What is multithreading?

Whats the catch with multithreading?

A

Turning a CPU into two CPUs on one chip.
The catch is that this only works when the OS supports hyperthreading

17
Q

Which CPU uses PGA and which uses LGA?

What does PGA and LGA stand for?

A
  • Intel uses LGA
  • AMD uses PGA
  • LGA = Land grid array, PGA = Pin grid array
18
Q

What does ZIF stand for?

A

zero insertion force

19
Q

Before inserting a heat sink what should you do?

A

add a small amount of thermal paste

20
Q

What are the two utilies for both Intel and AMD that help you oveclock their respective CPUs?

A
  • Intel Extreme Tuning Utility (Intel XTU)
  • AMD Overdrive Utility
21
Q

3 symptoms that can lead to overheating?

A
  1. too much thermal paste which can impede the flow of heat from the CPU
  2. not enough thermal paste or uneven spread of thermal paste
  3. failure to connect fan power to the motherboard
22
Q

BSoD and Spinning pinwheel are two types of…

A

proprietary screen crashes

23
Q

What function does the EDB have in the PC?

A

provides a channel for the flow of data and commands between the CPU and RAM