1. The following observation relate to designing of laced column : 1. Single lacing systems on opposite planes shall preferably be in the same direction so that one is the shadow of the other. 2. Lacing bar should only be a flat. 3. The slenderness ratio of the lacing bars for compression shall not exceed 180. 4. Laced compression members are to be provided with tie plates of ends. Of these observations :





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The total number of members in the Legislative Council of a State shall not exceed __ of the total number of members in the State Legislative Assembly.?....
QA->“One caste, One religion and One God for man of the same blood and form, there is no difference animals of the same caste alone procreate Viewed thus all humanity belong to one caste”- In which book of Sree Narayana Guru these words can be seen?....
QA->Tie rod ends have the following threads:....
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->How much the time gap between two sessions of the Parliament should not exceed?....
MCQ->The following observation relate to designing of laced column : 1. Single lacing systems on opposite planes shall preferably be in the same direction so that one is the shadow of the other. 2. Lacing bar should only be a flat. 3. The slenderness ratio of the lacing bars for compression shall not exceed 180. 4. Laced compression members are to be provided with tie plates of ends. Of these observations :....
MCQ->The ratio of the lacing bars for compression members shall not exceed....
MCQ->What will be the output of the program? public class Foo { Foo() { System.out.print("foo"); } class Bar { Bar() { System.out.print("bar"); } public void go() { System.out.print("hi"); } } / class Bar ends / public static void main (String [] args) { Foo f = new Foo(); f.makeBar(); } void makeBar() { (new Bar() {}).go(); } }/ class Foo ends /....
MCQ->The slenderness ratio of lacing bars should not exceed :....
MCQ->class Bar { } class Test { Bar doBar() { Bar b = new Bar(); / Line 6 / return b; / Line 7 / } public static void main (String args[]) { Test t = new Test(); / Line 11 / Bar newBar = t.doBar(); / Line 12 / System.out.println("newBar"); newBar = new Bar(); / Line 14 / System.out.println("finishing"); / Line 15 / } } At what point is the Bar object, created on line 6, eligible for garbage collection?....
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