Computer Science 1
Computer Science 2
Game Development 1
Web Development
Misc
100

A mistake or issue in the code. 

What is bug?

100

Used to kill more than one enemy at a time. 

What is cleave? 

100

The number of enemies that you can spawn?

What is as many as you want? 

100

The first line in your website's code. 

What is <!DOCTYPE HTML> 

100

This class. 

What is Digital Ideas and Discoveries?

200

The language programmers use.

What is Java Script? 

200

These carry out code depending on state on the game. It needs curly braces and a 4 space indent. 

What are conditionals? (if/else)

200

Move Goal. 

Defeat Goal. 

Collect Goal. 

Survive Goal. 

What are the spawnable goals? 

200

The last line in your website's coding? 

What is </HTML> 

200

The website we used when we first learned how to code. 

What is Code Combat? 

300

A way of repeating actions. 

What is a loop?

300

When you have to decide under which condition to do each action. 


Hint: Some synonyms are "If not and otherwise."

What is Else? 

300

Examples of this include: 

Potions, chests, gems...etc. 

What are collectables? 

300

The code to create a paragraph. 

What is <p> </p>

300

The Unit where we read the article, "She's an App Maker." 

What is Web Development? 

400

Something that holds data for later. 

What is a variable? 

400

Before you use it, you must define it. You must also CALL it to use it. 

What is a funtion?

400

Some examples of this include: skeletons, munchkin, generator, fire-thrower. 

What are spawnable enemies? 

400

You can adjust this. 

The color, the font-size, font-type...etc

What is style or CSS?

400

The Program saved to your google drive to create websites. 

What is HTML EDITEY? 

500

Something that is true or false, usually using =, <, or >. 

What is an expression? 

500

An object representing something that happened. 

What is an event? 

500

game.addDefeatGoal();

What is the code for adding a defeat goal? 

500

<a href = "URL"> Info </a>

What is the tag used to create a hyperlink?

500

The activity we did on the first day of school. 

What is Two Truths and a lie?