What is Code?
Headings
Making Choices
Basic Actions
Getting Started
100

What is a set of instructions for a computer?

What is a program?

100

(True or false) Headings are used with the "h" tag?

True

100

What word do we often use to say "if something is true"?

What is if?

100

What is a common action to show something on the screen?

What is printing?

100

What do you often need to write code?

What is an HTML?

200

What do we call mistakes in code?

What are bugs (or errors)?

200

How many levels so heading tags have?

What is a six levels?

200

What lets us repeat actions?

What is a loop?

200

What symbol often means "put this value in here"?

What is equals (=)?

200

What's a simple first program that often just shows text?

What is "Hello, World!"?

300

What is the standard markup language for creating Web pages

What is HTML?


300

What kind of information is a number?

What is a number (or integer or float)?

300

What do we call checking if something is equal?

What is comparing?

300

What do we do to join pieces of text together?

What is concatenating?

300

What's a common way to save your code?

What is saving (as a file)?

400

What do we do to fix mistakes in code?

What is debugging?

400

What kind of information is true or false?

What is a boolean?

400

What helps us do one thing OR another?

What is or?

400

What's a basic math action like adding?

What is addition?

400

What's a general term for a set of code files for a project?

What is a project?

500

What is the result of running code?

What is the output (or result)?

500

What can hold a list of information?

What is a list (or array)?

500

What helps us do something multiple times based on a condition?

What is a while loop?

500

What's a basic math action like multiplying?

What is multiplication?

500

What's a way to run your code and see what it does?

What is running (or executing)?

M
e
n
u