Explanation:
sory sorry sorry sorrysorrysorry
Answer:
The answer is copying a program to give to someone else to use
and burning a copy of a DVD to sell
Explanation:
Software piracy is the act of stealing software that is legally protected. This stealing includes copying, distributing, modifying or selling
Answer:
Define Variables and Use List methods to do the following
Explanation:
#<em>Conjoins two lists together</em>
all_names = male_names.union(female_names)
#<em>Finds the names that appear in both lists, just returns those</em>
neutral_names = male_names.intersection(female_names)
#<em>Returns names that are NOT in both lists</em>
specific_names = male_names.symmetric_difference(female_names)
Answer:
a) Tբ = 151.8°C
b) ΔV = - 0.194 m³
c) The T-V diagram is sketched in the image attached.
Explanation:
Using steam tables,
At the given pressure of 0.5 MPa, the saturation temperature is the final temperature.
Right from the steam tables (A-5) with a little interpolation, Tբ = 151.793°C
b) The volume change
Using data from A-5 and A-6 of the steam tables,
The volume change will be calculated from the mass (0.58 kg), the initial specific volume (αᵢ) and the final specific volume
(αբ) (which is calculated from the final quality and the consituents of the specific volumes).
ΔV = m(αբ - αᵢ)
αբ = αₗ + q(αₗᵥ) = αₗ + q (αᵥ - αₗ)
q = 0.5, αₗ = 0.00109 m³/kg, αᵥ = 0.3748 m³/kg
αբ = 0.00109 + 0.5(0.3748 - 0.00109)
αբ = 0.187945 m³/kg
αᵢ = 0.5226 m³/kg
ΔV = 0.58 (0.187945 - 0.5226) = - 0.194 m³
c) The T-V diagram is sketched in the image attached