Answer:
Option(a) is the correct answer to the given fill in the blank of #2
Explanation:
The values[indexOfMin] returns the minimum element in the particular array As in the given question we have to implement the selection sorting .In the selection sorting we have choose the element and compare them others minimum index that's why we have choose the values[indexOfMin] function.
- The index of min is not the correct function So we have not used in the given fill in the blanks that's why option(b) is incorrect .
- The values[startIndex] represent the starting index only that is not suitable for the given question that's why it is incorrect option.
Answer:
C. The number of items in the column list doesn't match the number in the VALUES list.
Explanation:
The INSERT INTO statement is used to insert new records in a table.
<u>Syntax is as follows:</u>
INSERT INTO table_name (column1, column2, column3, ...)
VALUES (value1, value2, value3, ...);
Each column item has to match with the values to be inserted in the same order.
In the question, there are 8 column items specified whereas there are only 7 values given to be inserted.
Answer:
Half Center Right Left, theres four
Explanation: