If n = 1000, to sort the list, bubble sort makes about ____ item assignments.

A. 10,000
B. 100,000
C. 250,000
D. 500,000


Answer: C

Computer Science & Information Technology

You might also like to view...

All of the following are standard features of word processors EXCEPT ________

A) content guides B) statistics C) personal information manager D) collaboration tools

Computer Science & Information Technology

The object that allows you to place text anywhere on a slide is a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

How many times will the MessageBox.Show method in the following code be processed?

Dim intCount As Integer Do MessageBox.Show("Hello") intCount +- 1 Loop While intCount > 4

Computer Science & Information Technology

The C function ____ yields the result of a value raised to the power of another value.

A. pow B. exp C. abs D. sqrt

Computer Science & Information Technology