computing

123456789
Across
  1. 1. an error in code where the rules or grammar of the programming language have been changed
  2. 7. used to store information to be referenced and manipulated in a computer program
  3. 8. a set of instructions in the style of a programming language but using plain English
  4. 9. an error where the program does something that was not intended
Down
  1. 2. used to connect the different boxes in flow diagrams
  2. 3. considered to be the the simplest sorting algorithm
  3. 4. a sorting algorithm that orders items in the list as it goes
  4. 5. a sorting algorithm that splits the list apart then ..... it back together
  5. 6. spaces put at the beginning of lines of code to help show a program's structure