Unit 6 Crossword 7th Period
Across
- 4. manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation
- 7. A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
- 9. an individual value in a list that is assigned a unique index
- 10. a command that executes the code within a function
- 11. NOT, AND, and OR, which evaluate to a Boolean value
- 12. an ordered collection of elements
- 13. occurs when the ending condition will never evaluate to true
- 16. the protocol used for transmitting web pages over the Internet
- 18. <, >, <=, >=, ==, != indicate a Boolean expression
Down
- 1. the process of accessing each item in a list one at a time
- 2. a named reference to a value that can be used repeatedly throughout a program
- 3. affects the sequential flow of control by executing different statements based on the value of a Boolean expression
- 5. a data type that is either true or false
- 6. NOT, AND, and OR, which evaluate to a Boolean value
- 8. a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met
- 10. a named group of programming instructions. Also referred to as a “procedure”.
- 14. a common method for referencing the elements in a list or string using numbers
- 15. the system responsible for translating domain names like example.com into IP addresses
- 17. A way of representing information using only two options