1. A column of rectangular section is considered short, if both the slenderness ratios are less than





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->In Kiran’s opinion, his weight is greater than 65 kg but less than 72 kg. His brother does not agree with Kiran and he thinks that Kiran’s weight is greater than 60 kg but less than 70 kg. His mother’s view is that his weight cannot be greater than 68 kg. If all are them are correct in their estimation, what is the average of different probable weights of Kiran?....
QA->R is taller than X, but shorter than Z, Q is taller than Z, Y is taller than X, but shorter than R, Who is the shortest?....
QA->At his usual rowing rate, Rahul can travel 12 miles downstream in a certain river in 6 hrs less than it takes him to travel the same distance upstream. But if he could double his usual rowing rate for this 24 mile round trip, the downstream 12 miles would then take only one hour less than the upstream 12 miles. What is the speed of the current in miles per hour?....
QA->At his usual rowing rate, Ram can travel 12 miles downstream in a certain river in 6 hrs less than it takes him to travel the same distance upstream. But if he could double his usual rowing rate for this 24 mile round trip, the downstream 12 miles would then take only one hour less than the upstream 12 miles. What is the speed of the current in miles per hour?....
QA->To align a column of text evenly on both the right and left margins throughout the column, use:....
MCQ->A column of rectangular section is considered short, if both the slenderness ratios are less than....
MCQ->An R.C.C. column is treated as short column if its slenderness ratio is less than....
MCQ->Consider the following statements Usable bandwidth of ridge wave guide is more than that of rectangular waveguide.For a given value of TM10 cutoff frequency the cross section of ridge wave guide is lesser that that of rect angular waveguide.Ridge wave guide has higher conductor losser than a rectangular waveguide.Ridge guide has higher conductor losser than a rectangular waveguide. Which of the above statements are correct?....
MCQ->Consider the following statements regarding the working stress design of under-reinforced RC sections: 1. The neutral axis depth will be greater than that of a balanced section 2. The stress in steel in tension will reach its maximum permissible value first 3. The moment of resistance will be less than that of the balanced section 4. The concrete on'the tension side is also to be considered for calculating the moment of resistance of the section. Of these statement :....
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }....
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