Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
Answer:
No, the claim is not reasonable for 20 W electric power consumption.
It is reasonable for 40 W electric power consumption.
Explanation:
Power = (1/2)*mass flow rate*(square of velocity)
mass flow rate = 1 kg/s
velocity = 8 m/s
square of velocity = 64 m^2 / s^2
Power = (1/2)*(1)*(64)
Power = 32 W
For a fan that consumes 20 W power it is not possible to deliver more power than 20 W but this one is delivering 32 W hence it is a false claim.
For a fan that consumes 40 W it is indeed possible to deliver 32 W considering the efficiency. Hence this claim is reasonable.
Answer:
the internet is a need everywhere to do work and games systems is a technology that is just a want.
Explanation: