MIT Vocab
MIT code
Vex robotics
VEX code
100

A set of steps to accomplish a task 

What is an Algorithim?

100

What is the result of the code section listed below?

Label1 will update on Screen1 to show "The value of 'count' is :: 6"

100

Text or characters displayed in a program 

What is a string?

100

What happens if debug is true? 

The robot will display the movements but not move

200

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

What is Abstraction?

200

What is the result? 

3

200

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

What is a loop?


200

How far will the SDV have moved after running the code below?

800mm

300

A set of program instructions 

What is code?

300

What is the result? 

Image happy visibility becomes true 

300

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

What is a function? 

300

What will myVariable be at the end of the program 

32

400

Information or signals entered into a computer system

What is input?

400

What numbers result in a maybe? 

5
400

The smallest unit of data storage that contains known or unknown information referred to as a “value.”

What is a variable?

400

What goes in what goes here? 

A

500

a control block that looks for inputs or events to know when to perform a specific action

What is an event handler? 

500

How can Screen2 be visible? 

If 'Button1' is pressed and "SecretPassword" is in the 'PasswordTextBox1'

500

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

What is an incremental counter?
500

What is printed at the end of the Vex Code? 

Variable is odd

M
e
n
u