MIT VOCAB
VEX VOCAB
MIT BLOCKS
VEX BLOCKS
100

The definition of a code

A set of program instructions

100

Definition of a loop

A sequence of instructions that continually repeats until a condition is met

100

The outcome of this code

3

100

The distance that the device will move

800 mm

200

Definition of an algorithm

A set of steps to accomplish a task

200

Definition of a list

A collection of data values that do not have to be the same type

200

The outcome of this chunk of code

Label1 will update on Screen1 to show “The value of ‘count’ is :: 6”

200

__ will be printed on the brain

The variable is odd

300

Definition of an abstraction

A technique or process that manages complexity in a program or computer system

300

Definition of an incremental counter

A loop that changes the value of a count by a certain amount every time an event occurs

300

The result of this chunk of code

ImageHappy will display on Screen1

300

The value of "tempCount"

7

400

Definition of a syntax

The set of rules that defines the combinations of symbols that are considered to be correctly structured in that language

400

Definition of a concatenation

A joining together of separate items—without changing them—into one place

400

Screen2 becomes visible when

If ‘Button1’ is pressed and “SecretPassword” is in the ‘PasswordTextBox1’

400

The replacement block should be

Choice A

500

Definition of an iteration

A process of repeating a set of instructions a specified number of times or until a condition is met

500

Definition of a function

A block of organized and reusable code that performs a single action

500

The "output" of maybe

5 is the output

500

The output will be

2 4 8 16 32 64

M
e
n
u