Answer:
Alice is correct.
The loop are dependent.
Explanation:
for(i = 1; i <= N; i = (i*2)+17 )
for(k = i+1; k <= i+N; k = k+1) // notice i in i+1 and i+N
printf("B")
This is a nested for-loop.
After the first for-loop opening, there is no block of statement to be executed rather a for-loop is called again. And the second for-loop uses the value of i from the first for-loop. The value of N is both called from outside the loop.
So, the second for-loop depend on the first for loop to get the value of i. For clarity purpose, code indentation or use of curly brace is advised.
Answer:
the welding gun liner regulates the shielding gas.
Explanation:
The purpose of the welding gun liner is to properly position the welding wire from the wire feeder till it gets to the nozzle or contact tip of the gun. <em>Regulation of the shielding gas depends on factors such as the speed, current, and type of gas being used. </em>In gas metal arc welding, an electric arc is used to generate heat which melts both the electrode and the workpiece or base metal.
The electric arc produced is shielded from contamination by the shielding gas. The heat generated by the short electric arc is low.
Answer:
a) , b) , c)
Explanation:
A turbine is a steady-state devices which transforms fluid energy into mechanical energy and is modelled after the Principle of Mass Conservation and First Law of Thermodynamics, whose expressions are described hereafter:
Mass Balance
Energy Balance
Specific volumes and enthalpies are obtained from property tables for steam:
Inlet (Superheated Steam)
Outlet (Liquid-Vapor Mix)
a) The mass flow rate of the steam is:
b) The exit velocity of steam is:
c) The power output of the steam turbine is:
The LCA process is a systematic, phased approach and consists of four components: goal definition and scoping, inventory analysis, impact assessment, and interpretation. The standards are provided by the International Organisation for Standardisation (ISO) in ISO 14040 and 14044, and describe the four main phases of an LCA: Goal and scope definition. Inventory analysis. Impact assessment.
Hope this is helpful