1. In a bipolar junction transistor the base region is made very thin so that





Ask Your Doubts Here

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

Comments

  • By: guest on 02 Jun 2017 12.51 am
    Since recombination in base region is minimum, I - IE.
Show Similar Question And Answers
QA->Very thin paper is called....
QA->Which material is very hard and very ductile?....
QA->The unidirectional property of a pn-junction is useful for its use as which thing?....
QA->Junction (n)....
QA->The famous statue in front of the Govt. Secretariat, Thiruvananthapuram from which the name ‘Statue Junction’ is evolved, is that of?....
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->In a bipolar junction transistor the base region is made very thin so that....
MCQ->When troubleshooting a bipolar junction transistor using an ohmmeter, if one of the junctions reads low in both directions, the junction is shorted and the transistor is bad. If one of the junctions reads high in both directions, the junction is shorted and the transistor is good.....
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->Consider the following statement S1 and S2. S1: The β of a bipolar transistor reduces if the base width is increased. S2: the β of a bipolar transistor increases if the doping concentration in the base is increased. Which one of the following is correct?....
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