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()
Answer:
(b) 56%
Explanation:
the maximum thermal efficiency is possible only when power cycle is reversible in nature and when power cycle is reversible in nature the thermal efficiency depends on the temperature
here we have given T₁ (Higher temperature)= 600+273=873
lower temperature T₂=110+273=383
Efficiency of power cycle is given by =1-
=1-
=1-0.43871
=.56
=56%
Answer:

Explanation:
Given that
R=8 ft
Width= 10 ft
We know that hydro statics force given as
F=ρ g A X
ρ is the density of fluid
A projected area on vertical plane
X is distance of center mass of projected plane from free surface of water.
Here
X=8/2 ⇒X=4 ft
A=8 x 10=80 
So now putting the values
F=ρ g A X
F=62.4(32.14)(80)(4)

Answer:
Explanation:
Work, U, is equal to the force times the distance:
U = F · r
Force needed to lift the weight, is equal to the weight: F = W = m · g
so:
U = m · g · r
= 20.4kg · 9.81
· 1.50m
= 35.316 
= 35.316 W
Answer:
B- extreme fit, close fit, adjustable fit
Explanation:
A human-fit design typically involves the process of manufacturing or producing products (tools) that are easy to use by the end users. Therefore, human-fit designs mainly deals with creating ideas that makes the use of a particular product comfortable and convenient for the end users.
The design for human-fit strategies include; extreme fit, close fit and adjustable fit.
Hence, when the aforementioned strategies are properly integrated into a design process, it helps to ensure the ease of use of products and guarantees comfort for the end users.