Computer Science Vocabulary Review

1234567891011121314
Across
  1. 1. a data type that is either true or false.
  2. 5. the series of connections between computing devices on a network starting with a sender and ending with a receiver.
  3. 6. a collection of program statements
  4. 9. a command that executes the code within a function
  5. 11. the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.
  6. 13. an individual value in a list that is assigned a unique index
  7. 14. any data that are sent from a program to a device.
Down
  1. 2. NOT, AND, and OR, which evaluate to a Boolean value.
  2. 3. a named reference to a value that can be used repeatedly throughout a program.
  3. 4. an ordered sequence of characters
  4. 7. A type of computer that forwards data across a network
  5. 8. a common method for referencing the elements in a list or string using numbers
  6. 9. a named group of programming instructions. Also referred to as a “procedure”.
  7. 10. an ordered collection of elements
  8. 11. the single unit of information in a computer
  9. 12. Finding and fixing problems in an algorithm or program.