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