Objective Questions of Data Structure with Answer set-6
1. .......................... is a variable that can hold the address of the variables, structure and functions that are used in the program. A) Array B) Pointer C) Structure D) None of the above 2. .................. is the organization of the data in a computers memory or in a file. A) Array B) Data Structure C) Data Management D) Data Organization 3. Which of the following is/are the advantages of using an array? i) Multi huge quantity of data items can be stored. ii) Arrays saves the memory space iii) Arrays helps to arrange the data items in particular order. iv) Data item searching is faster. A) i, ii and iii only B) ii, iii and iv only C) i, iii and iv only D) All i, ii, iii and iv 4. Some examples of data structures are i) array ii) stack iii) queue iv) binary tree v) hybrid tree A) i, ii, iii and iv only B) ii, iii, iv and v only C) i, ii, iii and v only D) All i, ii, iii, iv and v 5. Match the following components of data structure based on the concept of Abstract Data Type ...