PESIT Bangalore South Campus

Size: px
Start display at page:

Download "PESIT Bangalore South Campus"

Transcription

1 INTERNAL ASSESSMENT TEST 2 Date : 19/09/2016 Max Marks: 40 Subject & Code : Analog and Digital Electronics (15CS32) Section: III A and B Name of faculty: Deepti.C Time : 8:30 am-10:00 am Note: Answer five complete questions each of 8 marks, one from each part PART 1 1. Describe the working principle of 3:8 decoder. Show that using a 3-to--8 decoder and multi input OR gate. the following Boolean Expressions can be realised F1(A,B,C) = Σm (1,2,4,5), F2 (A, B, C) = m (1,5,7) Solution: 3 to 8 decoder Definition -1M, Truth Table-2M, Basic gates circuit -2M, Problem - 3M 3 to 8 decoder takes 3-bit binary data as input, and produces logic 1 on its binary equivalent number line. For example if ABC is 101 then Y5 line is active ( 1 ) and remaining lines are 0 s. (8 Marks)

2 2. a) Realize a logic circuit for Octal to binary encoder. (4 Marks) Solution: Truth Table-1M, Equation-1M,Basic gates circuit -2M An octal to binary encoder has 2 3 = 8 input lines D 0 to D 7 and 3 output lines Y 0 to Y 2. Below is the truth table for an octal to binary encoder. From the truth table, the outputs can be expressed by following Boolean Function. Y 0 = D 1 + D 3 + D 5 + D 7 Y 1 = D 2 + D 3 + D 6 + D 7 Y 2 = D 4 + D 5 + D 6 + D 7

3 b) What is a magnitude comparator? Design one bit comparator using basic gates. Write the truth table and logic expressions. Solution: Definition -1M,Truth Table-1M,Basic gates circuit -1M,Equation -1M (4 Marks) Comparators with three output terminals and checks for three conditions i.e greater than or less than or equal to is magnitude comparator. A comparator used to compare two bits, i.e., two numbers each of single bit is called a single bit comparator. It consists of two inputs for allowing two single bit numbers and three outputs to generate less than, equal and greater than comparison outputs.

4 3. a)give the HDL implementation of 2:1 MUX using dataflow modeling Solution: Module statement and Port declaration 2M,Multiplexer function 2M module mux2x1_df(mout,a,b, S) input A,B,S; output mout; assign mout= S? A : B; endmodule b) Write a 4: 1 MUX Verilog program using conditional 'assign' and 'case' statement. Solution: Module statement and Port declaration 2M,Case statement 2M module mux4x1_bh (i0,i1,i2,i3,select,y) input i0,i1,i2,i3; input [1:0] select; output y; reg y; or i1 or i2 or i3 or select) case (select) 2'b00: y = i0; 2'b01: y = i1; 2'b10: y = i2; 2'b11: y = i3; endcase endmodule (4 Marks) (4 Marks)

5 4. a) Design and implement a Full adder using PAL (5Marks) Solution: Full adder Truth Table or Equations=2M,PAL Circuit -3M The output expressions of a full adder are: S = Σ m(1, 2, 4, 7) Co = Σ m(3, 5, 6, 7) Full adder is realized using PAL as shown below:

6 b) Differentiate between PROM, PAL and PLA. (3 Marks) Solution Each difference 1Mark(1*3=3 Marks)

7 5. What are the differences between BJT and FET? Explain the construction, principle and working of n channel JFET Solution: (Differences -2M,Construction -2M,Diagram and Principle-2M,Working -2M) (8 Marks) i. BJTs are bipolar devices, in which there is a flow of both majority and minority carriers. FETs are unipolar devices, where only the majority carriers flow. ii. BJTs are current-controlled devices; FETs are voltage-controlled devices. iii. Terminals of a BJT are called the emitter, base, and collector. The terminals of an FET are called source, grain, and gate. iv. FETs have higher input impedance compared to BJTs. Therefore, FETs produce larger gains. Figure shows the circuit of n-channel JFET with normal polarities. The two PN junctions at the sides form two depletion layers. The current conduction by charge carriers (i.e. electrons) is through the channel between the two depletion layers and out of the drain. The width and hence resistance of this channel can be controlled by changing the input voltage V GS. The greater the reverse voltage V GS, the wider will be the depletion layer and narrower will be the conducting channel. The narrower channel means greater resistance and hence source to drain current decreases. Thus JFET operates on the principle that width and hence resistance of the conducting channel can be varied by changing the reverse voltage V GS. Case-i: When a voltage V DS is applied between drain and source terminals and voltage on the gate is zero, the two PN junctions at the sides of the bar establish depletion layers. The electrons will flow from source to drain through a channel between the depletion layers. The size of the depletion layers determines the width of the channel and hence current conduction through the bar. Case-ii: When a reverse voltage V GS is applied between gate and source terminals, the width of depletion layer is increased. This reduces the width of conducting channel, thereby increasing the resistance of n-type bar. Consequently, the current from source to drain is decreased. On the other hand, when the reverse bias on the gate is decreased, the width of the depletion layer also decreases. This increases the width of the conducting channel and hence source to drain current.

8 6. Explain the V-I characteristics of an n channel JFET and define its various conditions. (8 Marks) Solution: Drain characteristics Diagram-2M,Transfer Characteristics Diagram -2M,4 Regions Description -2M,Operation-2M The characteristics curve of an N channel JFET transistor shown below is the graph of the drain current, ID versus the gate-source voltage, VGS. This curve represents the transconductance, or simply the gain, of the transistor. The Regions that make up the characterstics are the following: Cutoff Region- This is the region where the JFET transistor is off, meaning no drain current, I D flows from drain to source. Ohmic Region- This is the region where the JFET transistor begins to show some resistance to the drain current, Id that is beginning to flow from drain to source. This is the only region in the curve where the response is linear. Saturation Region- This is the region where the JFET transistor is fully operation and maximum current, for the voltage, VGS, that is supplied is flowing. During this region, the JFET is On and active. Breakdown Region- This is the region where the voltage, VDD that is supplied to the drain of the transistor exceeds the necessary maximum. At this point, the JFET loses its ability to resist current because too much voltage is applied across its drain-source terminals. The transistor breaks down and current flows from drain to source.

