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.
The project is going to scope if the situation happens. Option A is correct.
<h3 /><h3>What is the function of a project manager?</h3>
Project managers are in charge of organizing, planning, and guiding the execution of certain projects for an organization .
As the project manager, you grant a team member's request to rearrange their work in a way they believe will increase productivity.
However, this modification interferes with another team member's workflow since they now have to complete two more activities that are unrelated to the project's objective. The project will be within its scope.
Hence option A is correct.
To learn more about the project manager refer;
brainly.com/question/15404120
#SPJ1
Answer:
It will not experience fracture when it is exposed to a stress of 1030 MPa.
Explanation:
Given
Klc = 54.8 MPa √m
a = 0.5 mm = 0.5*10⁻³m
Y = 1.0
This problem asks us to determine whether or not the 4340 steel alloy specimen will fracture when exposed to a stress of 1030 MPa, given the values of <em>KIc</em>, <em>Y</em>, and the largest value of <em>a</em> in the material. This requires that we solve for <em>σc</em> from the following equation:
<em>σc = KIc / (Y*√(π*a))</em>
Thus
σc = 54.8 MPa √m / (1.0*√(π*0.5*10⁻³m))
⇒ σc = 1382.67 MPa > 1030 MPa
Therefore, the fracture will not occur because this specimen can handle a stress of 1382.67 MPa before experience fracture.
Answer:
A) Wet bulb temperature of #1 is less than that of #2
Explanation:
This can be gotten from pinpointing the states of the two containers on a psychometric chart.