Robotics Vocabulary

1234567891011121314
Across
  1. 2. Assign a variable a name and a starting value
  2. 6. A common logical operator used in a Boolean expression
  3. 8. Data type that is used to represent decimal numbers
  4. 9. True or False
  5. 11. Placing one control flow structure inside another
  6. 13. The process of finding and removing errors from a program is called
  7. 14. Rules that control the structure of the symbols, punctuation, and words of a language
Down
  1. 1. Data type that is used to represent a sequence of characters
  2. 3. A software application that combines many basic tools needed to write and test software
  3. 4. Values that are passed through the parameters of a function
  4. 5. A named “chunk” of code that you can use over and over again
  5. 7. Name given to a specific storage location that stores a value
  6. 10. Information entered into or received by the CPU is called
  7. 12. Collection of prewritten code (procedures, functions & methods) that programmers use to optimize tasks