Multiple choice ____ requires only one index to access an individual element of the array. Two-dimensional array One- dimenstrional array Multi dimensional array Single ten array Reveal answer Fill a bubble to check yourself B Correct answer Explanation One-dimensional arrays require only one index to access an element (like arr[5]). Two-dimensional arrays need two indices (arr[3][2]), and multidimensional arrays need even more. The term 'One-dimenstrional' has a typo but is clearly intended.