1. The length of the needle beam used in needle beam method of tunnelling is usually





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Which mirror is to be used to obtain a parallel beam of light from a small lamp?....
QA->Which mirror is to be used to obtain a parallel beam of light from a small lamp ?....
QA->A train moving with uniform speed passed a bridge of length 2000 metres in 2 ½ minutes.It took ½ minutes to pass a telephone post.What is the length of the train in metres?....
QA->The length and breadth of a rectangular field in the ratio of 12: 7 . Find the length if area of the field is 52,500 Sq.m?....
QA->A train of length 150 meters took 8 seconds to cross a bridge of length 250 meters. Time taken by the train to cross a telephone post is....
MCQ->The length of the needle beam used in needle beam method of tunnelling is usually....
MCQ->Consider the following statements with respect to tunnelling methods: 1. Full face excavation is suitable for small size tunnel of short length in compact rock. It is not suitable in urban areas. 2. Heading and Benching method is suitable for soft rock tunnelling of medium size. 3. Drift method is suitable for large tunnels in difficult or incompetent rock. Which of the statements given above are correct ?....
MCQ->If Sample class has a Length property with get and set accessors then which of the following statements will work correctly? Sample.Length = 20; Sample m = new Sample(); m.Length = 10; Console.WriteLine(Sample.Length); Sample m = new Sample(); int len; len = m.Length; Sample m = new Sample(); m.Length = m.Length + 20;....
MCQ->Which of the following are necessary for Run-time Polymorphism? The overridden base method must be virtual, abstract or override. Both the override method and the virtual method must have the same access level modifier. An override declaration can change the accessibility of the virtual method. An abstract inherited property cannot be overridden in a derived class. An abstract method is implicitly a virtual method.....
MCQ->Which two statements are true for any concrete class implementing the java.lang.Runnable interface? You can extend the Runnable interface as long as you override the public run() method. The class must contain a method called run() from which all code for that thread will be initiated. The class must contain an empty public void method named run(). The class must contain a public void method named runnable(). The class definition must include the words implements Threads and contain a method called run(). The mandatory method must be public, with a return type of void, must be called run(), and cannot take any arguments.....
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