Answer:
B And A
Explanation:
B: The controller renders a responce it can be seen as a manager and other parts are its workers and makes sure that other parts are "working" well
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:
in what context is it in? it could be aim high for goals set limits that are hard to reach but not impossible
Explanation:
The answer could be
<span>retail, management, leader, merchandising, recruit, train, motivate, communication, UPT’s, drive sales, ADS’s
</span>hope this helps!