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
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
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.
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
What can you not easily do using a form?
A. Enter data B. Edit data C. Move data D. Delete data