Answer:
for i in range(0,10):
if SimonPattern[i] == UserPattern[i]:
score = score + 1
i = i + 1
else:
break
if i == 9:
score = score + 1
print("Total Score: {}".format(score))
Explanation:
This for loop was made using Python. Full code attached.
- For loop requires a range of numbers to define the end points. For this Simon Says game, we are talking about 10 characters, so that must be the range for the for loop: from 0 to 10.
- Conditional if tests if Simon pattern matches User's one characheter by one and add point for each match.
- Break statement is ready to escape the for loop at first mismatch.
- As we are starting from index 0, if the users matched all the characters correctly, then we need to add 1, otherwise the maximun score would be 9 and it should be 10.
Answer:
a) Ql=33120000 kJ
b) COP = 5.6
c) COPreversible= 29.3
Explanation:
a) of the attached figure we have:
HP is heat pump, W is the work supplied, Th is the higher temperature, Tl is the low temperature, Ql is heat supplied and Qh is the heat rejected. The worj is:
W=Qh-Ql
Ql=Qh-W
where W=2000 kWh
Qh=120000 kJ/h

b) The coefficient of performance is:

c) The coefficient of performance of a reversible heat pump is:

Th=20+273=293 K
Tl=10+273=283K
Replacing:

Answer:
1) free of contaminants, 2) alkaline, and 3) micro-clustered
Explanation:
Hope it helps you
Answer:
its to show the shape is flat and only flat at the botom and top and you can set it up ther way and it wlll still look the same.
Explanation: