Computer Parts
Programming Basics
Memory & Data
Safe & Smart Online
Fixing Code
100

This is the “brain” of the computer.

CPU

100

A set of instructions to solve a problem.

Algorithm

100

RAM holds this type of data.

Temporary

100

Being kind and responsible online is called ____.

Digital Citizenship

100

A mistake in code.

Bug

200

These are the physical parts of a computer.

Hardware

200

A value in code that can change.

Variable

200

The CPU processes this.

Instructions / Information

200

Turning information into secret code to protect it.

Encryption

200

Finding and fixing errors.

Debugging

300

This memory stores data while programs are running.

RAM

300

Code that repeats until a rule is met.

Loop

300

What type of memory is lost when the computer turns off?

RAM

300

True or False: You should share your password with friends.

False

300

What happens if you don’t debug a program?

It won’t run correctly.

400

Which part displays what the computer shows?

Monitor (or hardware screen—students may say hardware)

400

A rule in code that can be true or false.

Condition

400

What term describes information stored as 1s and 0s?

Digital Data

400

Give one example of being a good digital citizen.

Respectful messages / Safe posting / Checking sources

400

A loop that never stops causes the program to ______.

Freeze or crash

500

Name two examples of computer hardware.

Keyboard, Mouse, Monitor, CPU, RAM, etc.

500

If a loop never ends, we call it a(n) ______ loop.

Infinite Loop

500

Compare CPU and RAM (1 difference).

CPU = processes instructions / RAM = stores active data

500

Why is encryption important?

It protects private information online.

500

Explain why testing code is important.

To find and fix errors so the program works correctly.