1. If the positive lead of an ohmmeter is connected to the base and the negative lead to the emitter, a low resistance reading would indicate a ________ transistor and a high resistance reading would indicate a ________ transistor.





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Transistor transfers a signal from a low resistance to?....
QA->An instrument designed for measuring optical density of a photographic negative or positive or a printed image....
QA->To make a notebook act as a desktop model, the notebook can be connected to a ………………….. which is connected to a monitor-and other devices.....
QA->Electrode that is connected to the positive pole of the battery is called?....
QA->.If three resistances 6 ohm,4 ohm and 3 ohm are connected in parallel,what will be the total resistance?....
MCQ->If the positive lead of an ohmmeter is connected to the base and the negative lead to the emitter, a low resistance reading would indicate a ________ transistor and a high resistance reading would indicate a ________ transistor.....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
MCQ->Which of the following conditions must be satisfied for a transistor to remain under saturation? Its collector to base junction should be under forward bias.Its collector to base junction should be under reverse bias.Its emitter to base junction should be under reverse bias.Its emitter to base junction should be under forward bias. Select the correct answer from the codes given below:....
MCQ->An 8 bit transistor register has output voltage of low-high-low-high-low-high-low-high. The decimal number stored is....
MCQ->With the positive probe on an NPN base, an ohmmeter reading between the other transistor terminals should be:....
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