1. Total pressure on the vertical face of a retaining wall of height h acts parallel to free surface and from the base at a distance of





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Average height of 10 students in a class is 150 cm. A boy of height 160 cm left the class and a boy of height 148 cm is admitted. Then what is the average height of the students in the class now?....
QA->The ratio between the radius of the base and the height of a cylinder is 2 : If its volume is 1617 cm3, the total surface area of the cylinder is—....
QA->Blood pressure is the pressure exerted on the wall of which part?....
QA->The property of a liquid by which the free surface of liquid acts like a stretched membrane?....
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.....
MCQ->Total pressure on the vertical face of a retaining wall of height h acts parallel to free surface and from the base at a distance of....
MCQ->The following statements relate to the pressure exerted by a fluid on a Submerged curved surface : 1. The vertical component of hydrostatic force acting on a submerged curved surface acts through the centre of volume of the fluid directly above the submerged area. 2. The horizontal component of the force acting on a curved surface is the hydrostatic force acting on the vertical projection of the curved surface. 3. The resultant force on a curved surface acts on the bottom of th6 curved surface. Of these statements :....
MCQ->Consider the following statements The main reinforcement in the counterfort in a counterfort retaining wall of R.C.C is provided on the : 1. inclined face in front of counterfort. 2. bottom face in. back counterfort. 3. inclined face in back counterfort. 4. bottom face in front counterfort. Select the correct answer using the codes given below :....
MCQ->A vertical wall is subjected to a pressure due to one kind of liquid, on one of its sides. The total pressure on the wall acts at a distance __________ from the liquid surface.....
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; }....
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