Loading
- 322SUMMARYConductor :-Presence of free electronsElectrical resistivity is quite lessInsulator :-No free electronsVery large electrical resistivitySemi-conductor :-Electrical resistance greater than conductor but smallar than insulatorAt 0 K temperature it behaves like perfect insulator (in pure form)Hole :-An empty space, when covalent bond breaks and electron gets escaped.It is electron deficiency space called holebehaves like positive electric charge.For intrinsic (pure) semi-conductor :-ni= ne= nhwhere ni= Intrinsic electrical charge carrier density, ne= number density of electronsnh= number density of holesElectrical conduction is due to both, electrons and holes* Extrinsic semi-conductor :-(1) N-type :Pentavalent impurity is addedMajority charge carrier are electronsne> nh(2) P-type :Trivalent imparity is addedMajority charge carries are holesnh> ne*Valence Band :- Completely filled (with 4N electrons) lower band is called valence band* Forbidden Gap :- The region above valance band without any available energy levels is called forbidden gap* Conduction Band :- The region above forbidden gap is called conduction band* Band Gap (Eg) :- The difference between minimum energy (Ec) of conduction band and maximum energy(Ev) of valence band is known as band gap energyFor Insulator Eg > 3eVFor Conductor Eg = 0For semiconductor Eg < 3eV
Page 1
- 323* Depletion Region :-A region near the junction which is deplete of respective majority charge carriers.Thickness is about 0.5m* Depletion Barrier :- The varying electrical potential near junction is called depletion barrier (0.7V for Siand 0.3V for Ge)* Forward Bias :-When P end of PN junction is connected to positive pole of the battery and N end is connectedto negative pole of the battery, then such an arrangement is called forward bias.Depletion barrier (P.d) and Depletion region (width) is decreased.* Reverse Bias :-When P end of PN junction is connected to negative pole of the battery and N end is connectedto positive pole of the battery, then such an arrangement is called forward bias.Depletion barrier (P.d) and depletion region (width) are increased* Brekdown voltage :- In reverse bias condition of PN junction, for certain voltage, current increases suddenly.This certain voltage is called breakdown voltage.* Zener effect :- Due to smaller width of depletion region even at small reverse bias voltage, electric fieldbecomes strong enough to break covalent bond, giving large number of electron hole pair is calledzener effect* Avalanche effect :- Due to large width of depletion region, at only high reverse bias voltage electric field inthe depletion region becomes strong enough to break many covalent bonds, giving rise to so manycharge carrier is called avalanch effect and diode is called avalanche diode* Regulated Power Supply :- If D.C. output voltage, in a rectifier circuit (or power supply) remains constantwith the charge in load current IL, then such power supply is called reguluted power supply* Rectification and Rectifier :- The process of obtaining D.C. voltage (or current) from A.C. voltage (orcurrent) is called rectification and circuit assembled for this process is called rectifier* TRANSISTORTransistor is a device made of two PN junctionsJunction between base and emitter is called emitter junctionJunction between base and collector is called collector junctionFor proper working of transistor, emitter junction should be forward biased and collectorjunction should be reverse biasedA.C. parameters for a transistor(1) Input resistance = ri=CEBEBV cons tan tVI
Page 2
- 324(2) Output resistance = ro=BCECI cons tan tVI (3) A.C. current gainCEi acBV cons tan tIcAI (4) Transconductance = gm=CBE iI acV r D.C. Parameters of a transistor(1) IE= IB+ IC(2) Current gain for CB circuitCdcEII dc1 (3) Current gain for CE cicuit =CdcBII dc1 Voltage gain for CE AmplifierCE acL m LBE iVAv R g RV r Power gain for CE Amplifier2Lp v i aciRA A Ar * Oscillator :- Certain electronic circuits can generated any arbitrary frequency with desired amplitude ofvoltage and current. Such circuit is known as oscillator.Oscillator frequency1f2 LC * Logic gate :-The logic circuit, with one or more than one input but only one output is called logic gate.Basic logic gates are OR gate, AND gate and NOT gateUniversal logic gates are NAND gate and NOR gate
Page 3
- 325* LOGIC GATESA digital circuit with one or more input signals but only one output signal is known as logical gate.The logic gates are the building blocks of a digital system. Each logic gate follows a certain logicalrelationship between input and output voltage.There are three basic logic gates : OR gate AND gate NOT gateTruth tableIt is a table that shows all possible input combinations and corresponding output combination for a logicgate.OR gateAn OR gate has two or more inputs but only one output.It is called OR gate because the output is high if any or all the inputs are high.The logic symbol of OR gate isABYThe truth table for OR gate isInput OutputA B Y0 0 00 1 11 0 11 1 1The Boolean expression for OR gate isY = A + BAND gateAn AND gate has two or more inputs but only one output.It is called AND gate because output is high only when all the inputs are high.The logic symbol of AND gate isABY
Page 4
- 326The truth table for AND gate isInput OutputA B Y0 0 00 1 01 0 01 1 1The Boolean expression for AND gate is Y = A.BNOT gateThe NOT gate is the simplest of all logic gates. It has only one input and one output.NOT gate is also called inverter because it inverts the input.The logic symbol of NOT gate isAYThe truth table for NOT gate isInput OutputA Y0 11 0The Boolean expression for NOT gate is Y =ANAND gateIt is an AND gate followed by a NOT gate.The logic symbol for NAND gate isABYThe truth table for NAND gate isInput OutputA B Y0 0 10 1 11 0 11 1 0The Boolean expression for NAND gate isY A B
Page 5
- 327NOR gateIt is an OR gate followed by a NOT gate.The logic symbol of NOR gate isABYThe truth table for NOR gate isInput OutputA B Y0 0 10 1 01 0 01 1 0The Boolean expression for NOR gate isY A B Exclusive OR gate or XOR gateThe logic symbol of XOR gate isABYThe truth table for XOR gate isInput OutputA B Y0 0 00 1 11 0 11 1 0The Boolean expression for XOR gate isY A B A B A B
Page 6
- 328Exlusive NOR gate or XNOR gateThe logic symbol of XNOR gate isABYThe truth table for XNOR gate isInput OutputA B Y0 0 10 1 01 0 01 1 1The Boolean expression for XNOR gate isY A B A B A B NAND as a universal gateNAND gate is called as universal gate because with the repeated use of NAND gate we can construct anybasic gateNOT gate from NAND gateA YY AAND gate from NAND gatesAA BYBOR gate from NAND gatesABABYY A B A B A B
Page 7
- 329NOR gate as a universal gateNOR gate is called as universal gate because with the repeated use of NOR gate we can construct anybasic gate.NOT gate from NOR gateABY = A BAND gate from NOR gateABABYY A B A.B A.B OR gate from NOR gateAA-BBYY A B A B De Morgan's TheoremsA B A B ABYABYNOR gate is equivelent to bubbled AND gate.A B A B ABYABYNAND is equivalent to bubbled OR gate.
Page 8
- 330Boolean identitiesA + B = B + A AB = BAA + (B + C) = (A + B) + C A(BC) = (AB)CA(B + C) = AB + AC A + BC = (A + B)(A + C)A +0 = A A1 = AA + 1 = 1 A0 = 0A + A = A AA = AA A 1 A A 0 A A A AA B A.B A.B A B A + AB = A A(A + B) = AA A B A B A A B A B MCQFor the answer of the following questions choose the correct alternative fromamong the given ones.(1) C, Si and Ge have same no. of valence electrons. C is an insulator because energy required to take oneelectron out from(A) Si is more (B) C is more (C) Ge is more (D) C is less(2) Ionization energy of isolated phosphorous atonis 10 eV. Ionization energy of same atom in Si is nearlyeV (Relative Permitivity of silicon = 12)(A) 0.1 (B) 0.2 (C) 0.3 (D) 0.4(3) By adding impurity in intrinsic semiconductor P type semiconductor is made. charge ofthese P type semiconductor is(A) trivalent, neutral (B) pentaralent, neutral (C) pentavalent, positive (D) trivalent, negative(4) Strong overlaping of different atomic orbitals makes(A) different energy level (B) energy band (C) Conductor (D) Insulators(5) We can not make p-n junction diode by making P type semi-condutor join with N - type semi-conductor,because(A) Inter-atomic spacing becomes less than 1AO(B) P - type will repel N - type(C) There will be discontinuity for the flowing charge carriers(D) semi-conducting properties will be lost
Page 9
- 331(6) For p-n junction, which statement is incorrect(A) Donor atoms are depleted of their holes in junction(B) No net charge exists far from junction(C) Barrier potential VBis generated(D) Energy VBis to be surmounted before any charge can flow across junction(7) The intrinsic semi-conductor has :(A) a finite resistance which does not change with temperature(B) infinite resistance which decreases with temperature(C) Finite resistance which decreases with temperature(D) Finite resistance which does not change with temperature(8) The behaviour of Ge as semi-conductor is due to width of :(A) Conduction band being large(B) Forbidden band being large(C) Conduction band being small(D) Forbidden band being small and narrow(9) Which of the following is not the advantage of PN junction diode over tube valve ?(A) Unlimited life (B) No warming-up time after switching(C) Large efficiency (D) Low consumption of Power(10) The forward biased diode is(A) (B)(C) (D)(11) A gate has the following truth table :The gate is :(A) OR (B) NOR (C) NAND (D) AND
Page 10
Download this file to view remaining 15 pages
Related documents:
- International Business MCQs with Answers - MCQ
- International Trade - Question Bank
- Sociology (Paper II) 2017 Question Paper - Question Paper
- Social Anthropology - Questions with answers - Question Bank
- Gaming Architecture and Programming (BEIT802T) MCQs - MCQ
- Sociology (Paper II) 2016 Question Paper - Question Paper
- Competency Based Human Resource Management System MCQs - MCQ
- Vyakarana 1 Core IV MCQs - MCQ
- Sequences & Series (Solved MCQs and Notes) - Notes
- HISTORY II 2016 question paper - Question Paper
- REPORTS IN TALLY - EBA - Notes
- Consumer Behavior MCQs - MCQ
- Parallel Processing MCQs - MCQ
- Psychology (Paper I) 2018 Question Paper - Question Paper
- MG6851 PRINCIPLES OF MANAGEMENT Question Paper - Question Paper
- Psychology (Paper II) 2015 Question Paper - Question Paper
- Chhayavaad Part -1 - Question Bank
- UPSC 2021 Prelims ENVIRONMENT Answer Key with Explanation - Question Bank
- Data Structures MCQs - MCQ
- Structural Designand Drawing III Big MCQ collection - MCQ