Chapter 10: Introduction to Data Structure

 

Results

Previous
Next

#1. _______ is a way of organizing all data items in order to represent the logical relationship existing between individual elements of data.

Previous
Next

#2. __________ are the building blocks of a program and hence it should be simple and effective.

Previous
Next

#3. Data structure are basically divided into ______ categories.

Previous
Next

#4. Types of data structure are

Previous
Next

#5. Integer, Float, Character, String and Pointers are said to be _________

Previous
Next

#6. List, Set, Graphs are type of __________

Previous
Next

#7. __________ is a set of finite number of data items of same type.

Previous
Next

#8. A _________ is a collection of variable number of data items of same type.

Previous
Next

#9. A _______ is derived from linear lists which interm as ordered collection of elements.

Previous
Next

#10. Stack operates by ________

Previous
Next

#11. The Stack has two basic operations

Previous
Next

#12. Inserting an element into the stack

Previous
Next

#13. Deleting an element from the stack.

Previous
Next

#14. __________ are also non primitive data structures just like stack.

Previous
Next

#15. Queue has _________ operations.

Previous
Next

#16. In a queue, new elements are added to the queue from one end called

Previous
Next

#17. In a queue deleted from other end called ________

Previous
Next

#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.

Previous
Next

#19. ________ are used to represent the hierarchical relationship between various data elements.

Previous
Next

#20. To represent a whole number with out fractional part.

Previous
Next

#21. To represent a fractional number

Previous
Next

#22. To represent any alphabet or special symbol

Previous
Next

#23. To represent a sequence of alphabets or alphanumeric or special symbols

Previous
Next

#24. To represent an address variable

Previous
Next

#25. A ________ is a collection of structures, called data items or nodes.

Previous
Finish