Answer:
Welding, carpentry, masonry, construction worker, barber
Explanation:
Answer:
b. A view of a building seen from one side, a flat representation of one façade. This is the most common view used to describe the external appearance of a building.
Explanation:
An elevation is a three-dimensional, orthographic, architectural projection that reveals just a side of the building. It is represented with diagrams and shadows are used to create the effect of a three-dimensional image.
It reveals the position of the building from ground-depth and only the outer parts of the structure are illustrated. Elevations, building plans, and section drawings are always drawn together by the architects.
Answer:
The impedance of the circuit depends on the angular frequency of the voltage source.
Explanation:
- In a electric circuit, the magnitude of the impedance, is given by the following expression:

where R = Resistance
Xl = Inductive reactance = ω*L
Xc = Capacitive Reactance = 1/ωC
and ω = angular frequency of the voltage source.
- So, it can be seen that the impedance depends on the value of the constants R,L and C, and on the angular frequency ω.
Answer:
The code is given below in Python with appropriate comments
Explanation:
# convert list to set
male_names = set(['Oliver','Declan','Henry'])
# get remove and add name from user
remove_name = input("Enter remove name: ")
add_name = input("Enter add name: ")
# remove name from set
male_names.remove(remove_name)
# add new name ij set
male_names.add(add_name)
# sort the set
a = sorted(male_names)
# print the set
print(a)
Answer:if power factor =1 is possible for that.
Explanation:when pf is unity. means 1.