9 7. With a neat diagram, explain construction and characteristics of N-channel depletion MOSFET. Solution: Construction Diagram -2M, Drain characteristics Diagram-2M,Transfer Characteristics Diagram -2M,Explanation-2M (8 Marks) In this device a thin layer of N type silicon is deposited just below the gate insulating layer, and forms a conducting channel between source and drain. Therefore when the gate source voltage V GS is zero, current (in the form of free electrons) can flow between source and drain. The gate is totally insulated from the channel by the layer of silicon dioxide. Operation of a Depletion Mode MOSFET In the N channel device, when the gate is made negative with respect to the source, it has the effect of creating a depletion area, free from charge carriers, beneath the gate. This restricts the depth of the conducting channel, so increasing channel resistance and reducing current flow through the device. It is also possible to operate the transistor in enhancement mode. This is done by making the gate positive instead of negative. The positive voltage on the gate attracts more free electrons into the conducing channel, while at the same time repelling holes down into the P type substrate. The more positive the gate potential, lower is the channel resistance. Increasing positive bias therefore increases current flow.

10 8. What are the differences between JFETs and MOSFETs? Briefly describe the operation of CMOS inverter with a neat diagram (8 Marks) Solution: Differences -2M, CMOS Diagram -2M, Circuit-2M, Operation -2M JFET High input impedance It can be operated only in depletion mode High gate current High drain resistance Conductivity is controlled by the reverse biasing of the gate MOSFET Very high input impedance It can be operated in both depletion mode and enhancement mode Low gate current Low drain resistance. Conductivity is controlled by the carriers induced in the channel. A CMOS inverter contains a PMOS and a NMOS transistor connected at the drain and gate terminals, a supply voltage VDD at the PMOS source terminal, and a ground connected at the NMOS source terminal, were VIN is connected to the gate terminals and VOUT is connected to the drain terminals. When VIN is low, the NMOS is "off", while the PMOS stays "on": instantly charging VOUT to logic high. When Vin is high, the NMOS is "on and the PMOS is "on: draining the voltage at VOUT to logic low.

11 PART 5 9. Figure Q9 below shows a biasing configuration using DE-MOSFET. Given that the saturation drain current is 8 ma and pinch off voltage is -5v.Determine the drain source voltage, drain current and gate source voltage (8 Marks) Figure Q9 Solution: ID equation-2m, VGS =2M, ID value-2m,vds-2m The gate source voltage V GS =2V The polarity of the voltage applied between the gate and source terminals is such that the MOSFET operates in the enhancement region of its output characteristics In a DE MOSFET I D =I DSS (1-V GS /Vp) 2 Now IDSS = 8mA, V GS =2V, V P =-5V Substituting in the above equation I D =15.68 ma Applying Kirchhoff s Law to the output side of the circuit, V DD - I D R D - V DS =0 Therefore V DS =11.728V

12 10. Calculate the value of operating point for the circuit shown in Figure Q10 given that threshold voltage for the MOSFET is 2V and ID (ON) = 6 ma for VGS= 5 V. (8 Marks) Figure Q10 Solution: ID equation-2m, VGS equation=2m,id value-2m,vds-2m Drain Current in an E MOSFET is given by I D =K ( V GS - V T ) 2 Hence K= I Don ( V GSon - V T ) 2 =0.66 ma/ V 2 Gate source voltage in the feedback configuration is given by V GS = V DD - I D R D = I D Substituting this value of VGS in the equation for ID we get I D =K ( V GS - V T ) 2 =0.66 *10^-3( I D -2) 2 =9.3 ma VDS = I D =5.7V

13 * * * * * * *

UNIT 3: FIELD EFFECT TRANSISTORS

UNIT 3: FIELD EFFECT TRANSISTORS FIELD EFFECT TRANSISTOR: UNIT 3: FIELD EFFECT TRANSISTORS The field effect transistor is a semiconductor device, which depends for its operation on the control of current by an electric field. There are

More information

FIELD EFFECT TRANSISTOR (FET) 1. JUNCTION FIELD EFFECT TRANSISTOR (JFET)

FIELD EFFECT TRANSISTOR (FET) 1. JUNCTION FIELD EFFECT TRANSISTOR (JFET) FIELD EFFECT TRANSISTOR (FET) The field-effect transistor (FET) is a three-terminal device used for a variety of applications that match, to a large extent, those of the BJT transistor. Although there

More information

UNIT-VI FIELD EFFECT TRANSISTOR. 1. Explain about the Field Effect Transistor and also mention types of FET s.

UNIT-VI FIELD EFFECT TRANSISTOR. 1. Explain about the Field Effect Transistor and also mention types of FET s. UNIT-I FIELD EFFECT TRANSISTOR 1. Explain about the Field Effect Transistor and also mention types of FET s. The Field Effect Transistor, or simply FET however, uses the voltage that is applied to their

More information

FET. FET (field-effect transistor) JFET. Prepared by Engr. JP Timola Reference: Electronic Devices by Floyd

FET. FET (field-effect transistor) JFET. Prepared by Engr. JP Timola Reference: Electronic Devices by Floyd FET Prepared by Engr. JP Timola Reference: Electronic Devices by Floyd FET (field-effect transistor) unipolar devices - unlike BJTs that use both electron and hole current, they operate only with one type

More information

THE JFET. Script. Discuss the JFET and how it differs from the BJT. Describe the basic structure of n-channel and p -channel JFETs

