A function that is created by the user and not the computer
What is User Function?
100
something used to tell what the program is doing(//)
What is a comment?
100
one joystick game mode
What is Arcade Mode
200
the coding variable size that holds from -256 to +256 in value
What is integer?
200
Slowly decreasing the variable by a set amount
What is Decrement
200
Another way to a express absolute value
What is Modulus
200
All information that is stored.
What is Memory?
200
performs behaviors or tasks with a high degree of autonomy, which is particularly desirable in fields such as space exploration, cleaning floors, mowing lawns, waste water treatment and delivering goods and services.
What is Autonomous
300
signed value can be negative, 0 or positive
What is signed integer?
300
Increasing the value of a variable by a set amount.
What is Incrementing
300
The process transferring data or converting data
What is Port?
300
The object code is machine code that the processor can process at one instruction at a time.
What is Execute?
300
an integrated circuit that contains all the functions of a central processing unit of a computer.
What is Microprocessor
400
a type of variable in C language that can hold values in the
[−2147483647,+2147483647] range
What is Short Long
400
When the text continues on the next line to fit within the display module, instead of continuing on indefinitely.
What is Wrapping
400
Making the code return to a function or line of code
What is return?
400
The amount of something produced by a person, machine, or industry.
What is Output?
400
code that is written in layman's terms that describe what you want the actual robotic code to do.
What is Pseudo Code
500
A ____ integer can represent a whole integer whose range is greater than or equal to that of a standard integer on the same machine.
What is Long
500
a set of instructions executed directly by a computer's central processing unit (CPU). Each instruction performs a very specific task, such as a load, a jump, or an ALU operation on a unit of data in a CPU register or memory.
What is Machine Code
500
The combination of functions, values, variables, and constants.
What is Expression?
500
what is put in, taken in, or operated on by any process or system.