1. The air vessel, in a reciprocating pump, is a cast iron closed chamber having an opening at its base.



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Most fish do not sink in water because of the presence of: swim bladder; air bladder; air sacs; air in spongy bones?....
QA->The height of a square prism is 16 centemetres and the perimeter of its base is 27, find the area of its lateral faces.....
QA->The process of adjusting the quantity of fuel delivered by the fuel injection pump is:....
QA->Which company has closed its $34 billion acquisition of United States based software company Red Hat Inc?....
QA->When an iron nail gets rusted, iron oxide is formed?....
MCQ->The air vessel, in a reciprocating pump, is a cast iron closed chamber having an opening at its base.....
MCQ->By fitting an air vessel to the reciprocating pump, there is always a saving of work done and subsequently saving of power.The saving in case of a double acting reciprocating pump is....
MCQ->By fitting an air vessel to the reciprocating pump, there is always a saving of work done and subsequently saving of power. This saving in case of a single acting reciprocating pump is....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
MCQ->A cylindrical vessel with a constant plane area of 1 m2 is rotated about its vertical axis such that the liquid inside the vessel is about to spill. If the height of the vessel is 2 m and the height of the paraboloid at 1 m, then the volume (in m3) of the liquid in the vessel will be....
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