Understanding CPUs, GPUs, and Motherboard Components

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/66

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

67 Terms

1
New cards

What is the primary function of a CPU?

To execute instructions called programs.

2
New cards

What architecture do CPUs follow?

The Von Neumann architecture.

3
New cards

What are the main components of a CPU according to the Von Neumann architecture?

Control Unit and Arithmetic Logic Unit (ALU).

4
New cards

What is the role of registers in a CPU?

Tiny memory inside the CPU that stores data or instructions.

5
New cards

What are the three types of buses in a CPU?

Address Bus, Data Bus, and Control Bus.

6
New cards

What is the cycle that CPUs follow to process instructions?

Fetch → Decode → Execute.

7
New cards

What is machine code?

Binary code (e.g., 1s and 0s) that CPUs understand.

8
New cards

What are the characteristics of modern CPUs?

Multiple cores, cache memory, and specialized units for calculations, graphics, and machine learning.

9
New cards

What is the primary function of a GPU?

To render graphics and perform complex calculations.

10
New cards

How many cores do GPUs typically have compared to CPUs?

GPUs have thousands of cores, while CPUs have around 4 to 16 cores.

11
New cards

What are CUDA cores used for?

They act like simple arithmetic calculators primarily for rendering graphics.

12
New cards

What do Tensor cores perform?

Matrix multiplication, used for neural networks and AI.

13
New cards

What is SIMD in the context of GPUs?

Single Instruction Multiple Data, allowing the same instruction to be applied to thousands of different numbers.

14
New cards

What is the purpose of the CPU socket on a motherboard?

To provide a designated location for the processor and determine compatibility with specific generations of CPUs.

15
New cards

What are DIMM slots used for on a motherboard?

To install memory (RAM) modules.

16
New cards

What is the best practice for installing a GPU on a motherboard?

Install the GPU in the topmost PCIe slot for optimal data transfer.

17
New cards

What is the function of PCIe slots on a motherboard?

To install expansion cards like graphics cards, sound cards, network cards, and SSDs.

18
New cards

What is the significance of graphics memory in a GPU?

It stores 3D models and game environments and can transfer hundreds of terabytes of data per second.

19
New cards

What advanced encoding techniques are used in graphics memory?

PAM-3 and PAM-4.

20
New cards

What is one interesting application of GPUs in Bitcoin mining?

GPUs can generate millions of hash calculations per second to solve complex cryptographic problems.

21
New cards

How do Streaming Multiprocessors manage threads in a GPU?

They group threads into blocks of 32 called warps.

22
New cards

What is the difference in calculation rates between GPUs and CPUs?

GPUs perform many calculations at a parallel rate, while CPUs perform fewer calculations at a sequential rate.

23
New cards

What are the versions of PCIe mentioned?

PCIe 3.0, 4.0, and 5.0.

24
New cards

What type of storage is used with M.2 slots?

NVMe SSD storage.

25
New cards

What is the maximum number of drives supported by the SATA ports on the motherboard?

Up to six drives.

26
New cards

What does the USB 3 Header connect to?

The front panel of the PC case.

27
New cards

What are the two types of RGB LED headers?

12V RGB (older standard) and 5V RGB (newer standard, allows individual LED control).

28
New cards

What is a critical consideration when connecting RGB headers?

5V headers cannot be plugged into 12V headers and vice versa.

29
New cards

What do fan headers on a motherboard support?

CPU cooling fans or water pumps.

30
New cards

What is the purpose of the 24-pin ATX connector?

It supplies power to the motherboard.

31
New cards

What does the 8-pin CPU Power Connector supply power to?

It supplies power to the processor.

32
New cards

What is the function of the VRM (Voltage Regulator Module)?

It regulates voltage to the CPU and motherboard components.

33
New cards

How does the number of VRM phases affect overclocking?

More VRM phases are better for overclocking.

34
New cards

What determines the features of a motherboard?

The chipset.

35
New cards

Which Intel chipset series allows overclocking?

Intel Z-series.

36
New cards

What are the common motherboard form factors?

ATX (Full-sized), Micro-ATX (Smaller), and Mini-ITX (Compact).

37
New cards

What does RAM stand for?

Random Access Memory.

38
New cards