THE JFET. Script. Discuss the JFET and how it differs from the BJT. Describe the basic structure of n-channel and p -channel JFETs Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: Ist Year, Sem - IInd Subject: Electronics Paper No.: V Paper Title: Analog Circuits Lecture No.: 12 Lecture Title: Analog Circuits

More information

Electronic Circuits II - Revision

Electronic Circuits II - Revision Electronic Circuits II - Revision -1 / 16 - T & F # 1 A bypass capacitor in a CE amplifier decreases the voltage gain. 2 If RC in a CE amplifier is increased, the voltage gain is reduced. 3 4 5 The load

More information

FET(Field Effect Transistor)

FET(Field Effect Transistor) Field Effect Transistor: Construction and Characteristic of JFETs. Transfer Characteristic. CS,CD,CG amplifier and analysis of CS amplifier MOSFET (Depletion and Enhancement) Type, Transfer Characteristic,

More information

Electronic Circuits. Junction Field-effect Transistors. Dr. Manar Mohaisen Office: F208 Department of EECE

Electronic Circuits. Junction Field-effect Transistors. Dr. Manar Mohaisen Office: F208   Department of EECE Electronic Circuits Junction Field-effect Transistors Dr. Manar Mohaisen Office: F208 Email: manar.subhi@kut.ac.kr Department of EECE Review of the Precedent Lecture Explain the Operation Class A Power

More information

Q1. Explain the construction and principle of operation of N-Channel and P-Channel Junction Field Effect Transistor (JFET).

Q1. Explain the construction and principle of operation of N-Channel and P-Channel Junction Field Effect Transistor (JFET). Q. Explain the construction and principle of operation of N-Channel and P-Channel Junction Field Effect Transistor (JFET). Answer: N-Channel Junction Field Effect Transistor (JFET) Construction: Drain(D)

More information

Field Effect Transistors

Field Effect Transistors Chapter 5: Field Effect Transistors Slide 1 FET FET s (Field Effect Transistors) are much like BJT s (Bipolar Junction Transistors). Similarities: Amplifiers Switching devices Impedance matching circuits

More information

Depletion-mode operation ( 공핍형 ): Using an input gate voltage to effectively decrease the channel size of an FET

Depletion-mode operation ( 공핍형 ): Using an input gate voltage to effectively decrease the channel size of an FET Ch. 13 MOSFET Metal-Oxide-Semiconductor Field-Effect Transistor : I D D-mode E-mode V g The gate oxide is made of dielectric SiO 2 with e = 3.9 Depletion-mode operation ( 공핍형 ): Using an input gate voltage

More information

CHAPTER 8 FIELD EFFECT TRANSISTOR (FETs)

CHAPTER 8 FIELD EFFECT TRANSISTOR (FETs) CHAPTER 8 FIELD EFFECT TRANSISTOR (FETs) INTRODUCTION - FETs are voltage controlled devices as opposed to BJT which are current controlled. - There are two types of FETs. o Junction FET (JFET) o Metal

More information

6. Field-Effect Transistor

6. Field-Effect Transistor 6. Outline: Introduction to three types of FET: JFET MOSFET & CMOS MESFET Constructions, Characteristics & Transfer curves of: JFET & MOSFET Introduction The field-effect transistor (FET) is a threeterminal

More information

Unit III FET and its Applications. 2 Marks Questions and Answers

Unit III FET and its Applications. 2 Marks Questions and Answers Unit III FET and its Applications 2 Marks Questions and Answers 1. Why do you call FET as field effect transistor? The name field effect is derived from the fact that the current is controlled by an electric

More information

Chapter 5: Field Effect Transistors

Chapter 5: Field Effect Transistors Chapter 5: Field Effect Transistors Slide 1 FET FET s (Field Effect Transistors) are much like BJT s (Bipolar Junction Transistors). Similarities: Amplifiers Switching devices Impedance matching circuits

More information

IENGINEERS-CONSULTANTS QUESTION BANK SERIES ELECTRONICS ENGINEERING 1 YEAR UPTU ELECTRONICS ENGINEERING EC 101 UNIT 3 (JFET AND MOSFET)

IENGINEERS-CONSULTANTS QUESTION BANK SERIES ELECTRONICS ENGINEERING 1 YEAR UPTU ELECTRONICS ENGINEERING EC 101 UNIT 3 (JFET AND MOSFET) ELECTRONICS ENGINEERING EC 101 UNIT 3 (JFET AND MOSFET) LONG QUESTIONS (10 MARKS) 1. Draw the construction diagram and explain the working of P-Channel JFET. Also draw the characteristics curve and transfer

More information

Analog Electronics. Electronic Devices, 9th edition Thomas L. Floyd Pearson Education. Upper Saddle River, NJ, All rights reserved.

Analog Electronics. Electronic Devices, 9th edition Thomas L. Floyd Pearson Education. Upper Saddle River, NJ, All rights reserved. Analog Electronics BJT Structure The BJT has three regions called the emitter, base, and collector. Between the regions are junctions as indicated. The base is a thin lightly doped region compared to the

More information

FIELD EFFECT TRANSISTORS

FIELD EFFECT TRANSISTORS FIELD EFFECT TRANSISTORS Module 5 Introduction Symbol Features: 1. Voltage is applied across gate and source terminals. This voltage controls the drain current. Hence FET is a voltage controlled device.

More information

MEASUREMENT AND INSTRUMENTATION STUDY NOTES UNIT-I

MEASUREMENT AND INSTRUMENTATION STUDY NOTES UNIT-I MEASUREMENT AND INSTRUMENTATION STUDY NOTES The MOSFET The MOSFET Metal Oxide FET UNIT-I As well as the Junction Field Effect Transistor (JFET), there is another type of Field Effect Transistor available

More information

