FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

BASICS OF BIG DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ means putting or arranging items in order, according to some criteria
A
Listing
B
Auto Filtering
C
Filtering
D
Sorting
Explanation: 

Detailed explanation-1: -Sorting refers to ordering data in an increasing or decreasing manner according to some linear relationship among the data items. ordering: arranging items in a sequence ordered by some criterion; categorizing: grouping items with similar properties.

Detailed explanation-2: -Sorting data means to arrange it in order either alphabetical or numerical.

Detailed explanation-3: -Explanation: Merge sort algorithm divides the array into two halves and applies merge sort algorithm to each half individually after which the two sorted halves are merged together. Thus its method of sorting is called merging.

Detailed explanation-4: -Answer: Sorting is the process of arranging data in in ascending or descending order on the basis of one or more columns. 2. You can access sorting feature by clicking on data tab > sort and filter group > sort.

Detailed explanation-5: -Sorting is the processing of arranging the data in ascending and descending order. There are several types of sorting in data structures namely – bubble sort, insertion sort, selection sort, bucket sort, heap sort, quick sort, radix sort etc.

There is 1 question to complete.