1. How much is the base-to-emitter voltage of a transistor in the "on" state?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->P takes twice as much time as Q or thrice as much time as R to finish a piece of work. They can finish the work in 2 days if work together. How much time will Q take to do the work alone?....
QA->The device used for converting current from a lower voltage to a higher voltage is known as?....
QA->Which sector is the largest emitter of greenhouse gases in India?....
QA->Which sector is the largest emitter of greenhouse gases in India ?....
QA->According to Greenpeace data which country is the largest emitter of anthropogenic sulphur dioxide (SO2) which is produced from burning of coal and greatly contributes to air pollution?....
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->If for a silicon n-p-n transistor, the base to emitter voltage (VBE) is 0.7 V and the collector to base voltage VCB is 0.2 Volt, then the transistor is operating in the....
MCQ->The voltage measured from the collector to the emitter is the sum of the voltage base-emitter plus the voltage collector-base.....
MCQ->The voltage measured from the collector to the emitter is the sum of the base-emitter voltage plus the collector-base voltage.....
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