Principles of Programming

1234567891011121314151617181920212223
Across
  1. 3. A text-based window where you can run programs and type commands.
  2. 7. The rules for how code must be written so a program can run correctly.
  3. 10. A word or phrase typed into a computer to tell it what action to perform.
  4. 11. A software workspace where programmers write, test, and debug code (often called an IDE).
  5. 13. A file containing code that is meant to be run.
  6. 14. A collection of pre-written code that programmers can use in their programs.
  7. 15. Information produced by a program.
  8. 17. The order in which instructions are carried out in a program.
  9. 18. Symbols used in code to group expressions or pass arguments: ( ).
  10. 21. A named block of code that performs a specific task.
  11. 22. The order and path a program follows when running instructions (including sequence, selection, and iteration).
  12. 23. A whole number data type.
Down
  1. 1. Repeating a block of code using a loop
  2. 2. A data type used for numbers with decimal points.
  3. 4. A program that translates code into a form a computer can execute.
  4. 5. Where data is saved for later use.
  5. 6. A system that collects, processes, stores, and outputs data to support decision-making.
  6. 8. The traditional first program that displays a greeting message.
  7. 9. A structure that allows a program to choose between options.
  8. 12. Data that a program receives from the user or another source.
  9. 16. A popular programming language used in schools and industry.
  10. 18. The actions a program takes to transform input into output.
  11. 19. A data type used to store text.
  12. 20. A data type that can only be true or false.