31. | Data must be represented, organized, stored, processed and managed in a way that facilitates_________. |
Discuss |
Answer: (c).Both (a) and (b)
|
32. | __________ is a collection of data elements of similar data types. |
Discuss |
Answer: (b).Arrays
|
33. | Which is an example of a dynamic data structure? |
Discuss |
Answer: (a).Linked list
|
34. | A data structure is a group of data elements grouped together under ______. |
Discuss |
Answer: (a).One name
|
35. | To write fixed-length records, use file open mode: |
Discuss |
Answer: (d).ios::binary
|
36. | A random access file is organized most like a(n): |
Discuss |
Answer: (a).Array
|
37. | Which file open mode would be used to write data only to the end of an existing file? |
Discuss |
Answer: (a).ios::app
|
38. | Which one of the below mentioned is linear data structure? |
Discuss |
Answer: (d).All of these
|
39. | Term Data Structure refers to _________ and interrelationship between them. |
Discuss |
Answer: (c).Organization of data element
|
40. | Data is nothing but ____________. |
Discuss |
Answer: (b).Piece of Information
|