Answer:
As a worker, it is important to follow the proper set of instructions or emergency plans during an emergent situation. Not carefully following the rules may result to a bigger problem such as further injury and damage to property.
Explanation:
Evacuation Procedure- This is a step-by-step procedure that people follow in order to safely vacate any building or place. This procedure is applicable to any situation, such as the workplace. This is now called the <em>Workplace Evacuation Procedure. </em>This is very important because there are so many unpredictable situations or events that are happening in the world right now, such as fire or earthquake. This procedure is being done through an evacuation plan.
The awareness of the workers regarding the proper way to evacuate during emergency situation is very important. It will be easier for them to know where to locate the nearest exit route. They will also learn to stop any form of device or equipment that could cause a hazzard during the situation. In case of the hospital, which is also a workplace, the employees will also learn how to assist the patients before themselves. They will also know where to assemble if there's a need to do so.
Answer: b)Its ability to penetrate skin quickly due to its very small diameter
Explanation: Carbon nano tubes(CNT) are the material widely used in the medical field due to the atomic structure of it ans also have small size. Toxicity in the carbon nano tubes is because their small sized atomic particles which can enter the skin by penetration or inhalation. But are still preferred in the medicine because having unique properties like mechanical property, chemical property,surface property etc.
Answer:
Logarithmic decrement is equal to 0.182
Explanation:
given,
amplitude decay = 9 dB
number of cycles = 12 cycles
mass of the system = 7 kg
spring stiffness = 3000 N/m
logarithmic decrement = ?
now,
logarithmic decreament = 
= 
=ln (1.2)
= 0.182
Hence, Logarithmic decrement is equal to 0.182
Answer:
40.7 m
Explanation:
Let point 1 represent the surface of the water, point 2 be the top of the water trajectory and the reference be the bottom of the tank. Hence:

Answer:
class helloSarah {
public static void main(String [] args) {
Name = "Hello Sarah";
System.out.print(Name);
}
}
Explanation:
<em>The question seem incomplete; However, since the program is incorrect, I'll assume the question is to correct the given code;</em>
The program segment was written in Java and the correct program is in the answer section
<u>See bold texts for line by line explanation </u>
This line declares the class name
<em>class helloSarah {</em>
This line declares the main method of the program
<em>public static void main(String [] args) {</em>
This line initializes string variable Name
<em>String Name = "Hello Sarah";</em>
This line prints the initialized variable
<em>System.out.print(Name);</em>
<em>}</em>
<em>}</em>
<em />