Debugging
Programming Languages
User Interface
Design Mode
Programming
100

How to make something appear in the debug console.

What is console.log()?

100

The programming language used by Code.org.

What is Javascript?

100

The typical name for the first screen on an app.

What is home?
100

How to display text on the screen.

What is a label?

100

The two types of variable values.

What are strings and numbers?

200

The markers that show that something is a string (not a number).

What are quotation marks?

200

The code to make a particular input begin an event.

What is onEvent()?

200

The most common element type for changing from one screen to the next.

What are buttons?

200

The three colors used to establish the color of any element.

What are red, blue, and green?

200

Line used to create a new variable.

What is var variable?

300

Used for monitoring a particular variable's value.

What are watchers?

300

How to change the text of a particular element.

What is setText()? (or setProperty())
300

How to make an element invisible to the user.

What is hideElement()?

300

The corner of the screen labelled position (0,0).

What is the top left?

300

How to stop all sounds that are playing.

What is stopSound()?

400

Character that marks the ending of a line of code.

What is semicolon(;)?

400

The code to change to another screen.

What is setScreen()?

400

How to change an element's location on the screen.

What is setPosition()?

400

The type of character that an element ID CANNOT start with.

What are numbers?

400

"dog" + "park" = ?

What is "dogpark"?

500

Error in the following code:

myVariable = 7

console.log(myVariable)

What is failure to establish a variable before referencing it?

500

How to find the string representing the text in a particular element.

What is getText()?

500

How to find an image.

What is using an icon from the Code.org library or entering the url of a particular image found online?

500

The most common case for naming elements.

What is camel case?

500

5 mod 2 = ?

What is 1?

M
e
n
u