Computer Science Crossword

123456789101112131415161718
Across
  1. 3. a named reference to a value that can be used repeatedly throughout a program.
  2. 7. Finding and fixing problems in an algorithm or program.
  3. 10. any data that are sent from a program to a device
  4. 11. a group of interconnected computing devices capable of sending or receiving data.
  5. 12. an ordered sequence of characters.
  6. 13. an ordered collection of elements
  7. 14. a group of computing devices and programs working together for a common purpose
  8. 16. A process for reducing the number of bits needed to represent something without losing any information. This process is reversible
  9. 17. A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
Down
  1. 1. an individual value in a list that is assigned a unique index
  2. 2. a command or instruction. Sometimes also referred to as a code statement.
  3. 4. Data with values that change continuously, or smoothly, over time.
  4. 5. a named group of programming instructions.
  5. 6. Data that changes discretely through a finite set of possible values
  6. 8. A way of representing information using only two options.
  7. 9. A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible.
  8. 15. data that are sent to a computer for processing by a program
  9. 18. a common method for referencing the elements in a list or string using numbers