- :-

Topics Covered

  • Arrays
  • Lesson Links

    Check Your Understanding:
    1. 1. True / False: Arrays allow a single variable name to store multiple values.
    2. True
      False
    3. 2. The location of the data inside of an array is known as this.
    4. Index
      Boolean
      Return
      Parameter
    5. 3. True / False: When naming an array, a data type does not have to be specified.
    6. True
      False
    7. 4. The size of an array is known as the number of this found in an array.
    8. Parameters
      Elements
      Numbers
      Strings
    9. 5. True / False: Trying to access an index larger than the array will generate an error.
    10. True
      False