Podcast
Questions and Answers
What is the simplest type of data structure in computer science?
What is the simplest type of data structure in computer science?
- String
- List
- Lookup table
- Linear array (correct)
What is the memory address of the first element of an array called?
What is the memory address of the first element of an array called?
- First address (correct)
- Initial index
- Primary location
- Base point
What term is sometimes used in computing to refer to an array?
What term is sometimes used in computing to refer to an array?
- Grid
- Matrix
- Vector (correct)
- Tuple
How are two-dimensional arrays sometimes referred to in computer science?
How are two-dimensional arrays sometimes referred to in computer science?
What do arrays effectively exploit in computers?
What do arrays effectively exploit in computers?