Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
In a gravity dam,if the resultant force cuts the base within the middle third of the body of the dam,the overturning failure will be: ?->(Show Answer!)
Question Set

1. In a gravity dam,if the resultant force cuts the base within the middle third of the body of the dam,the overturning failure will be:





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->When a body is immersed partly or wholly in a liquid, a force acts on the body by the liquid in the upward direction. This force is called?....
QA->A car is running on a road at a uniform speed of 60 km/hr. What is the net resultant force on the car?....
QA->A girl started counting the fingers of her left hand, calling the thumb 1, the index finger 2, middle finger 3, ring finger 4, little finger 5 and then reversed the direction calling the ring finger 6 middle finger 7 and do on. She counted upto She ended counting on ……………… finger....
QA->According to Newton’s third law every force is accompanied by an equal and opposite force. Then how can a movement take place?....
QA->The internal force developed within a body when forces are applied on it is called?....
MCQ->In a gravity dam,if the resultant force cuts the base within the middle third of the body of the dam,the overturning failure will be:....
MCQ->Consider the following statements pertaining to a pile group and a single pile at failure : 1. In loose and medium dense sands, the failure load per pile in a group will generally be greater than the failure load for a single pile. 2. In cohesive soils, the failure load per pile in a group will be greater than failure load for a single pile. 3. For piles driven in dense sands, the failure load per pile in a group is greater than the failure load for a single pile. 4. When the pile spacing is greater than 10 times the pile diameter, the failure loads per pile in a group and forly same in both sands and clays. Of these statements :....
MCQ->The base width of a soil gravity dam is 25 m. The material of the dam has a specific gravity of 2.56 and the dam is designed as an elementary profile ignoring uplift. What is the approximate allowable height of the dam ?....
MCQ->Consider the following statements relating to the stability of floating as well as submerged bodies : 1. A submerged body is stable when the centre of gravity is below the centre of buoyancy. 2. A floating body is stable when the centre of gravity is above the centre of buoyancy. 3. A floating body is stable when the centre of gravity is below the metacentre. 4. A submerged body is in stable equilibrium when the centre of gravity coincides with the centre of buoyancy. Of these statements :....
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