1. In case of a __________ the energy of flow is considerably decreased downstream of the machine.





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A boat goes 24 km upstream and 28 km downstream in 6 hrs. It goes 30 km upstream and 21 km downstream in 6 hrs and 30 minutes. The speed of the boat in still water is:....
QA->At his usual rowing rate, Rahul can travel 12 miles downstream in a certain river in 6 hrs less than it takes him to travel the same distance upstream. But if he could double his usual rowing rate for this 24 mile round trip, the downstream 12 miles would then take only one hour less than the upstream 12 miles. What is the speed of the current in miles per hour?....
QA->At his usual rowing rate, Ram can travel 12 miles downstream in a certain river in 6 hrs less than it takes him to travel the same distance upstream. But if he could double his usual rowing rate for this 24 mile round trip, the downstream 12 miles would then take only one hour less than the upstream 12 miles. What is the speed of the current in miles per hour?....
QA->A boat goes 24 km upstream and 28 km downstream in 6 hrs. It goes 30 km upstream and 21 km downstream in 6 hrs and 30 minutes. The speed of the boat in still water is....
QA->A boat goes 30 km upstream and 44 km downstream in 10 hrs. In 13 hrs, it can go 40 km upstream and 55 km downstream. The speed of the boat in still water is....
MCQ->What will be the output of the C#.NET code snippet given below? char ch = Convert.ToChar ('a' | 'b' | 'c'); switch (ch) { case 'A': case 'a': Console.WriteLine ("case A | case a"); break; case 'B': case 'b': Console.WriteLine ("case B | case b"); break; case 'C': case 'c': case 'D': case 'd': Console.WriteLine ("case D | case d"); break; }....
MCQ->In case of a __________ the energy of flow is considerably decreased downstream of the machine.....
MCQ->Consider the following statements relating to hydraulic gradient line and energy gradient line 1. In the case of a fluid flowing in a pipeline, hydraulic gradient line and energy gradient line may coincide. 2. The line joining the points representing piezometric heads is known as hydraulic gradient line. 3. In the case of ideal fluid, energy gradient line is always horizontal. 4. Hydraulic gradient line has a downward slope in the case of flow through pipes. Of these statements :....
MCQ->Consider the following statements regarding specific energy of flow in an open channel : 1. There is only one specific energy curve for a given channel. 2. Alternate depths are the depths of flow at which the specific energy is the same. 3. Critical flow occurs when the specific energy is minimum. Of these statements :....
MCQ->What will be the output of the program? #include<stdio.h> int main() { int i=4; switch(i) { default: printf("This is default\n"); case 1: printf("This is case 1\n"); break; case 2: printf("This is case 2\n"); break; case 3: printf("This is case 3\n"); } return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution