CEB Programming

12345678910111213141516
Across
  1. 3. Statements that only run under certain conditions.
  2. 4. A way to give information to a computer.
  3. 5. A way of representing information using only two options.
  4. 8. Computers that exist only to provide things to others.
  5. 10. A way to get information out of a computer.
  6. 13. The most common fundamental unit of digital data eg. Kilobyte, Megabyte, etc. A single byte is 8 bits-worth of data.
  7. 14. A list of steps to finish a task
  8. 15. An instruction for the computer. Many commands put together make up algorithms and computer programs.
  9. 16. The language that programmers create and use to tell a computer what to do.
Down
  1. 1. A piece of code that you can easily call over and over again.
  2. 2. An extra piece of information passed to a function to customize it for a specific need.
  3. 6. The common programming structure that implements "conditional statements".
  4. 7. Finding and fixing problems in an algorithm or program.
  5. 9. A placeholder for a piece of information that can change.
  6. 11. A loop that continues to repeat while a condition is true.
  7. 12. An error in a program that prevents the program from running as expected.
  8. 13. "Binary Digit"; single unit of information in a computer, typically represented as a 0 or 1.