1. A silicon-controlled rectifier (SCR) has 3 terminals labeled base, collector, and emitter.



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 longest electrified railway tunnel situated between Cherlopalli and Rapuru Railway stations, and measuring 6.6 kilometres has been commissioned by South Central Railway (SCR) in which state?....
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?....
QA->Giridharlal’s family consists of his wife Radha. 3 sons and 2 daughters. One daughter is yet to be married and the other daughter has a son. Two sons have 2 children each and the third son has 3 children. An old aunt and sonin-law also stay with them. How many members are there in Giridharlal’s family ?....
QA->The place in Kerala where the deposit of Ilmenite Monozite and Silicon are?....
QA->Which sector is the largest emitter of greenhouse gases in India?....
MCQ->A silicon-controlled rectifier (SCR) has 3 terminals labeled base, collector, and emitter.....
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->Assertion (A): A half wave controlled rectifier has poorer efficiency and higher ripple factor than a full wave controlled rectifier.Reason (R): The use of a freewheeling diode in half wave controlled rectifier circuit improves the waveform of load current and circuit power factor.

....
MCQ->Consider the following rectifier circuits : half-wave rectifier without filterfull-wave rectifier without filterfull-wave rectifier with series inductance filterfull-wave rectifier with capacitance filter. The sequence of these rectifier circuits in decreasing order of their ripple factor is....
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; }....
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