Answer:
def insSort(arr):
ct=0;
for i in range(1, len(arr)):
key = arr[i]
j = i-1
while j >=0 and key < arr[j] :
arr[j+1] = arr[j]
j -= 1
ct=ct+1;
arr[j+1] = key
return arr,ct;
print(insSort([2,1]))
Output of the program is also attached.
Answer: d. 12
Explanation: if X = 5, then y = 5 + 1 because in y = x + 1, You are replacing the x with 5.
y is now 6.
Now you are multiplying 6 * 2 because of y * 2. You replace the Y with the 6.
6 * 2 = 12
y = 12 or letter d
D. The answer for this is the gulp
Answer
System restore
Explanation
System restore is a recovery feature that helps restore your system to the previous condition or point. Most computers have system restore disks which are an advantage to the users especially when the computer clashes.These disks are very effective when it comes to restoring the system to its initial state.