Three Terminal Devices

Three Terminal Devices Three Terminal Devices - field effect transistor (FET) - bipolar junction transistor (BJT) - foundation on which modern electronics is built - active devices - devices described completely by considering

More information

Lecture (03) The JFET

Lecture (03) The JFET Lecture (03) The JFET By: Dr. Ahmed ElShafee ١ JFET Basic Structure Figure shows the basic structure of an n channel JFET (junction field effect transistor). Wire leads are connected to each end of the

More information

Field-Effect Transistor (FET) is one of the two major transistors; FET derives its name from its working mechanism;

Field-Effect Transistor (FET) is one of the two major transistors; FET derives its name from its working mechanism; Chapter 3 Field-Effect Transistors (FETs) 3.1 Introduction Field-Effect Transistor (FET) is one of the two major transistors; FET derives its name from its working mechanism; The concept has been known

More information

INTRODUCTION: Basic operating principle of a MOSFET:

INTRODUCTION: Basic operating principle of a MOSFET: INTRODUCTION: Along with the Junction Field Effect Transistor (JFET), there is another type of Field Effect Transistor available whose Gate input is electrically insulated from the main current carrying

More information

KOM2751 Analog Electronics :: Dr. Muharrem Mercimek :: YTU - Control and Automation Dept. 1 6 FIELD-EFFECT TRANSISTORS

KOM2751 Analog Electronics :: Dr. Muharrem Mercimek :: YTU - Control and Automation Dept. 1 6 FIELD-EFFECT TRANSISTORS KOM2751 Analog Electronics :: Dr. Muharrem Mercimek :: YTU - Control and Automation Dept. 1 6 FIELD-EFFECT TRANSISTORS Most of the content is from the textbook: Electronic devices and circuit theory, Robert

More information

Field Effect Transistors

Field Effect Transistors Field Effect Transistors LECTURE NO. - 41 Field Effect Transistors www.mycsvtunotes.in JFET MOSFET CMOS Field Effect transistors - FETs First, why are we using still another transistor? BJTs had a small

More information

IFB270 Advanced Electronic Circuits

IFB270 Advanced Electronic Circuits IFB270 Advanced Electronic Circuits Chapter 9: FET amplifiers and switching circuits Prof. Manar Mohaisen Department of EEC Engineering Review of the Precedent Lecture Review of basic electronic devices

More information

EE70 - Intro. Electronics

EE70 - Intro. Electronics EE70 - Intro. Electronics Course website: ~/classes/ee70/fall05 Today s class agenda (November 28, 2005) review Serial/parallel resonant circuits Diode Field Effect Transistor (FET) f 0 = Qs = Qs = 1 2π

More information

Chapter 6: Field-Effect Transistors

Chapter 6: Field-Effect Transistors Chapter 6: Field-Effect Transistors Islamic University of Gaza Dr. Talal Skaik MOSFETs MOSFETs have characteristics similar to JFETs and additional characteristics that make then very useful. There are

More information

FET. Field Effect Transistors ELEKTRONIKA KONTROL. Eka Maulana, ST, MT, M.Eng. Universitas Brawijaya. p + S n n-channel. Gate. Basic structure.

FET. Field Effect Transistors ELEKTRONIKA KONTROL. Eka Maulana, ST, MT, M.Eng. Universitas Brawijaya. p + S n n-channel. Gate. Basic structure. FET Field Effect Transistors ELEKTRONIKA KONTROL Basic structure Gate G Source S n n-channel Cross section p + p + p + G Depletion region Drain D Eka Maulana, ST, MT, M.Eng. Universitas Brawijaya S Channel

More information

Chapter 8. Field Effect Transistor

Chapter 8. Field Effect Transistor Chapter 8. Field Effect Transistor Field Effect Transistor: The field effect transistor is a semiconductor device, which depends for its operation on the control of current by an electric field. There

More information

8. Characteristics of Field Effect Transistor (MOSFET)

8. Characteristics of Field Effect Transistor (MOSFET) 1 8. Characteristics of Field Effect Transistor (MOSFET) 8.1. Objectives The purpose of this experiment is to measure input and output characteristics of n-channel and p- channel field effect transistors

More information

Summary. Electronics II Lecture 5(b): Metal-Oxide Si FET MOSFET. A/Lectr. Khalid Shakir Dept. Of Electrical Engineering

Summary. Electronics II Lecture 5(b): Metal-Oxide Si FET MOSFET. A/Lectr. Khalid Shakir Dept. Of Electrical Engineering Summary Electronics II Lecture 5(b): Metal-Oxide Si FET MOSFET A/Lectr. Khalid Shakir Dept. Of Electrical Engineering College of Engineering Maysan University Page 1-21 Summary The MOSFET The metal oxide

More information

(a) Current-controlled and (b) voltage-controlled amplifiers.

(a) Current-controlled and (b) voltage-controlled amplifiers. Fig. 6.1 (a) Current-controlled and (b) voltage-controlled amplifiers. Fig. 6.2 Drs. Ian Munro Ross (front) and G. C. Dacey jointly developed an experimental procedure for measuring the characteristics

More information

ITT Technical Institute. ET215 Devices 1. Unit 8 Chapter 4, Sections

ITT Technical Institute. ET215 Devices 1. Unit 8 Chapter 4, Sections ITT Technical Institute ET215 Devices 1 Unit 8 Chapter 4, Sections 4.4 4.5 Chapter 4 Section 4.4 MOSFET Characteristics A Metal-Oxide semiconductor field-effect transistor is the other major category of

More information

The Common Source JFET Amplifier

The Common Source JFET Amplifier The Common Source JFET Amplifier Small signal amplifiers can also be made using Field Effect Transistors or FET's for short. These devices have the advantage over bipolar transistors of having an extremely

More information

Questions on JFET: 1) Which of the following component is a unipolar device?

