Chapter 11: Linear List

 

Results

Previous
Next

#1. _______ is the basic fact of entity that is utilized in a calculation or manipulation.

Previous
Next

#2. ________ may be a single value or it may be a set of values, whether it is a single value or group of values to be processed it must be organized in a particular fashion.

Previous
Next

#3. This type of organization leads to ____________ of data.

Previous
Next

#4. _____________ is a representation of the logical relationship between individual elements of data.

Previous
Next

#5. ________ is a way of organizing all data items that considers not only elements but also their relationship to each other.

Previous
Next

#6. How many types of data?

Previous
Next

#7. Types of data are

Previous
Next

#8. Algorithm+Data Structure = ___________

Previous
Next

#9. Static Implementation of Stack Process using _________

Previous
Next

#10. Dynamic Implementation of Stack Process using _________

Previous
Next

#11. Push means

Previous
Next

#12. Pop means

Previous
Next

#13. ________ are used to pass parameter between functions.

Previous
Next

#14. High level programming like pascal, c etc can be support by

Previous
Next

#15. A _________ is a linear list in which insertions can take place at one end of the list and deletion can take place only at the other end.

Previous
Next

#16. In Queue, Insertion can take place at one end of the list called _____

Previous
Next

#17. In Queue, deletions can take place only at the other end, called ______

Previous
Next

#18. The behavior of a queue is like a _________

Previous
Next

#19. FIFO means

Previous
Next

#20. Enqueue means _____________ in the queue.

Previous
Next

#21. Dequeue means __________ in the queue.

Previous
Next

#22. ________ are used to organize information in database system and to represent the syntactic structure of source programs in computer.

Previous
Next

#23. ________ can be used to evaluate arithmetic expression.

Previous
Next

#24. A Single ______ represent itself is a tree.

Previous
Next

#25. _______ of the node is immediate predecessor of a node.

Previous
Finish