Unit 6 Crossword 7th Period

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