# 1Multiple choiceWhat is the primary purpose of sorting in computer science?To make data look prettierTo arrange data in a specific orderTo delete unnecessary dataTo speed up calculations
# 4Multiple choiceWhich sorting method involves repeatedly finding the minimum element and putting it at the beginning?Bubble SortInsertion SortSelection SortMerge Sort