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