Vocabulary Practice: Swift Playground

1234567891011
Across
  1. 2. the act of composing commands and structures to create a computer program
  2. 4. to find and fix errors in codes
  3. 5. to provide a specific behavior of a newly created piece of code
  4. 8. to tell a program to run a function
  5. 10. process of combining small parts of a program to solve a larger one
  6. 11. a named set of commands that can be run whenever needed
Down
  1. 1. an action that opens or closes a switch
  2. 3. an error in code that prevents a program from running properly
  3. 4. the process of breaking down a large problem into smaller ones
  4. 6. a repeating set of data
  5. 7. a code that tells a program to perform a specific action.
  6. 9. a block of code that is repeated a certain number of times