Coding Vocabulary

123456789101112131415
Across
  1. 2. a joining together of separate items-without changing them-into one place
  2. 5. A storage space on a device used to store information from an app
  3. 7. a sequence of instructions that continually repeats until a condition is met
  4. 8. a sequence of actions to follow in accomplishing a task
  5. 9. The quality of how easy it is for a user to use an app
  6. 11. ______Expression - a processing decision branch
  7. 12. A description of a program that can change based on inputs and conditions in the program
  8. 15. A type of programming statement that evaluates a true/false Boolean expression to determine if the next steps in a program
Down
  1. 1. An operator in which a symbol in code tells a computer to perform a specific math operation
  2. 3. A specific location by order for an individual element in a list
  3. 4. Two types are global and local
  4. 6. In programming, a named section of a program that performs a specific task
  5. 10. a process of repeating a set of instructions a specified number of times or until a condition is met
  6. 13. _______conditional statement: a series of conditionals that a computer moves through until it finds the one that is true
  7. 14. A whole number that does not have any decimal or digits after the decimal