Answer: True.
Explanation: Coolant is flammable and toxic.
Answer:
The correct answer is 'velocity'of liquid flowing out of an orifice is proportional to the square root of the 'height' of liquid above the center of the orifice.
Explanation:
Torricelli's theorem states that

where
is the velocity with which the fluid leaves orifice
is the head under which the flow occurs.
Thus we can compare the given options to arrive at the correct answer
Velocity is proportional to square root of head under which the flow occurs.
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Answer:
Process of Green Revolution
Explanation:
Green Revolution is a process which started its initiatives between the 1950s and 1960s, a technological research process, that increase agricultural productions through various systematic approach, which are different from the traditional methods. These technological approach includes:
1. Utilization of new varieties with a high yield potential, in addition with adequate water supply, pesticides and fertilizers.
2. New methods of cultivation and mechanization
Hence, the process of Green Revolution boosted production of fertilizers and strengthen the agriculture industry as a whole.
Answer:
material remove in 3 min is 16790.4 mm³/s
Explanation:
given data
length L = 80 cm = 800 mm
width W = 30 cm
height H = 15 cm
make grove length = 80 cm
width = 8 cm
depth = 10 cm
mill toll diameter = 4 mm
axial cutting depth = 20 mm
to find out
How much material removed in 3 minutes
solution
first we find time taken for length of advance that is
time = 
here advance is given as 0.001166 mts / sec
so time = 
time = 686.106 seconds
now we find material remove rate that is
remove rate = mill toll rate × axial cutting depth × advance
remove rate = 4 × 20×0.001166 ×1000
remove rate = 93.28 mm³/s
so
material remove in 3 minute = 3 × 60 = 180 sec
so material remove in 3 min = 180 × 93.28
material remove in 3 min is 16790.4 mm³/s