Loops
Variables
Arrays
objects | commands | parameters
100

A block of instructions that are repeated for a specified number of times.

What is a simple loop?

100

a "container" used to store a value in a computer's memory.

What is a variable?

100

A named collection of items.

 

What is an array?

100

In Code Monkey, the turtle is an example of an...

What is an Object?

200

There are two MAIN TYPES of LOOPS: Count Controlled Loops and Conditional Loops.  A simple (or times) loop is an example of a....

What is a count controlled loop?

200

When writing code, the programmer is allowed to DEFINE the name, but must follow a few "rules"...

What is a variable?

200

The first index is in an array.

What is [0]

200

In Code Monkey, the step is an example of an...

What is a command?

300

The instructions inside the loop are indented. This key on the keyboard is used to INDENT the code... 

What is the TAB key?

300

A variable can be thought of as a __________ that holds one value at a time.

What is a container?

300

The code used to move the FIRST beaver in the array.

What is beaver[0]. step 10

300

In Code Monkey, right is an example of an...

What is a parameter?

400

This code could be made shorter by creating a simple (or count controlled loop) 

How many times would the loop need to repeat?

What is 3?

400

The VALUE of d in the code below

What is distanceTo banana[0]?

400

The NUMBER inside the square brackets of an object in an ARRAY.

What is the INDEX?

400

In Code Monkey, a beaver is an example of an...

What is an object?

500

How many times does this code ITERATE (or repeat)?

What is 10?

500

Line 1 of this code is an important step in writing code...

What is initializing the variable?

500

Number of bbeavers are in the ARRAY of beavers?

What is 3?

500

In Code Monkey, the step is an example of an...

What is a command?

M
e
n
u