8.4 keywords

123456789101112131415
Across
  1. 4. writing instructions for computers and other hardware.
  2. 7. control used when the number of iterations to occur is already known.
  3. 10. statement a programming construct that allows you to make decisions based on certain conditions.
  4. 11. a decision or question
  5. 13. a process where you breakdown a complex problem or system into smaller, more manageable parts.
  6. 14. minimizing the impact of them and hardly noticeable as possible.
  7. 15. app a software application developed specifically for use on small, wireless computing devices, such as smartphones and tablets, rather than desktop or laptop computers.
Down
  1. 1. Operator A logical operator is a symbol or word used to connect two or more expressions such that the value of the compound expression produced depends only on that of the original expressions and on the meaning of the operator. Common logical operators include AND, OR, and NOT.
  2. 2. driven programming a paradigm where entities (objects, services, and so on) communicate indirectly by sending messages to one another through an intermediary.
  3. 3. Control IF Statements.
  4. 5. Else statement if this condition is true do the following thing, else do this thing instead
  5. 6. criteria measurable standards that are used to determine whether a project or software trial has been successful.
  6. 8. input any information or data that is sent to a computer for processing
  7. 9. the process of removing elements of a code or program that aren't relevant or that distract from more important elements.
  8. 12. handler a program function that is executed by the application or operating system when an event is executed on the application.