Answer:
The correct answer is A : Orientation dependence of normal and shear stresses at a point in mechanical members
Explanation:
Since we know that in a general element of any loaded object the normal and shearing stresses vary in the whole body which can be mathematically represented as
And
Mohr's circle is the graphical representation of the variation represented by the above 2 formulae in the general oriented element of a body that is under stresses.
The Mohr circle is graphically displayed in the attached figure.
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: (a) 36.18mm
(b) 23.52
Explanation: see attachment
Answer:
B: Directional Transfer Function
Explanation:
The function that describes how the pinna, ear canal, head, and torso change the intensity of sounds with different frequencies that arrive at each ear from different locations in space is called Directional Transfer Function.