Math, asked by Tanveertk5097, 1 year ago

What do you mean by the term data structure?

Answers

Answered by shubham960
1
In computer science, a data structure is a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently.
Answered by 1RADHIKAA1
2
HI FRIEND


DATA STRUCTURE are processed by means of certain operations which appearing in the data .

Data has situation on depends largely on the frequency with which specific operations are performed. This section introduces the reader to some of the most frequently used of these operations.

> Traversing: Accessing each records exactly once so that certain items in the record may be processed.

> Searching: Finding the location of a particular record with a given key value, or finding the location of all records which satisfy one or more conditions.

> Inserting: Adding a new record to the structure.

> Deleting: Removing the record from the structure.

> Sorting: Managing the data or record in some logical order.

> Merging: Combining the record in two different sorted files into a single sorted file.


HOPS IT HELPS
Similar questions