Skip to content
#1. _______ is a way of organizing all data items in order to represent the logical relationship existing between individual elements of data.
#2. __________ are the building blocks of a program and hence it should be simple and effective.
#3. Data structure are basically divided into ______ categories.
#4. Types of data structure are
#5. Integer, Float, Character, String and Pointers are said to be _________
#6. List, Set, Graphs are type of __________
#7. __________ is a set of finite number of data items of same type.
#8. A _________ is a collection of variable number of data items of same type.
#9. A _______ is derived from linear lists which interm as ordered collection of elements.
#10. Stack operates by ________
#11. The Stack has two basic operations
#12. Inserting an element into the stack
#13. Deleting an element from the stack.
#14. __________ are also non primitive data structures just like stack.
#15. Queue has _________ operations.
#16. In a queue, new elements are added to the queue from one end called
#17. In a queue deleted from other end called ________
#18. A _________ is a non-linear data structure in which the data items are arranged or stored in a sorted sequence of finite sets of data items.
#19. ________ are used to represent the hierarchical relationship between various data elements.
#20. To represent a whole number with out fractional part.
#21. To represent a fractional number
#22. To represent any alphabet or special symbol
#23. To represent a sequence of alphabets or alphanumeric or special symbols
#24. To represent an address variable
#25. A ________ is a collection of structures, called data items or nodes.