Multiple choice technology web technology

Which one is the feature of a sort component?

  1. Pipeline parallelism

  2. Costly in terms of space and time

  3. Removes duplicates on the key specified

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Sorting is a resource-intensive operation in data processing (such as Ab Initio). It is costly in terms of temporary disk space and CPU time because it requires comparing and reorganizing all records.