Computer Science 2 - Vocab Review

123456789101112131415161718
Across
  1. 4. A way of representing information using only two options
  2. 5. The set of rules that define the combinations of symbols that are considered to be correctly structured statements or expressions in a programming language.
  3. 6. The physical components that make up a computing system, computer, or computing device.
  4. 7. a system or set of principles underlying the arrangements of elements in a computer or electronic device so as to perform a specified task.
  5. 10. Physical items that use hardware and software to receive, process, and output information.
  6. 11. 8 bits
  7. 12. An error in a program that causes incorrect behavior.
  8. 15. A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
  9. 17. A set of instructions that the computer executes to achieve a particular objective.
  10. 18. A step-by-step process to complete a task.
Down
  1. 1. Information that is collected and used for reference or analysis.
  2. 2. The protection against access to, or alteration of, computing resources through the use of technology, processes, and training.
  3. 3. Programs that run on a computing system, computer, or other computing device.
  4. 5. A process through which digital data is saved within a data storage device by means of computing technology.
  5. 8. Instructions written in a programming language that a computer can understand.
  6. 9. Iteratively design, implement, debug, and review computer programs.
  7. 10. The process of finding and correcting errors (bugs) in programs..
  8. 13. A way of representing information using ten options
  9. 14. A programming structure that repeats a sequence of instructions as long as a specific condition is true.
  10. 16. A type of procedure or routine.