Algorithms & History
Programming Basics
Data &Variables
Functions
Cybersecurity & Hacking
100

Computer Science is the study of…

Computers and computational systems

100

A syntax bug happens when…

There’s a spelling/symbol mistake in the code

100

What is the decimal value of the binary number 1010?

10

100

What is the purpose of a return statement?

To send a value back from the function

100

An IP address is used to:

Identify devices on a network

200

What is an algorithm?

A set of rules or steps for solving a problem

200

What does the input() function do in Python?

Asks the user to type something in

200

What is Artificial Intelligence (AI)?

The simulation of human intelligence by machines

200

A nested function is:

A function inside another function

200

Give one example of PII?

Social Security Number

300

Why is it helpful to break big problems into smaller steps?

Makes problems easier to solve and ensures nothing is missed

300

Which keyword is used to define a function in Python?

def

300

A character in computer science is:

Any letter, number, or symbol

300

Debugging means:

Fixing problems in code

300

Cybersecurity means:

Protecting data and devices from attack

400

The first computers were mostly used for what purpose?

Complex calculations and code breaking

400

A logic bug happens when…

Code runs but gives the wrong result

400

Data humans sense in the real world, like sound or temperature, is called:

Analog data

400

Which keyword starts a function in Python?

def

400

What does phishing try to do?

Trick users into giving away info

500

A main goal of computer science is to design:

Solutions that help solve problems or perform tasks

500

In Python, what does the print() function do?

Displays output

500

What does the assignment operator (=) do in Python?

Assigns a value to a variable

500

Hacking done with permission to test security is called:

White-hat hacking

M
e
n
u