Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
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:



Answer:
Hello your question has some missing information below are the missing information
The refrigerant enters the compressor as saturated vapor at 140kPa Determine The coefficient of performance of this heat pump
answer : 2.49
Explanation:
For vapor-compression refrigeration cycle
P1 = P4 ; P1 = 140 kPa
P2( pressure at inlet ) = P3 ( pressure at outlet ) ; P2 = 800 kPa
<u>From pressure table of R 134a refrigerant</u>
h1 ( enthalpy of saturated vapor at 140kPa ) = 239.16 kJ/kg
h2 ( enthalpy of saturated liquid at P2 = 800 kPa and t = 60°C )
= 296.8kJ/kg
h3 ( enthalpy of saturated liquid at P3 = 800 kPa ) = 95.47 kJ/kg
also h4 = 95.47 kJ/kg
To determine the coefficient of performance
Cop = ( h1 - h4 ) / ( h2 - h1 )
∴ Cop = 2.49