Questions on JFET: 1) Which of the following component is a unipolar device? Questions on JFET: 1) Which of the following component is a unipolar device? a) BJT b) FET c) DJT d) EFT 2) Current Conduction in FET takes place due e) Majority charge carriers only f) Minority charge

More information

EDC UNIT IV- Transistor and FET JFET Characteristics EDC Lesson 4- ", Raj Kamal, 1

EDC UNIT IV- Transistor and FET JFET Characteristics EDC Lesson 4- , Raj Kamal, 1 EDC UNIT IV- Transistor and FET Characteristics Lesson-10: JFET Characteristics Qualitative Discussion 2008 EDC Lesson 4- ", Raj Kamal, 1 n-junction FET and p-jfet Symbols D D + D G + V DS V DS V GS S

More information

MODULE-2: Field Effect Transistors (FET)

MODULE-2: Field Effect Transistors (FET) FORMAT-1B Definition: MODULE-2: Field Effect Transistors (FET) FET is a three terminal electronic device used for variety of applications that match with BJT. In FET, an electric field is established by

More information

I E I C since I B is very small

I E I C since I B is very small Figure 2: Symbols and nomenclature of a (a) npn and (b) pnp transistor. The BJT consists of three regions, emitter, base, and collector. The emitter and collector are usually of one type of doping, while

More information

Prof. Paolo Colantonio a.a

Prof. Paolo Colantonio a.a Prof. Paolo Colantonio a.a. 20 2 Field effect transistors (FETs) are probably the simplest form of transistor, widely used in both analogue and digital applications They are characterised by a very high

More information

Design cycle for MEMS

Design cycle for MEMS Design cycle for MEMS Design cycle for ICs IC Process Selection nmos CMOS BiCMOS ECL for logic for I/O and driver circuit for critical high speed parts of the system The Real Estate of a Wafer MOS Transistor

More information

MOSFET Terminals. The voltage applied to the GATE terminal determines whether current can flow between the SOURCE & DRAIN terminals.

