Answer:
Option D, Ground Wire
Explanation:
Oleg is a mustimeter or multi tester or a basic voltage tester which is used to test the ground. The main purpose of the tester is to ensure that the outlet is connected to the ground of the circuit, thereby ensuring its proper functioning.
Hence, option D is correct
Answer:
def output_ints_less_than_or_equal_to_threshold(user_values, upper_threshold):
for value in user_values:
if value < upper_threshold:
print(value)
def get_user_values():
n = int(input())
lst = []
for i in range(n):
lst.append(int(input()))
return lst
if __name__ == '__main__':
userValues = get_user_values()
upperThreshold = int(input())
output_ints_less_than_or_equal_to_threshold(userValues, upperThreshold)
Answer:
correct option is (A) 0.5
Explanation:
given data
axial column load = 250 kN per meter
footing placed = 0.5 m
cohesion = 25 kPa
internal friction angle = 5°
solution
we know angle of internal friction is 5° that is near to 0°
so it means the soil is almost cohesive soil.
and for a pure cohesive soil
= 0
and we know formula for
is
= (Nq - 1 ) × tan(Ф) ..................1
so here Ф is very less
should be nearest to zero
and its value can be 0.5
so correct option is (A) 0.5
Answer:
b. False
Explanation:
A centimeter is a hundredth of a meter. This means 1/100 ,1 cm = 0.01 m
A kilo is 1000 grams.
The first answer is false because a hundredth isnot written well.
The second statement is false because the comparison given is of different units of measure. For distance is meters where as for weight is kilograms.
Answer:
second-law efficiency = 62.42 %
Explanation:
given data
temperature T1 = 1200°C = 1473 K
temperature T2 = 20°C = 293 K
thermal efficiency η = 50 percent
solution
as we know that thermal efficiency of reversible heat engine between same temp reservoir
so here
efficiency ( reversible ) η1 = 1 -
............1
efficiency ( reversible ) η1 = 1 -
so efficiency ( reversible ) η1 = 0.801
so here second-law efficiency of this power plant is
second-law efficiency =
second-law efficiency =
second-law efficiency = 62.42 %