21. | Which of the following can be used as a criterion for classification of data structures used in language processing ? |
Discuss |
Answer: (d).all of the above.
|
22. | The OS of a computer may periodically collect all the free memory space to form contiguous block of free space. This is called |
Discuss |
Answer: (b).Garbage collection
|
23. | A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as a |
Discuss |
Answer: (a).queue
|
25. | The concepts in programming languages are essential knowledge to anyone who wants to become skilled in_________________. |
Discuss |
Answer: (a).Computer programming
|
26. | Which model is used to organize data in the main memory is called data structure? |
Discuss |
Answer: (d).All of the above
|
27. | A ________is a linear list of data elements in which the addition of a new element or the deletion of an element occurs only at one end. |
Discuss |
Answer: (c).Stack
|
28. | The hierarchical relationship between data elements can be easily represented using a nonlinear data structure called_______. |
Discuss |
Answer: (a).Tree
|
29. | What is the process of finding the location of a given data element in the data structure called? |
Discuss |
Answer: (d).Searching
|
30. | What plays an important role in programming? |
Discuss |
Answer: (a).Data
|