The selection sort algorithm performs the task of sorting a list by growing a sorted subsection of the list from the _____ to the _____.

A. front / back
B. top / bottom
C. back / front
D. lowest / highest

Answer: C

Computer Science & Information Technology

You might also like to view...

The principal object of a hash function is __________ .

A. data integrity B. compression C. collision resistance D. mapping messages

Computer Science & Information Technology

Which of the following is a disadvantage of embedding an object??

A. ?The source file and the destination file need to be stored together. B. ?The destination file size increases reflecting the addition of the object from the source file. C. ?Changes made in the destination file are reflected in the source file. D. ?Changes made in the source file are reflected in the destination file.

Computer Science & Information Technology