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...
________ refers to shades of gray that represent color
Fill in the blank(s) with correct word
Computer Science & Information Technology
Match the following error messages with their meaning:
I. #VALUE II. #REF! III. #NA IV. #NUM! V. #NAME? A. required value not available B. invalid Number C. nonexistent function name D. cell no longer exists E. wrong type of data
Computer Science & Information Technology