MCQ - Array in Data Structure
11.The smallest element of an array's index is called its
A. lower bound.
B. upper bound.
C. range.
D. extraction.
View Answer
12. The extra key inserted at the end of the array is called a,
A. End key.
B. Stop key.
C. Sentinel.
D. Transposition.
View Answer
Ans : C
Explanation: None
13. The largest element of an array index is called its
A. lower bound.
B. range.
C. upper bound.
D. All of these.
View Answer
14. Each array declaration need not give, implicitly or explicitly, the information about
A. the name of array
B. the data type of array
C. the first data from the set to be stored
D. the index set of the array
View Answer
15. The elements of an array are stored successively in memory cells because
A. by this way computer can keep track only the address of the first element and the addresses of other elements can be calculated
B. the architecture of computer memory does not allow arrays to store other than serially
C. both of above
D. none of above
View Answer
Ans : A
Explanation:No Explanation.
Also Check :
Discussion