Text/Misc
Shape/Misc
Logical/Misc
Variables/Misc
Functions/Misc
100

Method used to combine strings

What is +?

100

Default color for outline.

What is black?

100

Syntax for AND operator.

What is &&  ?

100

Character used to assign value.

What is an equal sign? =

100

Khan Academy code that enables animation.

What is draw?

200

Programming name for text.

What is a string?

200

Default color of shapes.

What is white?

200

Strict inequality operator.

What is !==   ?

200

Shortened code to assign a variable.

What is a shortcut?

200

Code grouped together to be used multiple times.

What is a function?

300

Term used to describe combining strings.

What is concatenating?

300

Function whose first two values specify the center of the shape (two possible choices).

What is an oval (or a circle)?

300

Expression type checked with the word "is"

What is a Boolean expression?

300

Variable declared inside a function.

What is a local variable?

300

Benefit of using functions.

What is multiple use or saves time?

400

Beginning position of text.

What is upper left?

400

Function whose first two values specify the upper left position of the shape.

What is a rectangle?

400

An expression that evaluates to either true or false.

What is a conditional expression/statement ? 

Ex: if/else

400

Name two of the three character types allowed to begin a variable name.

What are letters, or the symbols $ or _?

400

Characters used to declare comments.

What are //

500

Command used to set color for lines.

What is fill or stroke?

500

Numbers given to a function.

What are parameters?

500

Name of syntax for OR operator.

What is two pipe symbols?  ||

500

Convention for multiple-word variable names.

What is camel case?

500

Literal number that is not a variable or dependent on variables.

What is a hard-coded number?

M
e
n
u