What is a set of instructions for a computer?
What is a program?
(True or false) Headings are used with the "h" tag?
True
What word do we often use to say "if something is true"?
What is if?
What is a common action to show something on the screen?
What is printing?
What do you often need to write code?
What is an HTML?
What do we call mistakes in code?
What are bugs (or errors)?
How many levels so heading tags have?
What is a six levels?
What lets us repeat actions?
What is a loop?
What symbol often means "put this value in here"?
What is equals (=)?
What's a simple first program that often just shows text?
What is "Hello, World!"?
What is the standard markup language for creating Web pages
What is HTML?
What kind of information is a number?
What is a number (or integer or float)?
What do we call checking if something is equal?
What is comparing?
What do we do to join pieces of text together?
What is concatenating?
What's a common way to save your code?
What is saving (as a file)?
What do we do to fix mistakes in code?
What is debugging?
What kind of information is true or false?
What is a boolean?
What helps us do one thing OR another?
What is or?
What's a basic math action like adding?
What is addition?
What's a general term for a set of code files for a project?
What is a project?
What is the result of running code?
What is the output (or result)?
What can hold a list of information?
What is a list (or array)?
What helps us do something multiple times based on a condition?
What is a while loop?
What's a basic math action like multiplying?
What is multiplication?
What's a way to run your code and see what it does?
What is running (or executing)?