Answer:
identify function of the system unit and its components
Explanation:
Conduction:
Heat transfer in the conduction occurs due to movement of molecule or we can say that due to movement of electrons in the two end of same the body. Generally, phenomenon of conduction happens in the case of solid . In conduction heat transfer takes places due to direct contact of two bodies.
Convection:
In convection heat transfer of fluid takes place due to density difference .In simple words we can say that heat transfer occur due to motion of fluid.
Answer:
Evaporator,Compressor,Condensor ,Expanding valve
Explanation:
Split air conditioning :
Split air conditioning means that, condensor unit or some time called outdoor unit is split from evaporator.It means that evaporator and condensor are placed at some distance.
The four component of split air conditioning system are as follows
1.Evaporator
It absorb heat from room and produces the cooling effect.
2.Compressor
It compresses the refrigerant which exits from evaporator.
3.Condensor
It rejects the heat and cool the evaporator.
4.Expanding valve
It allows to refrigerant to cool up to evaporator pressure.
Answer:
public static int average(int j, int k) {
return (int)(( (long)(i) + (long)(j) ) /2 );
}
Explanation:
The above code returns the average of two integer variables
Line 1 of the code declares a method along with 2 variables
Method declared: average of integer data type
Variables: j and k of type integer, respectively
Line 2 calculates the average of the two variables and returns the value of the average.
The first of two integers to average is j
The second of two integers to average is k
The last parameter ensures average using (j+k)/2
Answer:
the minimum shaft diameter is 35.026 mm
the maximum shaft diameter is 35.042mm
Explanation:
Given data;
D-maximum = 35.020mm and d-minimum = 35.000mm
we have to go through Tables "Descriptions of preferred Fits using the Basic Hole System" so from the table, locational interference fits H7/p6
so From table, Selection of International Trade Grades metric series
the grade tolerance are;
ΔD = IT7(0.025 mm)
Δd = IT6(0.016 mm)
Also from Table "Fundamental Deviations for Shafts" metric series
Sf = 0.026
so
D-maximum
Dmax = d + Sf + Δd
we substitute
Dmax = 35 + 0.026 + 0.016
Dmax = 35.042 mm
therefore the maximum diameter of shaft is 35.042mm
d-minimum
Dmin = d + Sf
Dmin = 35 + 0.026
Dmin = 35.026 mm
therefore the minimum diameter of shaft is 35.026 mm