Computer Science Vocab Unit 4

12345678910111213141516
Across
  1. 2. process of representing real-world situations using a computer
  2. 6. information sent to a function
  3. 11. process of setting a variable equal to a known value
  4. 12. loop controlled by value entered by a user(2 words)
  5. 14. variable used to determine how many times a loop runs
  6. 15. collection of commands that are given a name
  7. 16. loop with the count vainitializationin
Down
  1. 1. loop controlled by fixed value(2 words)
  2. 3. programming command used to repeat code
  3. 4. experiment that is run using a computer model
  4. 5. precise set of rules for how to solve a problem
  5. 7. process of reading through code to find errors and predict results(2 words)
  6. 8. loop that continues until a condition which is set in the loop is false
  7. 9. programming command that returns a set of numbers(2 words)
  8. 10. variable used to stop a loop from repeating(3 words)
  9. 13. variable used to add up a set of numbers