The sort in which the smallest element from the unsorted sublist is swapped with the element at the beginning of the unsorted sublist is:

A. selection sort
B. bubble sort
C. insertion sort
D. exchange sort
E. binary sort


Answer: A

Computer Science & Information Technology

You might also like to view...

What does the following code display?

string example = “C#_Programming”; Console.Write(example.Substring(3, 5); a) _Pr b) _Prog c) Pro d) Progr

Computer Science & Information Technology

Given the following information: The result of =OR( A4>B4, C1>B3, B3=A5 ) is ________

Indicate whether the statement is true or false

Computer Science & Information Technology

Draw Table enables you to create a custom table by first drawing the outside boundaries of the table and then creating rows and columns within the table borders

Indicate whether the statement is true or false

Computer Science & Information Technology

Expression Web embeds the interactive functions you add to your page as____ controls.

A. InteractiveX B. MotionX C. ActiveX D. StaticX

Computer Science & Information Technology