MOSFET Terminals. The voltage applied to the GATE terminal determines whether current can flow between the SOURCE & DRAIN terminals. MOSFET Terminals The voltage applied to the GATE terminal determines whether current can flow between the SOURCE & DRAIN terminals. For an n-channel MOSFET, the SOURCE is biased at a lower potential (often

More information

Field Effect Transistors (npn)

Field Effect Transistors (npn) Field Effect Transistors (npn) gate drain source FET 3 terminal device channel e - current from source to drain controlled by the electric field generated by the gate base collector emitter BJT 3 terminal

More information

FIELD EFFECT TRANSISTORS MADE BY : GROUP (13)/PM

FIELD EFFECT TRANSISTORS MADE BY : GROUP (13)/PM FIELD EFFECT TRANSISTORS MADE BY : GROUP (13)/PM THE FIELD EFFECT TRANSISTOR (FET) In 1945, Shockley had an idea for making a solid state device out of semiconductors. He reasoned that a strong electrical

More information

Chapter 6: Field-Effect Transistors

Chapter 6: Field-Effect Transistors Chapter 6: Field-Effect Transistors FETs vs. BJTs Similarities: Amplifiers Switching devices Impedance matching circuits Differences: FETs are voltage controlled devices. BJTs are current controlled devices.

More information

Physics 364, Fall 2012, reading due your answers to by 11pm on Thursday

Physics 364, Fall 2012, reading due your answers to by 11pm on Thursday Physics 364, Fall 2012, reading due 2012-10-25. Email your answers to ashmansk@hep.upenn.edu by 11pm on Thursday Course materials and schedule are at http://positron.hep.upenn.edu/p364 Assignment: (a)

More information

UNIT-1 Bipolar Junction Transistors. Text Book:, Microelectronic Circuits 6 ed., by Sedra and Smith, Oxford Press

UNIT-1 Bipolar Junction Transistors. Text Book:, Microelectronic Circuits 6 ed., by Sedra and Smith, Oxford Press UNIT-1 Bipolar Junction Transistors Text Book:, Microelectronic Circuits 6 ed., by Sedra and Smith, Oxford Press Figure 6.1 A simplified structure of the npn transistor. Microelectronic Circuits, Sixth

More information

UNIT I - TRANSISTOR BIAS STABILITY

UNIT I - TRANSISTOR BIAS STABILITY UNIT I - TRANSISTOR BIAS STABILITY OBJECTIVE On the completion of this unit the student will understand NEED OF BIASING CONCEPTS OF LOAD LINE Q-POINT AND ITS STABILIZATION AND COMPENSATION DIFFERENT TYPES

More information

Electronics I. Last Time

Electronics I. Last Time (Rev. 1.0) Electronics I Lecture 28 Introduction to Field Effect Transistors (FET s) Muhammad Tilal Department of Electrical Engineering CIIT Attock Campus The logo and is the property of CIIT, Pakistan

More information

Lecture (10) MOSFET. By: Dr. Ahmed ElShafee. Dr. Ahmed ElShafee, ACU : Fall 2016, Electronic Circuits II

Lecture (10) MOSFET. By: Dr. Ahmed ElShafee. Dr. Ahmed ElShafee, ACU : Fall 2016, Electronic Circuits II Lecture (10) MOSFET By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2017, Electronic Circuits II Introduction The MOSFET (metal oxide semiconductor field effect transistor) is another category

More information

EIE209 Basic Electronics. Transistor Devices. Contents BJT and FET Characteristics Operations. Prof. C.K. Tse: T ransistor devices

EIE209 Basic Electronics. Transistor Devices. Contents BJT and FET Characteristics Operations. Prof. C.K. Tse: T ransistor devices EIE209 Basic Electronics Transistor Devices Contents BJT and FET Characteristics Operations 1 What is a transistor? Three-terminal device whose voltage-current relationship is controlled by a third voltage

More information

ITT Technical Institute. ET215 Devices 1. Unit 7 Chapter 4, Sections

ITT Technical Institute. ET215 Devices 1. Unit 7 Chapter 4, Sections ITT Technical Institute ET215 Devices 1 Unit 7 Chapter 4, Sections 4.1 4.3 Chapter 4 Section 4.1 Structure of Field-Effect Transistors Recall that the BJT is a current-controlling device; the field-effect

More information

EDC UNIT IV- Transistor and FET Characteristics EDC Lesson 9- ", Raj Kamal, 1

EDC UNIT IV- Transistor and FET Characteristics EDC Lesson 9- , Raj Kamal, 1 EDC UNIT IV- Transistor and FET Characteristics Lesson-9: JFET and Construction of JFET 2008 EDC Lesson 9- ", Raj Kamal, 1 1. Transistor 2008 EDC Lesson 9- ", Raj Kamal, 2 Transistor Definition The transferred-resistance

More information

Field-Effect Transistor

Field-Effect Transistor Philadelphia University Faculty of Engineering Communication and Electronics Engineering Field-Effect Transistor Introduction FETs (Field-Effect Transistors) are much like BJTs (Bipolar Junction Transistors).

More information

COLLECTOR DRAIN BASE GATE EMITTER. Applying a voltage to the Gate connection allows current to flow between the Drain and Source connections.

COLLECTOR DRAIN BASE GATE EMITTER. Applying a voltage to the Gate connection allows current to flow between the Drain and Source connections. MOSFETS Although the base current in a transistor is usually small (< 0.1 ma), some input devices (e.g. a crystal microphone) may be limited in their output. In order to overcome this, a Field Effect Transistor

More information

THE METAL-SEMICONDUCTOR CONTACT

THE METAL-SEMICONDUCTOR CONTACT THE METAL-SEMICONDUCTOR CONTACT PROBLEM 1 To calculate the theoretical barrier height, built-in potential barrier, and maximum electric field in a metal-semiconductor diode for zero applied bias. Consider

More information

(Refer Slide Time: 02:05)

(Refer Slide Time: 02:05) Electronics for Analog Signal Processing - I Prof. K. Radhakrishna Rao Department of Electrical Engineering Indian Institute of Technology Madras Lecture 27 Construction of a MOSFET (Refer Slide Time:

More information

MOSFET & IC Basics - GATE Problems (Part - I)

MOSFET & IC Basics - GATE Problems (Part - I) MOSFET & IC Basics - GATE Problems (Part - I) 1. Channel current is reduced on application of a more positive voltage to the GATE of the depletion mode n channel MOSFET. (True/False) [GATE 1994: 1 Mark]

More information

Mechatronics and Measurement. Lecturer:Dung-An Wang Lecture 2

Mechatronics and Measurement. Lecturer:Dung-An Wang Lecture 2 Mechatronics and Measurement Lecturer:Dung-An Wang Lecture 2 Lecture outline Reading:Ch3 of text Today s lecture Semiconductor 2 Diode 3 4 Zener diode Voltage-regulator diodes. This family of diodes exhibits

More information

Introduction to MOSFET MOSFET (Metal Oxide Semiconductor Field Effect Transistor)

Introduction to MOSFET MOSFET (Metal Oxide Semiconductor Field Effect Transistor) Microelectronic Circuits Introduction to MOSFET MOSFET (Metal Oxide Semiconductor Field Effect Transistor) Slide 1 MOSFET Construction MOSFET (Metal Oxide Semiconductor Field Effect Transistor) Slide 2

More information

Field - Effect Transistor

Field - Effect Transistor Page 1 of 6 Field - Effect Transistor Aim :- To draw and study the out put and transfer characteristics of the given FET and to determine its parameters. Apparatus :- FET, two variable power supplies,

More information

BJT Amplifier. Superposition principle (linear amplifier)

BJT Amplifier. Superposition principle (linear amplifier) BJT Amplifier Two types analysis DC analysis Applied DC voltage source AC analysis Time varying signal source Superposition principle (linear amplifier) The response of a linear amplifier circuit excited

More information

4.1 Device Structure and Physical Operation

4.1 Device Structure and Physical Operation 10/12/2004 4_1 Device Structure and Physical Operation blank.doc 1/2 4.1 Device Structure and Physical Operation Reading Assignment: pp. 235-248 Chapter 4 covers Field Effect Transistors ( ) Specifically,

More information

UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences.

UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences. UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences Discussion #9 EE 05 Spring 2008 Prof. u MOSFETs The standard MOSFET structure is shown

More information

Field-Effect Transistor

Field-Effect Transistor Module: Electronics Module Number: 610/6501- Philadelphia University Faculty of Engineering Communication and Electronics Engineering Field-Effect Transistor ntroduction FETs (Field-Effect Transistors)

More information

Laboratory #5 BJT Basics and MOSFET Basics

Laboratory #5 BJT Basics and MOSFET Basics Laboratory #5 BJT Basics and MOSFET Basics I. Objectives 1. Understand the physical structure of BJTs and MOSFETs. 2. Learn to measure I-V characteristics of BJTs and MOSFETs. II. Components and Instruments

More information

ANALOG FUNDAMENTALS C. Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS

ANALOG FUNDAMENTALS C. Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS AV18-AFC ANALOG FUNDAMENTALS C Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS 1 ANALOG FUNDAMENTALS C AV18-AFC Overview This topic identifies the basic FET amplifier configurations and their principles of

More information

ET Training. Electronics: JFET Instructor: H.Pham. The JUNCTION FIELF EFFECT TRANSISTOR (JFET) n channel JFET p channel JFET

ET Training. Electronics: JFET Instructor: H.Pham. The JUNCTION FIELF EFFECT TRANSISTOR (JFET) n channel JFET p channel JFET The JUNCTION FIELF EFFECT TRANSISTOR (JFET) n channel JFET p channel JFET 1 The BIASED JFET VDD provides a drain-to-source voltage and supplies current from drain to source VGG sets the reverse-biased

More information

Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati

Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Module: 3 Field Effect Transistors Lecture-7 High Frequency

More information

Q1 A) Attempt any six: i) Draw the neat symbol of N-channel and P-channel FET

