Crossword Puzzle Tuesday Lecture (Arrays, etc)

12345678910111213141516
Across
  1. 3. Both a data type and a modifier.
  2. 5. A data type that can be true or false.
  3. 6. Another name for the value of a variable.
  4. 8. To give a value to a variable upon declaration.
  5. 9. Relating to, using, or expressed in a system of numerical notation that has 2 rather than 10 as a base.
  6. 10. A member of an array.
  7. 13. Rules of a language.
  8. 14. When a _______ fails to build a particular piece of code due to syntax errors.
  9. 15. An identifier whose associated value cannot typically be altered by the program during its execution.
  10. 16. A collection of variables of the same type.
Down
  1. 1. Lacking in movement, action, or change, esp. in a way viewed as undesirable or uninteresting.
  2. 2. A data structure consisting of a vector of vectors.
  3. 4. In most programming languages, the first array _____ is 0 or 1.
  4. 7. An ______ in logic or arithmetic that must be detected at ________.
  5. 11. Where a variable exists, usually inside {}.
  6. 12. A data type that can be letters or symbols.