1. Assertion (A): Double Kelvin's bridge is used to measure low resistances.Reason (R): In low resistance, the contact and lead resistances are very important.





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->.....is used for comparing the e.m.f.s, of cells, measurements of the thermal e.m.f.s, large potential differences and currents. It is also used for measuring low resistances.?....
QA->.If three resistances 6 ohm,4 ohm and 3 ohm are connected in parallel,what will be the total resistance?....
QA->“Long years ago we made a tryst with destiny, and now the time comes when we shall redeem our pledge, not wholly or in full measure, but very substantially. At the stroke of the midnight hour, when the world sleeps, India will awake to life and freedom.” Whose words are these?....
QA->The device used to measure very high temperature is?....
QA->The reason that lead to the closure of the British newspaper NEWS OF THE WORLD?....
MCQ->Assertion (A): Double Kelvin's bridge is used to measure low resistances.Reason (R): In low resistance, the contact and lead resistances are very important.

....
MCQ->What will be the output of the following program? #include<iostream.h> double BixFunction(double, double, double = 0, double = 0, double = 0); int main() { double d = 2.3; cout<< BixFunction(d, 7) << " "; cout<< BixFunction(d, 7, 6) << endl; return 0; } double BixFunction(double x, double p, double q, double r, double s) { return p +(q +(r + s x) x) x; }....
MCQ->Kelvin's double bridge is used to measure low resistances because....
MCQ->Assertion (A): Schering bridge is a low voltage bridge.Reason (R): Schering bridge is very commonly used for measurement of capacitance.

....
MCQ->interface DoMath { double getArea(int rad); } interface MathPlus { double getVol(int b, int h); } / Missing Statements ? / which two code fragments inserted at end of the program, will allow to compile? class AllMath extends DoMath { double getArea(int r); } interface AllMath implements MathPlus { double getVol(int x, int y); } interface AllMath extends DoMath { float getAvg(int h, int l); } class AllMath implements MathPlus { double getArea(int rad); } abstract class AllMath implements DoMath, MathPlus { public double getArea(int rad) { return rad rad 3.14; } }....
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