Answer:
The speed of shaft is 1891.62 RPM.
Explanation:
given that
Amplitude A= 0.15 mm
Acceleration = 0.6 g
So
we can say that acceleration= 0.6 x 9.81

We know that

So now by putting the values



We know that
ω= 2πN/60
198.0=2πN/60
N=1891.62 RPM
So the speed of shaft is 1891.62 RPM.
Answer:
The term Accuracy means that how close our result to the original result.
Suppose we do any experiment in laboratory and we calculate mass = 7 kg but answer is mass = 15 kg then our answer is not accurate.
And the term Precision means how likely we get result like this.
Suppose we do any experiment in laboratory and we calculate mass five times and each time we get mass = 7 kg then our answer is precised but not accurate.
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:
(d) Spheroidizing
Explanation:
Spheroidizing
This is the heat treatment process for steel which having carbon percentage more than 0.8 %.As we know that a hard and brittle material is having carbon percentage more than 0.8 %.That is why this process is suitable for the hard materials.
In this process a hard and brittle materials convert into soft and ductile after this it improve the machine ability as well as improve the tool life.
In this process grain become spheroidal and these grains are ductile.