Computer Science, asked by muhammadadnan0241, 8 months ago

_____ is a process of placing data in a well defined order

Answers

Answered by rupali8153gmailcom2
3

Answer:

SORTING

Sorting is the process of placing data in a well defined order

Answered by smartbrainz
2

Sorting is a process of placing data in a well defined order.  

  • Sorting refers to the process in which we organize raw data in an ordered way. This allows efficient retrieval of information as well as more accurate analysis.
  • For Example - in a large collection of student names, if we need to look for a particular name,it would be much easier if the name are sorted alphabetically otherwise the task would be very cumbersome.
  • All numerical data can be sorted in either ascending order or descending order of values.
  • Sorting is an integral feature of all spreadsheet applications like MS Excel and google sheets. In SQL queries, the result set may be sorted by using an ORDER BY clause.

To know more about sort feature, visit :

https://brainly.in/question/11366332

Similar questions