Contents

Introduction:


……..is a collection of data items of the same type placed in contiguous memory locations is called.
a) array data structure  
b) stack data structure
c) link list data structure           
d) tree data structure

a



How many types of array data structure?
a) one  
b) two 
c) three 
d) four

b

Explanation: one dimensional array, two-dimensional array



Array elements are stored in ………. Memory locations inside the computer memory.
a) memory locations    
b) consecutive memory locations
c) disjected memory locations
d) none of these

b

How many common terminologies used in array?
a) one  
b) two 
c) three
d) four

c

Explanation: name of array, size of array, index of array


Which of the following can be valid identifier of the array?
a) name of array        
b) size of array
c) index of array          
d) none of these


a