Computer Hardware
Software
Cyber Safety
Programming
Binary & Data
100

What is the brain of the computer?

CPU

100

What is software?

Programs that run on a computer

100

What does a strong password include?

Letters, numbers, symbols

100

What is an algorithm?

A step-by-step set of instructions

100

How many digits are used in binary?

2: 0 and 1

200

Name one input device.

Keyboard, mouse, microphone, etc.

200

Give three examples of software

Microsoft Word, Google Chrome, PowerPoint, Scratch, Minecraft, Paint, etc.

200

What is phishing?

Fake messages trying to steal information

200

What does an IF block do?

It makes a decision based on whether something is true or false.

200

What is binary used for?

Representing data in computers

300

What device stores files permanently?

Hard drive/SSD

300

Name one operating system.

Windows, macOS, Linux, ChromeOS

300

What should you do if you receive a suspicious email?

Don't click links, tell an adult/teacher, report it

300

What is a loop?

Repeats instructions

300

What decimal number is binary 1010?

10

400

What is RAM used for?

Temporary memory for running programs

400

What is the software Scratch used for?

Coding

400

What is a 'digital footprint'?

A permanent trail of data, information and traceable activity you leave behind while using the internet

400

What do we call fixing bugs?

Debugging
400

Why do computers use binary data?

Because computer circuits can be in two states: on (1) or off (0).

500

Explain the difference between RAM and storage.

RAM (Random Access Memory) = computer's short-term memory, built for speed to handle active apps and multitasking. 

Storage (like an SSD or HDD) = long-term memory, designed to safely keep all your files, photos, and operating system even when the device is powered off

500

What is an operating system?

Software that manages the computer

500

What does the 's' mean in HTTPS

Secure

500

What is a sequence?

Instructions carried out in the correct order.

500

How do you convert a decimal number to binary?

Divide the number by 2 repeatedly and record the remainders