Principles of Technology Review

1234567891011121314151617181920
Across
  1. 6. An action that a sprite performs continuously until it’s told to stop.
  2. 7. Conveying professionalism, communicating effectively, teamwork and collaboration, and thinking critically and solving problems.
  3. 8. charts, graphs, tables, flowcharts, diagrams, maps, identifying trends among variables.
  4. 10. Something a program checks to see if it is true before allowing an action.
  5. 11. Part of a program that does not work correctly.
  6. 12. To write instructions for a computer.
  7. 15. An instruction for the computer. Many of these put together make up algorithms and computer programs.
  8. 16. Putting commands in the correct order to computers can read the commands.
  9. 18. To do something again.
  10. 19. calculating dimensions, costs, and percentages; reviewing transactions to ensure accuracy; and comparing rates.
  11. 20. The focus of ReadyToWork is____ skills.
Down
  1. 1. A command that tells you to do something only up to the point that something becomes true.
  2. 2. A loop that continues to repeat while a condition is true.
  3. 3. Finding and fixing problems in an algorithm or program.
  4. 4. An algorithm that has been coded into something that can be run by a machine.
  5. 5. The action of doing something over and over again.
  6. 9. A list of steps to finish a task.
  7. 10. Statements that only run under certain conditions.
  8. 13. An action that causes something to happen.
  9. 14. A conditional statement that runs a different set of statements depending on whether an expression is true or false.
  10. 17. A graphic on the screen with a location, size, and appearance.