Q1 A) Attempt any six: i) Draw the neat symbol of N-channel and P-channel FET Subject Code:17319 Model Answer Page1 of 27 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

Digital Electronics. By: FARHAD FARADJI, Ph.D. Assistant Professor, Electrical and Computer Engineering, K. N. Toosi University of Technology

Digital Electronics. By: FARHAD FARADJI, Ph.D. Assistant Professor, Electrical and Computer Engineering, K. N. Toosi University of Technology K. N. Toosi University of Technology Chapter 7. Field-Effect Transistors By: FARHAD FARADJI, Ph.D. Assistant Professor, Electrical and Computer Engineering, K. N. Toosi University of Technology http://wp.kntu.ac.ir/faradji/digitalelectronics.htm

More information

Electronic PRINCIPLES

Electronic PRINCIPLES MALVINO & BATES Electronic PRINCIPLES SEVENTH EDITION Chapter 13 JFETs Topics Covered in Chapter 13 Basic ideas Drain curves Transconductance curve Biasing in the ohmic region Biasing in the active region

More information

Georgia Institute of Technology School of Electrical and Computer Engineering. Midterm Exam

Georgia Institute of Technology School of Electrical and Computer Engineering. Midterm Exam Georgia Institute of Technology School of Electrical and Computer Engineering Midterm Exam ECE-3400 Fall 2013 Tue, September 24, 2013 Duration: 80min First name Solutions Last name Solutions ID number

More information

UNIT 3 Transistors JFET

UNIT 3 Transistors JFET UNIT 3 Transistors JFET Mosfet Definition of BJT A bipolar junction transistor is a three terminal semiconductor device consisting of two p-n junctions which is able to amplify or magnify a signal. It

More information

Conduction Characteristics of MOS Transistors (for fixed Vds)! Topic 2. Basic MOS theory & SPICE simulation. MOS Transistor

Conduction Characteristics of MOS Transistors (for fixed Vds)! Topic 2. Basic MOS theory & SPICE simulation. MOS Transistor Conduction Characteristics of MOS Transistors (for fixed Vds)! Topic 2 Basic MOS theory & SPICE simulation Peter Cheung Department of Electrical & Electronic Engineering Imperial College London (Weste&Harris,

More information

Topic 2. Basic MOS theory & SPICE simulation

Topic 2. Basic MOS theory & SPICE simulation Topic 2 Basic MOS theory & SPICE simulation Peter Cheung Department of Electrical & Electronic Engineering Imperial College London (Weste&Harris, Ch 2 & 5.1-5.3 Rabaey, Ch 3) URL: www.ee.ic.ac.uk/pcheung/

More information

Conduction Characteristics of MOS Transistors (for fixed Vds) Topic 2. Basic MOS theory & SPICE simulation. MOS Transistor

Conduction Characteristics of MOS Transistors (for fixed Vds) Topic 2. Basic MOS theory & SPICE simulation. MOS Transistor Conduction Characteristics of MOS Transistors (for fixed Vds) Topic 2 Basic MOS theory & SPICE simulation Peter Cheung Department of Electrical & Electronic Engineering Imperial College London (Weste&Harris,

More information

Difference between BJTs and FETs. Junction Field Effect Transistors (JFET)

Difference between BJTs and FETs. Junction Field Effect Transistors (JFET) Difference between BJTs and FETs Transistors can be categorized according to their structure, and two of the more commonly known transistor structures, are the BJT and FET. The comparison between BJTs

More information

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET)

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) 4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) The Metal Oxide Semitonductor Field Effect Transistor (MOSFET) has two modes of operation, the depletion mode, and the enhancement mode.

More information

INTRODUCTION TO MOS TECHNOLOGY

INTRODUCTION TO MOS TECHNOLOGY INTRODUCTION TO MOS TECHNOLOGY 1. The MOS transistor The most basic element in the design of a large scale integrated circuit is the transistor. For the processes we will discuss, the type of transistor

More information

Lecture 14. Field Effect Transistor (FET) Sunday 26/11/2017 FET 1-1

Lecture 14. Field Effect Transistor (FET) Sunday 26/11/2017 FET 1-1 Lecture 14 Field Effect Transistor (FET) Sunday 26/11/2017 FET 1-1 Outline Introduction to FET transistors Types of FET Transistors Junction Field Effect Transistor (JFET) Characteristics Construction

More information

Field Effect Transistor (FET) FET 1-1

Field Effect Transistor (FET) FET 1-1 Field Effect Transistor (FET) FET 1-1 Outline MOSFET transistors ntroduction to MOSFET MOSFET Types epletion-type MOSFET Characteristics Biasing Circuits and Examples Comparison between JFET and epletion-type

More information

Lecture 3: Transistors

Lecture 3: Transistors Lecture 3: Transistors Now that we know about diodes, let s put two of them together, as follows: collector base emitter n p n moderately doped lightly doped, and very thin heavily doped At first glance,

More information

Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati

Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Module: 3 Field Effect Transistors Lecture-8 Junction Field

More information

EE301 Electronics I , Fall

EE301 Electronics I , Fall EE301 Electronics I 2018-2019, Fall 1. Introduction to Microelectronics (1 Week/3 Hrs.) Introduction, Historical Background, Basic Consepts 2. Rewiev of Semiconductors (1 Week/3 Hrs.) Semiconductor materials

More information

