<em>In Star connection, the line voltage is equal to root three times of the phase voltage, whereas in delta connection line voltage is equal to the phase voltage. ... In star connection, phase voltage is low as 1/√3 times the line voltage, whereas in delta connection phase voltage is equal to the line voltage.</em>
Answer:
Explanation:
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet()
my_dog = Dog()
pet_name = input()
pet_age = int(input())
dog_name = input()
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
print(' Breed:', my_dog.breed)
main()
Brainstorming allows people to think freely without judge, or fear to share there answer. Basically encourages people to open up to what they believe.
Answer:
a)
The crack and connecting rod is used in the design of car.This mechanism is known as slider -crank mechanism.
Components:
1.Inlet tube
2. Wheel
3. Exhaust
4. Engine
5.Air tank
6.Pressure gauge
7.Stand
8. Gate valve
b)
The efficiency of air engine is less as compare to efficiency of electric engine and this is not ecofriendly because it produce green house gases.These gases affect the environment.
c)
it can run around 722 km when it is full charge.
Answer:
for 5.6V 9 turns, for 12.0V 19 turns, for 480V 755 turns
Explanation:
Vp/Vs= Np/Ns
Vp: Primary voltage
Vs: Secondary Voltage
Np: number of turns on primary side
Ns: number of turns on secondary side
for output 5.6V
140/5.6= 220/Ns
Ns= 8.8 or 9 Turns
for output 12.0V
140/12= 220/Ns
Ns= 18.9 or 19 turns
for output 480V
140/480= 220/Ns
Ns= 754.3 or 755 turns