Answer:
if you are speaking of the acronym then Engineering uses science and mathematics to solve everyday problems in society
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1
Answer:
Divide one teeth count by the other.
Now that you know how many teeth are on each gear, you can find the gear ratio relatively simply. Divide the driven gear teeth by the drive gear teeth. Depending on your assignment, you may write your answer as a decimal, a fraction, or in ratio
Explanation:
Answer:
Enthalpy is a function of pressure hence normalized enthalpy departure values will approach zero with reduced pressure approaching zero
Explanation:
On the generalized enthalpy departure chart, the normalized enthalpy departure values seem to approach zero as the reduced pressure PR approaches zero. this is because enthalpy is a function of pressure therefore as the Pressure is reducing towards the zero value, the gas associated with the pressure tends to behave more like an Ideal gas.
For an Ideal gas the Normalized enthalpy departure value will be approaching the zero value.
Answer:
maximum allowable electrical power=4.51W/m
critical radius of the insulation=13mm
Explanation:
Hello!
To solve this heat transfer problem we must initially draw the wire and interpret the whole problem (see attached image)
Subsequently, consider the heat transfer equation from the internal part of the tube to the external air, taking into account the resistance by convection, and conduction as shown in the attached image
to find the critical insulation radius we must divide the conductivity of the material by the external convective coefficient
