1. The modulation of effective base width by collector voltage is known as Early effect, hence reverse collector voltage





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The device used for converting current from a lower voltage to a higher voltage is known as?....
QA->Which stage is known as reverse of prophase?....
QA->Two speed reverse gear arrangement is generally provided in:....
QA->“Green house effect” with respect to global warming refers to which effect?....
QA->The length of a park is 50m and the breadth is 35m. The width of a path running around the park is 5m. Find the area of the path?....
MCQ->The modulation of effective base width by collector voltage is known as Early effect, hence reverse collector voltage....
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->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->Assertion (A): In reverse biased p-n junction, the reverse saturation current is nearly constant if the reverse voltage is less than critical value. Reason (R): The total reverse current is sum of reverse saturation current and surface leakage current.

....
MCQ->The phenomenon known as "Early effect" in a BJT refers to a reduction of the effective base width caused by....
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