Vocab
Vocab Part 2
Algorithms
Types of Loops
Calculating Loops
100

A person who is skilled at modifying problems for digital solutions.

Computer Scientist
100

Data entered or received by a computer.

Input

100

What the code using a repeat block:

when run

move forward

move forward

move forward

when run

repeat 2 times

move forward

100

What is a loop inside a loop?

Nested Loop

100

2 to 10 step by 2

30

200

Data that is processed and sent out by a computer.

Output

200

A code for a computer made up of 0s and 1s.

Binary Code

200
Simplify the code:

when run

turn left

move forward

move forward

turn left

move forward

move forward

when run

repeat 2 times

turn left

move forward

move forward

200

What is a loop that continues to repeat while a certain condition is true?

While Loop

200

1 to 10 step by 1

55

300

A series of commands.

Algorithm

300

Finding and fixing problems in code.

Debugging

300

Write the arrows that show the code:

repeat 3 times

move forward 

turn right

move forward

turn left

f r f l f r f l f r f l

300

What is a loop that has a predetermined beginning, end, and increment?

For Loop

300

4 to 18 step by 3

50

400

A variable used to keep track of the number of occurrences of certain events or actions.

Counter

400

Something a program checks to see if it is true before allowing an action.

Condition

400

Write the code using loops:

forward forward right forward forward forward left forward right forward forward forward forward

2(forward), right, 3(forward), left, forward, right, 4(forward)

400

Draw what the picture would look like:

Draw a 1 inch line. Repeat 8 times: From your starting point, turn 45 degrees and then draw another 1 inch line.

snowflake

400

2 to 14 step by 3

40
500

A series of steps carried out in order.

Sequence

500

The repetition process.

Iteration 

500

Write the algorithm for the shape on the board.

move forward 4 boxes, right right 90 degrees, move forward 4 boxes, turn left 90 degrees, move forward 2 boxes, turn right 90 degrees, move forward 1 box, turn right 90 degrees, move forward 6 boxes, turn right 90 degrees, move forward 5 boxes

500

Draw what the picture would look like: 

repeat 3 times (repeat 3 times (repeat 3 times: move forward 1 inch, turn right 120 degrees) turn right 120 degrees)

3 triangles all connected at one point

500

5 to 18 step by 2

77

M
e
n
u