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