Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in database-database-redesign
Multiple Choice Question in 035/2016
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in current-affairs-2017-03-05
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Question Answer in Malayalam General Knowledge
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
civil engineering upsc civil service exam questions
1. The proportion of second moment of area about the centroidal axis to second moment of area about the base of a rectangle will be
(A): 1/2
(B): 1/4
(C): 2
(D): 3
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->The ratio of length and breadth of a rectangle is 7: if perimeter is 52 then, what is the length of the rectangle?....
QA->What is a graph is plotted taking °C along the Y-axis and of K along the X-axis?....
QA->If a graph is plotted taking the temperature in Fahrenheit along the Y-axis and the corresponding temperature in Celsius along X- axis it will be the straight line?....
QA->Area of a rectangle of 5 metre length and 4 metre breadth is:....
QA->Perimeter of a rectangle is 100cm. One side is 20cm. What is its area in square cm?....
MCQ->The proportion of second moment of area about the centroidal axis to second moment of area about the base of a rectangle will be....
MCQ->The length of a rectangle exceeds its breadth by 7 ems. If the lengthis decreased by 4 cm. and the breadth is increased by 3 cms., then the area of the new rectangle will be the same as the area of the original rectangle. What will be the perimeter of the original rectangle?....
MCQ->The ratio of the moment of inertia of a rectangle about its centroidal axis to the moment of inertia about its base, is....
MCQ->According to parallel axis theorem, the moment of inertia of a section about an axis parallel to the axis through centre of gravity (i.e. IP) is given by(where, A = Area of the section, IG = Moment of inertia of the section about an axis passing through its C.G., and h = Distance between C.G. and the parallel axis.)....
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; }....
×
×
Type The Issue
×
Your Marks
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