1. An R.C.C. column is treated as short column if its slenderness ratio is 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->The ratio of bases of a cylinder and a cone are in the ratio 3: Volume of cylinder and cone are in the ratio 9: then their heights are in the ratio?....
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?....
MCQ->An R.C.C. column is treated as short column if its slenderness ratio is less than....
MCQ->Consider the following statements : 1. A recovery ratio of less than 1 implies that the soil has compressed. 2. A recovery ratio greater than 1 implies that the soil has swelled. 3. A recovery ratio of less than 1 implies that the soil has swelled. 4. A recovery ratio greater than 1 implies that the soil has compressed. Which of the following statements given above is/are correct ?....
MCQ->An R.C.C. column is treated as long if its slenderness ratio is greater than....
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); } }....
MCQ->How many students scored more than B in a class of 25 students? I. More than four but less than ten students scored more than that of B. B's rank is an odd number. Seventeen students scored less than D. B. The rank ofC Is 16th from the last. B got more marks than C. Only two students are there between B and C.....
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