Answer:
Planned maintenance refers to any scheduled activity carried out to check a machine is working ok and diagnose procedures to fix it if need it. On the other hand, predictive mainteance is all the techniques which help to define if a machine requires or not maintenance activities so far.
Explanation:
Planned maintenance is based on preventive routines to ensure a machine is working in acceptable conditions and at the same time prevent them to change to risky values performing acticities like parts replacement, cleaning, etc. The key of this maintenance is schedule, that is to say, is a maintenance that has to be carried out constantly each certain time. Predictive maintenance is different because it is used to define if a machie needs any kind of inspection or if, on the contrary, the machine can continue operating without any intervention. The good point about predictive maintenance is the capability of telling when a maintenance is required and when is no necessarily required which is ideal to save costs.
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:
Absolute pressure=70.72 KPa
Explanation:
Given that Vacuum gauge pressure= 30 KPa
Barometer reading =755 mm Hg
We know that barometer always reads atmospheric pressure at given situation.So atmospheric pressure is equal to 755 mm Hg.
We know that P= ρ g h
Density of 
So P=13600 x 9.81 x 0.755
P=100.72 KPa
We know that
Absolute pressure=atmospheric pressure + gauge pressure
But here given that 30 KPa is a Vacuum pressure ,so we will take it as negative.
Absolute pressure=atmospheric pressure + gauge pressure
Absolute pressure=100.72 - 30 KPa
So
Absolute pressure=70.72 KPa
Problem solving is the act of orderly searching for solutions to problem
The correct option that involves approaching a problem in a new way is the option;
Creative thinking
The reasons why creative thinking is the correct option is given as follows;
Finding new ways to approach a problem, involves considering alternatives to already known approaches to the problem
Given that the options to be considered are to be options which have not been applied, then the process does not involve;
Context: Which looks at the variables that relate the problem with setting or circumstance that aid understanding of the problem
Critical thinking; Which is based on the analysis of the known facts, but the new proposals are required
Perseverance; Which involves adherence to a particular option despite delay or difficulty
However;
Creative thinking; Creative thinking involves the consideration of a situation thing or problem in a new way or by approaching a task differently than what was considered a regular approach, which involves finding an unused or imaginative approach to a problem
Therefore;
The option that involves finding new ways to approach a problem is <u>creative thinking</u>
<u />
Learn lore about problem solving here:
brainly.com/question/24528689
Answer:
The trunks were all cut at the same lenght, 9 Carolingian feet, easier to carry away and to build. The construction was built by a team of four people, using traditional tools such as a hand saw, clamp, gimlet, Catalan type axe, wood hammer, chisel, two-handed wood saw, heavy wood hammer and metal wedges.
Explanation: