If a bubble sort is used to arrange the numbers 7 5 3 9 2 6 in ascending order, what order will the data be in after the first pass?
A) 2 5 3 9 7 6
B) 5 7 3 9 2 6
C) 5 3 7 2 6 9
D) 2 3 5 6 7 9
E) none of the above
C) 5 3 7 2 6 9
You might also like to view...
Explain the role of the CIO in the incident management program.
What will be an ideal response?
The _____________ function copies all of the characters from a source string to a destination string.
Fill in the blank(s) with the appropriate word(s).
Regular expressions are not limited to data validation. Regular expressions can also be used to search for data within strings and to perform string substitutions.
Answer the following statement true (T) or false (F)
A function inside another function is called a ....... function.
a. Text b. Range c. Nested d. ROUND e. SUM