1. .......................... is a variable that can hold the address of the variables, structure and functions that are used in the program.A) ArrayB) PointerC) StructureD) None of the above2. .................. is the organization of the data in a computers memory or in a file.A) ArrayB) Data StructureC) Data ManagementD) Data Organization3. 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 spaceiii) Arrays helps to arrange the data items in particular order.iv) Data item searching is faster.A) i, ii and iii onlyB) ii, iii and iv onlyC) i, iii and iv onlyD) All i, ii, iii and iv 4. Some examples of data structures arei) arrayii) stackiii) queueiv) binary treev) hybrid treeA) i, ii, iii and iv onlyB)...