What is the primary purpose of RAM?

To temporarily store data that the CPU and GPU need to access quickly.

39
New cards

What happens to data stored in RAM when the power is turned off?

All data stored in RAM is lost.

40
New cards

What was the first type of RAM developed in the 1960s?

SRAM (Static Random Access Memory) and DRAM (Synchronous Dynamic Random Access Memory).

41
New cards

What was significant about the DDR SDRAM released in 1998?

It was the first Double Data Rate SDRAM chip.

42
New cards

What is GDDR RAM, and how does it differ from DDR RAM?

GDDR RAM is developed for graphics cards and has more versions and faster evolution than DDR RAM.

43
New cards

What is High Bandwidth Memory (HBM) and its advantage?

HBM, introduced by SK Hynix in 2013, offers much higher bandwidth than GDDR.

44
New cards

Where is GDDR RAM typically found?

Attached to the graphics card and cannot be upgraded separately.

45
New cards

What is High Bandwidth Memory (HBM)?

A type of memory introduced by SK Hynix in 2013, offering much higher bandwidth than GDDR, primarily used in high-end graphics cards.

46
New cards

What are the versions of High Bandwidth Memory?

HBM and HBM2, with HBM2 released in 2016.

47
New cards

What are the limitations of High Bandwidth Memory (HBM)?

Limited benefits for average users and expensive to manufacture.

48
New cards

How much RAM is recommended for gaming?

16 to 32 gigabytes, with 8 GB being the minimum for some games, but running extra applications is not feasible.

49
New cards

What is the minimum RAM recommended for browsing and media?

4 GB is the minimum, but 8 GB is recommended for better performance.

50
New cards

What are the benefits of having more RAM?

More RAM improves multitasking capabilities.

51
New cards

What are the common memory slot configurations for RAM installation?

One 16GB stick, two 8GB sticks, or four 4GB sticks.

52
New cards

What happens if one RAM stick fails in a multi-channel setup?

The computer can still operate with the remaining sticks, but if the only RAM stick fails, the computer will not work.

53
New cards

How is data saved on a hard drive?

Data is saved using a write head that creates a magnetic field to set the direction of magnetic domains on the disk platter.

54
New cards

How does the read head retrieve data from a hard drive?

It detects changes in magnetic direction between adjacent domains, interpreting low resistance as binary '1' and high resistance as binary '0'.

55
New cards

What is Classic Magnetic Recording (CMR)?

A standard method for data storage that uses parallel tracks with guard bands to prevent interference.

56
New cards

What is Shingled Magnetic Recording (SMR)?

A method that increases data density by partially overlapping new tracks over existing ones, allowing more data to fit on the same platter.

57
New cards

What is the difference between the write head and read head in SMR?

The write head is wider than the read head, allowing it to overlap neighboring tracks during writing.

58
New cards

What is Heat Assisted Magnetic Recording (HAMR)?

A technology that uses a tiny laser to heat the magnetic layer before writing, stabilizing smaller magnetic domains.

59
New cards

Why is HAMR important for data storage?

It allows for higher data density by stabilizing magnetic domains that would otherwise be unstable at normal temperatures.

60
New cards

What is the role of magnetic domains in hard drives?

Magnetic domains act like miniature magnets, storing data by pointing in different directions.

61
New cards

What does the write head do when saving data?

It sends electrical signals to create a magnetic field that aligns magnetic domains to store data.

62
New cards

How does the read head differ from the write head?

The read head detects changes in magnetic direction rather than writing data.

63
New cards

What material does the read head use to detect magnetic fields?

It contains Giant Magnetoresistance (GMR) material that changes electrical resistance in response to magnetic fields.

64
New cards

What is the significance of guard bands in CMR?

Guard bands prevent interference between data tracks, ensuring that writing to one track does not affect adjacent tracks.

65
New cards

What happens to the magnetic domains after the write head moves away?

The magnetic domains retain their set direction, thus storing the data for a long time.

66
New cards

What is the main advantage of using HBM in graphics cards?

It provides much higher bandwidth, making it suitable for memory-intensive applications.

67
New cards

What is the impact of using different RAM sticks in a multi-channel setup?

Using different sticks can lead to compatibility problems.