Answer the following statements true (T) or false (F)

1. Sorting is done through multiple comparisons and exchanges.
2. The sorting technique that requires the least number of comparisons and exchanges is the selection-exchange method.
3. Stacks use the first in, first out procedure.
4. Queues use the first in, first out procedure.
5. The bubble sort bubbles the largest number to the bottom.


1. TRUE
2. FALSE
3. FALSE
4. TRUE
5. TRUE

Computer Science & Information Technology

You might also like to view...

What tool on the Design tab is used to create a list of values for the control either by typing values or specifying a table or query for the source?

A. Text Box B. Check Box C. List Box D. Label

Computer Science & Information Technology

Which of the following is the legal mode for creating a new RandomAccessFile stream?

a. "w" b. 'r' c. "rw" d. "rwx"

Computer Science & Information Technology

The showMessageDialog method has ____ parameter(s).

A. one B. two C. three D. four

Computer Science & Information Technology

The entries in a dictionary consist of a key, a value, and an index.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology