โŒจ๏ธap computer science principles review

key term - Array

Citation:

Definition

An array is a data structure that stores a fixed-size, ordered collection of elements of the same type. Elements in an array are accessed using their indices.

"Array" also found in: