Part 1 - Basic Info & CPU Chapter Flashcards

1
Q

What is the MCC?

A

MCC stands for Memory Controller Chip

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

What are the CompTIA “Troubleshooting Methodology” steps?

A
  1. Identify the problem
  2. Establish a theory of probable cause
  3. Test the theory to determine the cause
  4. Establish a plan of action to resolve the problem and implement the solution
  5. Verify full system functionality and, if applicable, implement preventative measures
  6. Document findings, actions, and outcomes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a CPU’s ALU?

A

Arithmetic Logic Unit. The part of a CPU that handles integer math (math with no decimal point).

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

What is a CPU’s TDP?

A

Thermal Design Power. This gives a rough idea of how much energy a CPU draws and what kind of cooling system it will need.

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

What is the FPU?

A

Floating Point Unit. Part of the CPU that handles calculations with complex numbers.

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

What are the four Stages of a CPU pipeline?

A

Fetch, Decode, Execute, Write

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

What is a cache?

A

CPU caches are small pools of memory that store information the CPU is most likely to need next.

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

What is SRAM?

A

Static RAM (Random Access Memory), used primarily for a CPU’s cache.

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

What are the sizes and speeds of the L1, L2 and L3 cache?

A

The L1 is the smallest in size and the fastest cache on the CPU. The L2 is larger than the L1 cache but slower. The L3 cache is the largest and slowest of the three.

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

What is a x86 processor?

A

A (usually) older 32-bit system limited to 4GB of memory.

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

What is a x64 processor?

A

A newer 64-bit system capable of supporting more than 4GB of memory

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

What is a x86-64 processor?

A

A x64/64-bit processor that can handle x86/32-bit code and 64-bit code. Which is not an uncommon feature for x64 processors.

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

What is parallel execution?

A

The ability for a CPU to process multiple commands and parts of commands in parallel. CPUs accomplish this parallelism through multiple pipelines, dedicated cache, and the capability to work with multiple threads or programs at one time.

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

What is a thread?

A

Programs break down into a number of little pieces, called threads, and data. Each thread is a series of instructions designed to do a particular job with the data.

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

What is CPU multi-core architecture?

A

A dual-core CPU has multiple execution units—two sets of pipelines—but the two sets of pipelines share caches and RAM. Multicore CPUs—with four, six, or eight cores—are common. Higher-end CPUs have up to 32 cores! CPU manufacturers engineered the cores in multicore CPUs to divide up work independently of the OS, known as multicore processing.

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 111). McGraw-Hill Education. Kindle Edition.

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

What is the difference between the L1 D-Cache and L1 I-Cache

A

The L1 cache sometimes divides into one cache to handle data—the D-Cache—and another cache for instructions—the I-Cache.

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 111). McGraw-Hill Education. Kindle Edition.

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

What is the IMC?

A

Integrated Memory Controller optimizes the flow information into and out of the CPU. An IMC enables faster control over things like the large L3 cache shared among multiple cores.

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 112). McGraw-Hill Education. Kindle Edition.

18
Q

What is NX Bit technology?

A

NX bit technology enables the CPU to protect certain sections of memory. This feature, coupled with implementation by the operating system, stops malicious attacks from getting to essential operating system files. Microsoft calls the feature Data Execution Prevention (DEP), turned on by default in every OS

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 113). McGraw-Hill Education. Kindle Edition.

19
Q

What CPUs could fit into a LGA 1150 (H3) socket?

A

Intel Core i3/i5/i7, Pentium, Celeron, Xeon

20
Q

What CPUs could fit into a LGA 1151 (H4) socket?

A

Intel Core i3/i5/i7, Pentium, Celeron, Xeon

21
Q

What CPUs could fit into a LGA 2011 (R or R3) socket?

A

Intel Core i7, Core i7 Extreme Ed., Xeon

22
Q

What CPUs could fit into a LGA 2066 (R4) socket?

A

Intel Core i5/i7/i9, Xeon

23
Q

What CPUs could fit into a FM2+ socket?

A

AMD A-Series

24
Q

What CPUs could fit into a AM3+ socket?

A

AMD FX, Opteron

25
Q

What CPUs could fit into a AM4 socket?

A

AMD Ryzen, A-Series

26
Q

What CPUs could fit into a TR4 socket?

A

Ryzen Threadripper

27
Q

What are the two TYPES of sockets used by AMD and Intel?

A

Intel sockets have hundreds of tiny pins that line up with the contacts on the bottom of an Intel CPU. This is called a land grid array (LGA). The pins are on the mother board.

AMD sockets have holes that align with pins on the AMD CPU. This is called pin grid array (PGA). The pins are on the CPU.

28
Q

What is a ZIF socket and how common are they?

A

A zero insertion force (ZIF) socket require no force to install and are found in most if not all modern systems.

29
Q

What kind of cooling does a heat sink supply?

A

Passive cooling.

30
Q

What kind of cooling does a fan and heat sink supply?

A

Active cooling, sometimes called an active heat sink.

31
Q

What is an OEM part?

A

Original Equipment Manufacturer part.

32
Q

What is an example of a proprietary crash screen?

A

The windows Blue Screen of Death (BSoD), technically known as a Windows Stop error. Also the pin wheel of death on Mac OS systems.

33
Q

What do registers provide for the CPU?

A

The CPU uses registers for temporary storage of internal commands and data.

34
Q

What is the EDB and what function does it supply for the CPU?

A

The external data bus provides a channel for the flow of data and commands between the CPU and RAM.

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 131). McGraw-Hill Education. Kindle Edition.

35
Q

What function does the external data bus have in the PC?

A

The address bus enables the CPU to communicate with the memory controller chip.

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 131). McGraw-Hill Education. Kindle Edition.

36
Q

What is the MCC and what is it’s function?

A

Memory Controller Chip

37
Q

What is the term of measurement for CPU speed?

A

Megahertz and gigahertz

38
Q

Which CPU feature enables the microprocessor to support running multiple operating systems at the same time?

A

Virtualization support

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 129). McGraw-Hill Education. Kindle Edition.

39
Q

What is hyper-threading?

A

Hyper-Threading enables a CPU to run multiple threads at the same time, what’s generically called simultaneous multithreading, effectively turning the CPU into two CPUs on one chip—with a catch. The operating system and the application must be designed to take advantage of the feature.

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 110). McGraw-Hill Education. Kindle Edition.

40
Q

A client calls to complain that his computer starts up, but crashes when Windows starts to load. After a brief set of questions, you find out that his nephew upgraded his RAM for him over the weekend and couldn’t get the computer to work right afterward. What could be the problem?

A

Disconnected CPU fan.