Answer TRUE or FALSE.
Selection Sort is generally faster than the Bubble Sort on the same input
Selection Sort can be viewed as an optimization of Bubble Sort.
On each pass, Selection Sort just picks out the next record, while Bubble Sort has to do a lot of swapping.