Answer:
3A
Explanation:
Using Ohms law U=I×R solve for I by I=U/R
Answer:
Objective statements.
Explanation:
An objective statement can be defined as a short statement that explicitly states or describes what a person wants exactly or is looking out for in a particular item.
Objective statements are written to “maximize” or “minimize” a specific value associated with the product needs in order to define the goal or aim of the design process.
This ultimately implies that, objective statements are used by various manufacturing industries or companies to explicitly define the minimum or maximum requirements for the production of its goods.
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:
Gross building area
Explanation:
The Gross building area refers to the entire area of a building covering all the floors. The measurement is expressed in square feet. The Gross building area also includes basements, penthouses, and mezzanines. It is calculated by estimating the exterior dimension of the building. Storage rooms, laundries, staircases are also a part of the gross building area.
Answer:
The match
Explanation:
You can light both the lantern and the candle if you light the match first.
I don't know of this is a homework question, but I answered it anyway :)