True or False 1. The simplest possible sort involves two values that are out of
ID: 3766048 • Letter: T
Question
True or False
1. The simplest possible sort involves two values that are out of order.
2. When using an insertion sort, each list element is examined one at a time and moved down if the tested element should be inserted before them.
3. When working with two-dimensional arrays, the length field holds the number of rows in an array and each row has a length field that holds the number of columns in the row.
4. When creating arrays, Java is limited in size due to limitations on the number of variables and subscripts used
Explanation / Answer
1.False
2.True
3.True
4.False