In a ____, items in a list are compared with each other in pairs.

A. quick sort
B. shell sort
C. bubble sort
D. matrix sort


Answer: C

Computer Science & Information Technology

You might also like to view...

The compareTo method of the Comparable interface

A) returns true when the calling object is "less than" the object passed as the parameter B) returns a negative integer when the calling object is "less than" the object passed as the parameter C) returns zero when the calling object fails to equal the object passed as parameter D) None of the above

Computer Science & Information Technology

Which of the following is incorrect?

a. A constructor may be static. b. A constructor may be private. c. A constructor may invoke a static method. d. A constructor may invoke an overloaded constructor. e. A constructor invokes its superclass no-arg constructor by default if a constructor does not invoke an overloaded constructor or its superclass’s constructor.

Computer Science & Information Technology

The ________ enables you to view the programming code for existing macros

A) Record Macro Dialog Box B) Visual Basic Editor, VBE C) Record Macro Dialog Box D) Stop Recording Button

Computer Science & Information Technology

What can you not easily do using a form?

A. Enter data B. Edit data C. Move data D. Delete data

Computer Science & Information Technology