1. A vernier caliper with it’s main scale division 0.5 mm and vernier scale length 12 mm is divided equally with 25 divisions, has a least count of:





Write Comment

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

Comments

Show Similar Question And Answers
QA->Brake caliper is :....
QA->Which period of leave shall not count for increments in the time scale applicable to a post in which the officer was officiating?....
QA->The least number of square tiles required to pave the floor of a room having length 11m 47 cm and 10m 36cm breadth is ...........
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 :....
QA->For balancing the traverse...............rule is used when the linear and angular measurements are equally precise.....
MCQ->A vernier caliper with it’s main scale division 0.5 mm and vernier scale length 12 mm is divided equally with 25 divisions, has a least count of:....
MCQ->A vernier calliper having one main scale division is 0.5mm and 49 divisions of the main scale is divided into 50 divisions in vernier scale. What is the least count of the instrument?....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain.....
MCQ->What will be the output of the program? class BoolArray { boolean [] b = new boolean[3]; int count = 0; void set(boolean [] x, int i) { x[i] = true; ++count; } public static void main(String [] args) { BoolArray ba = new BoolArray(); ba.set(ba.b, 0); ba.set(ba.b, 2); ba.test(); } void test() { if ( b[0] && b[1] | b[2] ) count++; if ( b[1] && b[(++count - 2)] ) count += 7; System.out.println("count = " + count); } }....
MCQ->The main plate of a transit is divided into 1080 equal divisions. 60 divisions of the vernier coincide exactly with 59 divisions of the main plate. The transit can read angles accurate upto....
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions