Answer:
(d) all of the above
Explanation:
before cutting the screw threads the operator should lubricate all of the machine parts given in the option that is lead screw and gearbox , the ways and the cross slide and the carriage and half-nuts. we should use lubrication because it reduces the overall system friction and if friction is reduced then heat generated due to friction is also decreases which is beneficial
so option (D) will be correct because we need lubricate in all the given parts
Answer:
The theoretical maximum specific gravity at 6.5% binder content is 2.44.
Explanation:
Given the specific gravity at 5.0 % binder content 2.495
Therefore
95 % mix + 5 % binder gives S.G. = 2.495
Where the binder is S.G. = 1, Therefore
Per 100 mass unit we have (Mx + 5)/(Vx + 5) = 2.495
(95 +5)/(Vx +5) = 2.495
2.495 × (Vx + 5) = 100
Vx =35.08 to 95
Or density of mix = Mx/Vx = 95/35.08 = 2.7081
Therefore when we have 6.5 % binder content, we get
Per 100 mass unit
93.5 Mass unit of Mx has a volume of
Mass/Density = 93.5/2.7081 = 34.526 volume units
Therefore we have
At 6.5 % binder content.
(100 mass unit)/(34.526 + 6.5) = 2.44
The theoretical maximum specific gravity at 6.5% binder content = 2.44.
Answer:
Diesel cycle:
All diesel engine works on diesel cycle.It have four processes .These four processes are as follows
1-2.Reversible adiabatic compression
2-3.Heat addition at constant pressure
3-4.Reversible adiabatic expansion
4-1.Heat addition at constant volume
When air inters in the piston cylinder after that it compresses and gets heated due to compression after that heat addition take place at constant pressure after that power is produces when piston moves to bottom dead center.
From the diagram of P-v And T-s we can understand so easily.
Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.
<h3>Writing code in python:</h3>
<em>def isSorted(lyst):</em>
<em>if len(lyst) >= 0 and len(lyst) < 2:</em>
<em>return True</em>
<em>else:</em>
<em>for i in range(len(lyst)-1):</em>
<em>if lyst[i] > lyst[i+1]:</em>
<em>return False</em>
<em>return True</em>
<em>def main():</em>
<em>lyst = []</em>
<em>print(isSorted(lyst))</em>
<em>lyst = [1]</em>
<em>print(isSorted(lyst))</em>
<em>lyst = list(range(10))</em>
<em>print(isSorted(lyst))</em>
<em>lyst[9] = 3</em>
<em>print(isSorted(lyst))</em>
<em>main()</em>
See more about python at brainly.com/question/18502436
#SPJ1