Data and Programs
Algorithms
CREATING PROGRAMS
INTERNET & CYBERSECURITY
IMPACTS OF COMPUTING
100

What type of data stores True or False values?

Boolean

100

What is an algorithm?

A step-by-step procedure for solving a problem

100

What is a function in programming?

A reusable block of code

100

What does DNS do?

Translates website names into IP addresses

100

Name one positive impact of computing.

Faster communication, automation, or global collaboration

200

What is the purpose of a variable?

To store data

200

Which programming structure uses if/else statements?

Selection

200

What does abstraction mean in programming?

Simplifying a complex problem

200

What is phishing?

A scam that tricks users into giving personal information

200

Name one negative impact of computing.

Cyberbullying, misinformation, privacy loss, or job displacement

300

What is the process called when a computer organizes or analyzes data?

Data processing

300

Which programming structure repeats instructions multiple times?

Iteration or loops

300

Name one thing programs can create besides text.

Images, music, animations, or simulations

300

Which protocol is more secure: HTTP or HTTPS?

HTTPS

300

What is automation?

Using technology to complete tasks automatically

400

What Python function adds all values in a list together?

sum()

400

What is the difference between analytical and empirical problem solving?

Analytical uses reasoning; empirical uses testing

400

Why are functions useful?

 They organize and reuse code

400

What is an IP address?

A unique identifier for a device on a network

400

How has technology changed education?

Online learning and easier access to information

500

What are two common ways data can be visually displayed?

Graphs and charts

500

What is the output of this code?

print(2 + 3 * 2)  

 8

500

How many times will this loop run? 

for i in range(5):

5 times

500

Name one way to protect an online account.

Strong passwords or two-factor authentication

500

Give one way social media affects society.

Answers may vary

M
e
n
u