Answer:
It organization structure an advantage. Disadvantage is employees are responsible for the project team.
Explanation:
One advantage of the matrix organizational structure is that people across different functional areas have a better understanding of their coworkers in other areas.
A disadvantage is that employees are responsible of their project team as well as to hair functional areas. It can create some conflict.
Answer:
#include <iostream>
using namespace std;
int main()
{
int inputNumber ;
cout << "Enter an interstate highway number:";
cin >> inputNumber ;
if(inputNumber<=0 || inputNumber >= 1000)
cout << inputNumber << " is not a valid interstate highway number" << endl ;
else{
if(inputNumber > 99){
cout << "I-"<<inputNumber<< " is auxiliary, ";
int temp = inputNumber % 100 ;
cout <<"serving I-"<<temp<<", ";
if(temp%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
else{
cout << "I-"<<inputNumber<< " is primary, ";
if(inputNumber%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
}
return 0;
}
Explanation:
- Check if input number is greater than 99, then display that the input number is auxiliary.
-
Check if remainder of input number/2 is equal to 0, then display that going east/west.
Answer:
NG=64 teeth
dG=384mm
dP=96mm
C=240mm
Explanation:
step one:
given data
module m=6mm
velocity ratio VR=4
number of teeth of pinion Np=16
<u>Step two:</u>
<u>Required</u>
1. Number of teeth on the driven gear

<em>The driven gear has 64 teeth</em>
2. The pitch diameters
The driven gear diameter

<em>The driven gear diameter is 384mm</em>
The pinion diameter
<em />
<em />
Pinion diameter is 96mm
3. Theoretical center-to-center distance

The theoretical center-to-center distance is 240mm
Answer:
B. It can add to an engineer’s credentials and qualifications.
Explanation: