Easy C
EasyC 2
EasyC 3
EasyC 4
EasyC 5
100
The ability of a robot to guide itself.
What is Autonomous control
100
Running your program.
What is Execute
100
A procedure written out in a conversational style, with simple, logical steps.
What is Pseudo-code
100
Allows you to directly control each motor port in real-time from easyC.
What is On-line window
100
Converting a measurable physical quantity into a usable electronic signal.
What is Sensing
200
A series of steps that a microprocessor will perform, one at a time, in sequence.
What is Program
200
Necessary information to the respective command so that it will know exactly how to perform the designated task.
What is Parameters
200
Uses only 0 and 1 to represent all values.
What is Binary system
200
A comparison operator.
What is ==
200
Allows an operation to repeat a certain number of times.
What is For-Loop
300
Using your computer to write the 'C'-language statements that make up the program.
What is Edit
300
Controls how much time is allocated for each operation.
What is Wait command
300
Uses only 0 and 1 to represent all values.
What is Binary system
300
When you want the computer to take one of two actions, but not both. Also, you don't want it to take no action.
What is If-Else statement
300
Responding to instructions from the computer controller, which in turn are in response to the data from the sensors.
What is Action
400
Sending your program to the controller.
What is Download
400
Tells what motor to run and in which direction it should turn.
What is Motor Module
400
A value that is hard-keyed into the program code and cannot be changed while the program is running.
What is Constant
400
Continues to repeat programming statements as long as an expression is TRUE.
What is While-Loop
400
Having a value from a continuous range of possible values.
What is Analog
500
Converting your 'C'-language program into the machine code required by the Vex controller.
What is Compile
500
Controls if a program enters a section of code or not based on whether a given condition is true or false.
What is If statement
500
Storing a value in a variable.
What is Assignment
500
Reports the rate of change in a vehicle's speed.
What is Accelerometers
500
Instructions for a computer.
What is Code