Selection sort requires ________ passes to put n data items in order.

A) n
B) n / 2
C) n / 2 + 1
D) n - 1
E) n + 1

D) n - 1

Computer Science & Information Technology

You might also like to view...

The syntax ____ displays a return value.

A. dblNewPrice = GetNewPrice(dblCurrentPrice) B. lblNewPrice.Text = GetNewPrice(dblCurrentPrice).ToString("C2") C. Dim dblNewPrice D. dblTotalDue = intQuantity * GetNewPrice(dblCurrentPrice)

Computer Science & Information Technology

In the figure above,  which number points to the text box where you enter a value to determine the distance between cells?

A. 1 B. 2 C. 4 D. 5

Computer Science & Information Technology