1. Representation of data structure in memory is known as?

A) Storage structure

B) File structure

C) Recursive

D) Abstract Data Type

Correct Answer: Abstract Data Type


2. Which of the following refers to characteristics of an array?

A) An array is a set of similar data items

B) An array is a set of distinct data items

C) An array can hold different types of datatypes

D) None of the above

Correct Answer: An array is a set of similar data items


3. Single-dimensional arrays are always considered as linear arrays.

A) True

B) False

Correct Answer: True