In computer technology, the task of arranging data in a specific order is called: B. sorting.
Sorting can be defined as a process that involves the arrangement of the elements in a data set in a specific order, which is either in ascending or descending order.
Generally, sorting is a feature which is used to achieve binary search because it is designed and developed for searching an element from a sorted list of data.
Read more on binary search here: https://brainly.com/question/24268720