Answer:
An air mass is a body of air with horizontally uniform temperature, humidity, and pressure.
Explanation:
Because it is
Answer:
correct me if i'm wrong but i think it's false
Explanation:
Answer:
Complete question is:
write the following decorators and apply them to a single function (applying multiple decorators to a single function):
1. The first decorator is called strong and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <strong> and </strong> to the argument of the decorator. The return value of the wrapper should look like: return “<strong>” + func() + “</strong>”
2. The decorator will return the wrapper per usual.
3. The second decorator is called emphasis and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <em> and </em> to the argument of the decorator similar to step 1. The return value of the wrapper should look like: return “<em>” + func() + “</em>.
4. Use the greetings() function in problem 1 as the decorated function that simply prints “Hello”.
5. Apply both decorators (by @ operator to greetings()).
6. Invoke the greetings() function and capture the result.
Code :
def strong_decorator(func):
def func_wrapper(name):
return "<strong>{0}</strong>".format(func(name))
return func_wrapper
def em_decorator(func):
def func_wrapper(name):
return "<em>{0}</em>".format(func(name))
return func_wrapper
@strong_decorator
@em_decorator
def Greetings(name):
return "{0}".format(name)
print(Greetings("Hello"))
Explanation:
Answer:
t = 6179.1 s = 102.9 min = 1.7 h
Explanation:
The energy provided by the resistance heater must be equal to the energy required to boil the water:
E = ΔQ
ηPt = mH
where.
η = efficiency = 84.5 % = 0.845
P = Power = 2.61 KW = 2610 W
t = time = ?
m = mass of water = 6.03 kg
H = Latent heat of vaporization of water = 2.26 x 10⁶ J/kg
Therefore,
(0.845)(2610 W)t = (6.03 kg)(2.26 x 10⁶ J/kg)

<u>t = 6179.1 s = 102.9 min = 1.7 h</u>
Answer:
Explanation:
Sum of the side slope = 2 + 1 = 3
Length of first slope = 2/3 X 3.6 = 2 X 1.2 = 2.4m
Lenght of second slope = 1/3 X 3.6 = 1.2m
Area of the trapezoidal channel = (2.4 + 1.2)/2 X 3.6 = 1.8 X 3.6 = 6.48m²
Alternate dept = 50m³/6.48m²= 7.716m