VEX Robotics Vocabulary 1
Across
- 2. Lists of programs to be executed. In programming A procedure is another term for a module, subroutine or function.
- 4. A set of rules or instructions to achieve a particular objective.
- 6. Breaking a problem or system down into its components.
- 8. The process of reducing complexity by focusing on the main idea. By hiding details irrelevant to the question at hand and bringing together related and useful details, abstraction allows one to focus on the problem.
Down
- 1. A special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine.
- 3. A way of thinking when computing that uses decomposition, pattern recognition, abstraction, pattern generalization, and algorithm design.
- 5. A sequence of statements which is specified once, but which may be carried out several times in succession.
- 7. Input devices that record data about the physical environment around it.
- 9. A data type with only two values: TRUE or FALSE.
- 10. Any set of instructions expressed in a programming language.