Answer:
For
- 5.556 lb/s
For
- 7.4047 lb/s
Solution:
As per the question:
System Load = 96000 Btuh
Temperature, T = 
Temperature rise, T' =
Now,
The system load is taken to be at constant pressure, then:
Specific heat of air, 
Now, for a rise of
in temeprature:


Now, for
:


Answer:
The diameter increases
Explanation:
The expansion in the metal is uniform in every dimension
Answer:
a. Rockwell 3. hardness
b. Instron 2. stress vs strain
c. Charpy 1. impact strength
d. Fatigue 4. Endurance Limit
e. Brinell 3. hardness
f. Izod 1. impact strength
Explanation:
Izod and Charpy are the impact strength testing procedure of a material in which a heavy hammer is attached to an arm is released to impact on the test specimen. In Izod test the specimen with v-notch is held vertical with the notch facing outward while in Charpy test the specimen is supported horizontally with notch facing inward to the impacting hammer.
Instron testing system does universal testing of the material which gradually applies the load recording all the stresses and the corresponding strains until the material fails.
Fatigue is the property of a material due to which it fails under the repeated cyclic loading by the initiation and propagation of cracks. The property of a material resist failure subjected to infinite number of repeated cyclic loads below a certain stress limit.
Rockwell and Brinell are the hardness testing methods. In Rockwell test an intender ball is firstly pressed against the specimen using minor load for a certain time and then a major load is pressed against it for a certain time. After the intender is removed the depth of impression on the surface is measured while in case of Brinell hardness we apply only one load against the intender ball for a certain time and after its removal the radius of impression is measured.
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
Answer:
c. and d
Explanation:
As a whistle-blower, one of your aim is to guide against unethical dealings of other people , hence you are creating an environment that uphold ethical conduct,
In addition, whistle-blowing will disclose all imminent dangers to the software community thereby preventing security breaches.