8.4 keywords

1234567891011121314
Across
  1. 3. Filters out things we don't need to focus on things we do
  2. 7. Any information sent to a computer for processing
  3. 9. A decision within a computer program when the program decides to move on based on the results of an event
  4. 10. the process of assigning a code to something for classification or identification
  5. 12. Breaking down a complex problem or system into smaller more manageable pieces
  6. 13. a programming approach that enables software to respond to events originating from external sources
Down
  1. 1. repeatedly executes a section of code until a condition is met - or no longer met.
  2. 2. A routine that deals with the event
  3. 4. An operator that controls if things happen in the code or not
  4. 5. If the condition is true the command is executed but if not (else) it is not
  5. 6. A control that repeats for a certain number of times
  6. 8. A type of software designed for a smartphone to do a specific thing
  7. 9. An end goal for a project
  8. 11. internationalization and localization (i18n and l10n) system commonly used for writing multilingual programs on Unix-like computer operating systems
  9. 14. If the condition is true then the command is executed