CompTIA 1001

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:17 AM on 7/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

What are the 3 major components of a modern computer?

Hardware

Operating System

Applications

2
New cards

What are the 3 stages of the computing process?

Input

Processing

Output

3
New cards

What does the External Data Bus do?

Connects the CPU to peripheral devices

4
New cards

What is the AX register?

Accumulator register, handles math and logic.

AX 16 bit

Eax 32 bit

Rax 64 bit

5
New cards

What is the BX register used for?

To store the base address (pointer) to a programs data or structure.

BX 16 bit

EBX 32 bit

RBX 64 bit

6
New cards

What does the CX register do?

Stores counters

CX 16 bit

ECX 32 bit

RCX 64 bit

7
New cards

What is the DX register used for?

Input/output and extra math help

DX 16 bit

EDX 32 bit

RDX 64 bit

8
New cards

What is a quartz oscillator used for?

Sends an electric pulse down the CLK (Clock) wire setting the computer speed. Oscillator and CPU must be on same speed

Slow oscillator = slow computer

Slow CPU clock speed and high oscillator = overheating

9
New cards

A nibble is how many bits?

4 bits

10
New cards

A byte is how many bits

8 bits

11
New cards

A word is how many bytes

16 bits

12
New cards

A double word is how many bits

32 bits

13
New cards

A paragraph or quad word is how many bits

64 bits

14
New cards

What does the MCC (Memory Controller Chip) do?

Grabs data from RAM and puts it on the EDB (External Data Bus) for the CPU

15
New cards

What is the purpose of the address bus?

To allow the CPU to give commands to the MCC

16
New cards

What are the 4 stages in parallel execution

Fetch - get the data from EDB

Decode - figure out what command to run

Execute - perform the calculation

Write - send the data back onto the EDB

17
New cards

What does (static) SRAM do?

Preloads as many instructions as possible and keeps copies of already ran code (acts as a cache) for the CPU

18
New cards

What is the frontside bus?

The address bus and external data bus connections between the CPU, MCC, and RAM

19
New cards

What is the backside bus?

The connection between the CPU and L2 cache (located on motherboard)

20
New cards

What is the difference between multithreading and multicore processing

Multithreading is when resources are decided between two virtual CPUs

Multicore processing is when a computer has multiple CPUs

21
New cards

What socket and platform is the H3

Socket - LGA 1150

Platform - Intel

22
New cards

What socket and platform is the H4

Socket - LGA 1151

Platform - Intel

23
New cards

What socket and platform is the R or R3

Socket - LGA 2011

Platform - Intel

24
New cards

What socket and platform is the R4

Socket - LGA 2066

Platform - Intel

25
New cards