terms

12345678910111213141516171819202122232425262728
Across
  1. 6. identity theft
  2. 10. exclusive rights
  3. 11. a way to change the flow of the code
  4. 13. a loop to repeat code a fixed number of times
  5. 15. the programs that can be ran on a computer
  6. 17. a problem when using a while loop where you forget one action at the beginning or end
  7. 19. a world or karel word is a grid where karel lives
  8. 23. code you put inside an if statement or while-loop
  9. 25. the physical components of a computer
  10. 26. a computer security specialist
  11. 27. attempt to find computer security vulnerabilities for personal financial gain
  12. 28. teaching new commands to karel
Down
  1. 1. protection of computers
  2. 2. the version that already knows how to turn right and turn around
  3. 3. lets us repeat code as long as somethings true
  4. 4. a device that makes calculations
  5. 5. network of physical devices
  6. 7. lets you ask a question to the program and only run code if its true
  7. 8. saying the function
  8. 9. the part of the funtion that contains the commands
  9. 10. bullying online
  10. 12. a command is an instruction you can give karel
  11. 14. a way to repeat code
  12. 16. a naming convention where the first letter is lowercase
  13. 18. not subject to copyright
  14. 20. threatens to publish data
  15. 21. control structure that lets us do either one section of code or another depending on a test
  16. 22. using charts
  17. 24. managing complexity by abstracting away information and detail