Student Lecture by: Giangiacomo Groppi Joel Cassell Pierre Berthelot September 28 th 2004

Student Lecture by: Giangiacomo Groppi Joel Cassell Pierre Berthelot September 28 th 2004 Student Lecture by: Giangiacomo Groppi Joel Cassell Pierre Berthelot September 28 th 2004 Lecture outline Historical introduction Semiconductor devices overview Bipolar Junction Transistor (BJT) Field

More information

Lecture-45. MOS Field-Effect-Transistors Threshold voltage

Lecture-45. MOS Field-Effect-Transistors Threshold voltage Lecture-45 MOS Field-Effect-Transistors 7.4. Threshold voltage In this section we summarize the calculation of the threshold voltage and discuss the dependence of the threshold voltage on the bias applied

More information

L MOSFETS, IDENTIFICATION, CURVES. PAGE 1. I. Review of JFET (DRAW symbol for n-channel type, with grounded source)

L MOSFETS, IDENTIFICATION, CURVES. PAGE 1. I. Review of JFET (DRAW symbol for n-channel type, with grounded source) L.107.4 MOSFETS, IDENTIFICATION, CURVES. PAGE 1 I. Review of JFET (DRAW symbol for n-channel type, with grounded source) 1. "normally on" device A. current from source to drain when V G = 0 no need to

More information

Experiment#: 8. The JFET Characteristics & DC Biasing. Electronics (I) Laboratory. The Hashemite University. Faculty of Engineering

Experiment#: 8. The JFET Characteristics & DC Biasing. Electronics (I) Laboratory. The Hashemite University. Faculty of Engineering The Hashemite University Faculty of Engineering Department of Electrical and Computer Engineering Electronics (I) Laboratory Experiment#: 8 The JFET Characteristics & DC Biasing Student s Name : Ja'afar

More information

UNIT II JFET, MOSFET, SCR & UJT

UNIT II JFET, MOSFET, SCR & UJT UNIT II JFET, MOSFET, SCR & UJT JFET JFET as an Amplifier and its Output Characteristics JFET Applications MOSFET Working Principles, SCR Equivalent Circuit and V-I Characteristics. SCR as a Half wave

More information

ECE520 VLSI Design. Lecture 2: Basic MOS Physics. Payman Zarkesh-Ha

ECE520 VLSI Design. Lecture 2: Basic MOS Physics. Payman Zarkesh-Ha ECE520 VLSI Design Lecture 2: Basic MOS Physics Payman Zarkesh-Ha Office: ECE Bldg. 230B Office hours: Wednesday 2:00-3:00PM or by appointment E-mail: pzarkesh@unm.edu Slide: 1 Review of Last Lecture Semiconductor

More information

Analog Electronics Circuits FET small signal Analysis. Nagamani A N. Lecturer, PESIT, Bangalore 85. FET small signal Analysis

Analog Electronics Circuits FET small signal Analysis. Nagamani A N. Lecturer, PESIT, Bangalore 85.  FET small signal Analysis Analog Electronics Circuits FET small signal Analysis Nagamani A N Lecturer, PESIT, Bangalore 85 Email nagamani@pes.edu FET small signal Analysis FET introduction and working principles FET small signal

More information

Transistors. Bipolar Junction transistors Principle of operation Characteristics. Field effect transistors Principle of operation Characteristics

Transistors. Bipolar Junction transistors Principle of operation Characteristics. Field effect transistors Principle of operation Characteristics Transistors ipolar Junction transistors Principle of operation haracteristics Field effect transistors Principle of operation haracteristics ntroduction Radio based on vacuum tubes Fundamental building

More information

MOS TRANSISTOR THEORY

MOS TRANSISTOR THEORY MOS TRANSISTOR THEORY Introduction A MOS transistor is a majority-carrier device, in which the current in a conducting channel between the source and the drain is modulated by a voltage applied to the

More information

ECE/CoE 0132: FETs and Gates

ECE/CoE 0132: FETs and Gates ECE/CoE 0132: FETs and Gates Kartik Mohanram September 6, 2017 1 Physical properties of gates Over the next 2 lectures, we will discuss some of the physical characteristics of integrated circuits. We will

More information

Learning Outcomes. Spiral 2-6. Current, Voltage, & Resistors DIODES

Learning Outcomes. Spiral 2-6. Current, Voltage, & Resistors DIODES 26.1 26.2 Learning Outcomes Spiral 26 Semiconductor Material MOS Theory I underst why a diode conducts current under forward bias but does not under reverse bias I underst the three modes of operation

More information

Lecture - 18 Transistors

Lecture - 18 Transistors Electronic Materials, Devices and Fabrication Dr. S. Prarasuraman Department of Metallurgical and Materials Engineering Indian Institute of Technology, Madras Lecture - 18 Transistors Last couple of classes

More information

Gechstudentszone.wordpress.com

Gechstudentszone.wordpress.com UNIT 4: Small Signal Analysis of Amplifiers 4.1 Basic FET Amplifiers In the last chapter, we described the operation of the FET, in particular the MOSFET, and analyzed and designed the dc response of circuits

More information

MOS Field-Effect Transistors (MOSFETs)

MOS Field-Effect Transistors (MOSFETs) 6 MOS Field-Effect Transistors (MOSFETs) A three-terminal device that uses the voltages of the two terminals to control the current flowing in the third terminal. The basis for amplifier design. The basis

More information

EE 5611 Introduction to Microelectronic Technologies Fall Thursday, September 04, 2014 Lecture 02

EE 5611 Introduction to Microelectronic Technologies Fall Thursday, September 04, 2014 Lecture 02 EE 5611 Introduction to Microelectronic Technologies Fall 2014 Thursday, September 04, 2014 Lecture 02 1 Lecture Outline Review on semiconductor materials Review on microelectronic devices Example of microelectronic

More information