Current flow in a semiconductor arises from the motion of charge carriers in both the conduction and valence bands. As explained in chapter 4, the mobile charges in the conduction band are electrons and those in the valence band are holes.
Here u goo!!
Answer:
Power output, 
Given:
Pressure of steam, P = 1400 kPa
Temperature of steam, 
Diameter of pipe, d = 8 cm = 0.08 m
Mass flow rate, 
Diameter of exhaust pipe, 
Pressure at exhaust, P' = 50 kPa
temperature, T' = 
Solution:
Now, calculation of the velocity of fluid at state 1 inlet:




Now, eqn for compressible fluid:

Now,




Now, the power output can be calculated from the energy balance eqn:



Solution :


Using the data table for refrigerant-134a at P = 120 psia



∴ 
For pressure, P = 20 psia





Change in temperature, 


Now we find the quality,



The final energy,



Change in internal energy

= 38.09297-40.5485
= -2.4556
Answer:
W=2 MW
Explanation:
Given that
COP= 2.5
Heat extracted from 85°C
Qa= 5 MW
Lets heat supplied at 150°C = Qr
The power input to heat pump = W
From first law of thermodynamics
Qr= Qa+ W
We know that COP of heat pump given as



W=2 MW
For Carnot heat pump


2.5 T₂ - 895= T₂
T₂=596.66 K
T₂=323.6 °C
Answer:
The code is attached.
Explanation:
I created a string s including 6 colors with spaces in between. Then I converted the string into a list x by using split() method. I used three different methods for removing elements from the list. These methods are remove(), pop() and del.
Then I used methods append(), insert() and extend() for adding elements to the list.
Finally I converted list into a string using join() and adding space in between the elements of the list.