6th Grade CS Review

123456
Across
  1. 2. commands for handling decisions, and expressions that evaluate to either true or false
  2. 4. the rules of a language
  3. 5. the study of problems, problem-solving, and the solutions that come out of the problem-solving process
  4. 6. a list of instructions to complete a task
Down
  1. 1. portion of code that repeats over and over
  2. 2. a device that takes in info (input), stores it (storage), processes it (processing), and outputs a result (output)
  3. 3. a detailed yet readable description of what a computer program or algorithm must do