A
B
C
100

quantities, characters or symbols that are unprocessed information

What is data?

100

find and fix errors in programs

What is debug?

200

the action of doing something over and over again

What is a loop?

200

an action that causes (triggers) something else to happen

What is an event?

300

the thought processes involved in using algorithms to solve problems

What is computational thinking?

300

an extra piece of information that you pass to a procedure (function) to customize it for a specific need

What is a parameter?

400

a field in which people use the power of computers to solve big problems

What is computer science?

400

identifying specific features to make one solution work for multiple problems

abstraction

400

a statement that only runs under certain conditions or situations

conditional

500

a particular order of steps or events

What is sequence?

500

a named piece of code that you can call over and over again

What is a procedure (function)?

500
a placeholder for a piece of information that can change

What is a variable?