Answer:
insert (array[] , value , currentsize , maxsize )
{
if maxsize <=currentsize
{
return -1
}
index = currentsize-1
while (i>=0 && array[index] > value)
{
array[index+1]=array[index]
i=i-1
}
array[i+1]=value
return 0
}
Explanation:
1: Check if array is already full, if it's full then no component may be inserted.
2: if array isn't full:
- Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.
- Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
- assign new worth to the position that is next to the known position of initial smaller component.
Answer:
Part A:

CPI cannot be negative so it is not possible to for program to run two times faster.
Part B:

CPI reduced by
=80%
Part C:
New Execution Time=
Increase in speed=
Explanation:
FP Instructions=50*106=5300
INT Instructions=110*106=11660
L/S Instructions=80*106=8480
Branch Instructions=16*106=1696
Calculating Execution Time:
Execution Time=
Execution Time=
Execution Time=
Part A:
For Program to run two times faster,Execution Time (Calculated above) is reduced to half.
New Execution Time=

CPI cannot be negative so it is not possible to for program to run two times faster.
Part B:
For Program to run two times faster,Execution Time (Calculated above) is reduced to half.
New Execution Time=

CPI reduced by
=80%
Part C:

New Execution Time=
New Execution Time=
Increase in speed=
Answer:
Explanation:
Find attached the solution to the question
The minimum and maximum required footing projections for a concrete footing having a thickness of 8 inches will be 4 inches and 8 inches.
<h3>What is projection?</h3>
It should be noted that footing projections are important for construction purposes
In this case, the minimum and maximum required footing projections for a concrete footing having a thickness of 8 inches will be 4 inches and 8 inches.
Learn more about projection on:
brainly.com/question/3703881
#SPJ12
Answer:
ANSI A sized paper is commonly referred to as Letter and ANSI B as Ledger or Tabloid.
Explanation: