Answer:
yes it is certainly good ice cream
Answer:
a) 1253 kJ
b) 714 kJ
c) 946 C
Explanation:
The thermal efficiency is given by this equation
η = L/Q1
Where
η: thermal efficiency
L: useful work
Q1: heat taken from the heat source
Rearranging:
Q1 = L/η
Replacing
Q1 = 539 / 0.43 = 1253 kJ
The first law of thermodynamics states that:
Q = L + ΔU
For a machine working in cycles ΔU is zero between homologous parts of the cycle.
Also we must remember that we count heat entering the system as positiv and heat leaving as negative.
We split the heat on the part that enters and the part that leaves.
Q1 + Q2 = L + 0
Q2 = L - Q1
Q2 = 539 - 1253 = -714 kJ
TO calculate a temperature for the heat sink we must consider this cycle as a Carnot cycle. Then we can use the thermal efficiency equation for the Carnot cycle, this one uses temperatures:
η = 1 - T2/T1
T2/T1 = 1 - η
T2 = (1 - η) * T1
The temperatures must be given in absolute scale (1453 C = 1180 K)
T2 = (1 - 0.43) * 1180 = 673 K
673 K = 946 C
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:
Suction and exhaust processes do not affect the performance of Otto cycle.
Explanation:
Step1
Inlet and exhaust flow processes are not including in the Otto cycle because the effect and nature of both the process are same in opposite direction.
Step2
Inlet process or the suction process is the process of suction of working fluid inside the cylinder. The suction process is the constant pressure process. The exhaust process is the process of exhaust out at constant pressure.
Step3
The suction and exhaust process have same work and heat in opposite direction. So, net effect of suction and exhaust processes cancels out. The suction and exhaust processes are shown below in P-V diagram of Otto cycle:
Process 0-1 is suction process and process 1-0 is exhaust process.
Answer:
Bluray
DVD
CD
Explanation:
Blu ray can hold 25gb per layer
Dvd can hold 4.7GB on a single layer
Cd can hold around 737 mb
Also, dvds can go up to 2 layers
Blu ray can go up to 4