Question Set

1. The distance between the base and centre of gravity of a semi circular lamina having radius ‘r’is:





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Find the maximum velocity for the overturn of a car moving on a circular track of radius 100 m. The co-efficient of friction between the road and tyre is 0.2?....
QA->The ratio between the radius and height of a circular one of volume 314 cm (cube) is 5:Its height is....
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->A major belt of asteroids is located between Mars and Jupiter. What is the approximate average distance between the Sun and this major asteroid belt?....
QA->Force which acts on a body moving in a circular path and it is directed towards centre is called?....
MCQ->The distance between the base and centre of gravity of a semi circular lamina having radius ‘r’is:....
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; }....
MCQ->If RADIUS = 3.0 the result of the following FORTRAN 77 program will be

REAL RADIUS, CAREA, SAREA, RATIO
PI
PI = 3.1416
READ , RADIUS CAREA = PI RADIUS RADIUS
SAREA = 2 RADIUS RADIUS
RATIO = CAREA/SAREA....
MCQ->The periodic time of a compound pendulum is __________ when the distance between the point of suspension and the centre of gravity is equal to the radius of gyration of the body about its centre of gravity.....
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