Hardware components

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

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:36 PM on 5/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

RAM

stores the computer’s programs and data temporarily while the power is on; random access memory

2
New cards

ROM

stores information like how to run the computer; always there even if you turn the computer off or on; read only memory

3
New cards

Storage Devices

(disk drives, flash drives, CDs) store data permanently even when the power is off

4
New cards

CPU

processes the program’s instructions and performs arithmetic and logic operations; central processing unit

5
New cards

Input

devices (keyboard, mouse) transfer information into the computer’s memory.

6
New cards

Output

devices (console, printer) transfer information out of the memory

7
New cards

Control Unit

  • Fetches an instruction 

  • Fetches data

  • Executes the instruction

  • Constantly looking for the next instruction of what to do

  • “Supervisor”

8
New cards

ALU

  • Performs the “math” and “logic”

  • Transforms/transfers information when needed

  • Executes the algorithm

  • “Employee”

9
New cards

Registers

  • Memory locations reserved for what the CPU is currently using; Information constantly being copied back and forth between registers and main memory across a collection of wires 

  • The fastest type of data storage or memory you can have

10
New cards

Program Counter

Keeps track of which operation to execute next

11
New cards

CPU levels of abstraction

control unit —> ALU —> Registers —> Processing counter