Draw input and output characteristic of a transistor in CB mode

Slides:



Advertisements
Similar presentations
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Advertisements

Digital Circuits. Review – Getting the truth table The first step in designing a digital circuit usually is to get the truth table. That is, for every.
Chapter 4 Gates and Circuits.
Logic Gates Combinational Circuits
Chapter 4 Gates and Circuits. 4–2 Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors.
Combinational Logic Design CS341 Digital Logic and Computer Organization F2003.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
DeMorgan Theorem, Computer Simulation Exercises
4. Electrons and electronics 4.5 Digital electronics.
Lecture 22: 11/19/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Logic Gates. A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and one output. At any given moment,
3.TRANSISTOR CIRCUIT CONFIGURATION
CEC 220 Digital Circuit Design SOP and POS forms Friday, January 23 CEC 220 Digital Circuit Design Slide 1 of 17.
CEC 220 Digital Circuit Design SOP and POS forms Friday, Sept 11 CEC 220 Digital Circuit Design Slide 1 of 17.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
1’S COMPLEMENT REPRESENTATION 1’s complement of a number (binary) is obtained by changing all 1’s to 0 and all 0’s to 1. If one of these numbers is positive.
WORKING PRINCIPLE OF DIGITAL LOGIC
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
DATA REPRESENTATION IN COMPUTER MEMORY.  Describe the coding system:  Sign and magnitude  1’s Complement and 2’s Complement  Binary Coded Decimal.
Recall Lecture 10 Introduction to BJT 3 modes of operation
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
BJT transistors.
Chapter 3: Bipolar Junction Transistors
Transistors and Logic Circuits
Chapter 4 Bipolar Junction Transistor
Universal Gate – NAND Universal Gate - NAND Digital Electronics
TRANSISTOR.
Bipolar Junction Transistor
Transistors and Logic Circuits
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
Three Regions.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Computer Science 210 Computer Organization
SOLIDS AND SEMICONDUCTOR DEVICES - IV
UNIVERSAL GATES.
Universal gates.
Recall Lecture 11 DC Analysis and Load Line
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Waveforms & Timing Diagrams
Boolean Algebra.
Week 7: Gates and Circuits: PART II
Recall Lecture 10 Introduction to BJT 3 modes of operation
SOLIDS AND SEMICONDUCTOR DEVICES - IV
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
ELECTRONIC SYSTEMS Note: There is no compulsory question set on Section 25 of the syllabus. Questions set on topics within Section 25 are always set as.
DIGITAL ELECTRONICS B.SC FY
Chapter 10.3 and 10.4: Combinatorial Circuits
Binary Logic.
Recall Last Lecture DC Analysis and Load Line
Electronic Circuits-1(CNET-112) Level 4th Department of CNET
Chapter 4 Bipolar Junction Transistor
XOR Function Logic Symbol  Description  Truth Table 
Department of Electronics
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Logic Gates AIM: To know the different types of logic gate
Recall Last Lecture DC Analysis and Load Line
Bipolar Junction Transistors
Course Title : Digital Electronics -1 Course No.: 6841 Course Teacher:Engr: Suvadra Chowdhury Chief Instructor Chittagong Mohila –Polytechnic Institute.
Presentation transcript:

Draw a neat circuit diagram to study static characteristic of a transistor in CB mode

Draw input and output characteristic of a transistor in CB mode

What do you mean by input characteristics of a transistor in CB mode? In CB mode, the graph of emitter current IE against emitter base voltage VEB at constant collector base voltage VCB is called input characteristics What do you mean by output characteristics of a transistor in CB mode? In CB mode, the graph of collector current IC against collector base voltage VCB at constant emitter current IE is called output characteristics

Obtain the expression for collector current in CB mode The current flowing due to minority carriers is known as leakage current.

Draw a neat circuit diagram to study static characteristic of a transistor in CE mode

What do you mean by input characteristics of a transistor in CE mode? In CE mode, the graph of base current IB against base emitter voltage VBE at constant collector emitter voltage VCE is called input characteristics What do you mean by output characteristics of a transistor in CE mode? In CE mode, the graph of collector current IC against collector emitter voltage VCE at constant base current IB is called output characteristics

Obtain the expression for collector current in CE mode

Draw a neat circuit diagram to study static characteristic of a transistor in CC mode

What do you mean by input characteristics of a transistor in CC mode? In CC mode, the graph of base current IB against base collector voltage VBC at constant emitter collector voltage VEC is called input characteristics What do you mean by output characteristics of a transistor in CC mode? In CC mode, the graph of collector current IE against emitter collector voltage VEC at constant base current IB is called output characteristics

Obtain the expression for emitter current in CC mode

Obtain a relation between  and 

Obtain a relation between  and 

Obtain a relation between  and 

What is Darlington pair? When two transistors are connected as shown in diagram the effective current gain is Such type of connection is called darlington pair

Digital Electronics Logic Gate Basic Logic Gate A circuit which has one or more input terminals but only one output terminal and state of the output depends on the states of input is known as logic gate. Basic Logic Gate NOT, OR AND are known as basic logic gates because any logic circuit can be implemented using these gates.

NOT Gate It has one input terminal and one output terminal. The state of the input is opposite to that of input. A B 1 1

OR Gate It has two or more input terminals and one output terminal. The state of the output is high if state of any one of the input is high. A B C 1 1 1 1 1 1

AND Gate It has two or more input terminals and one output terminal. The state of the output is high only when all the inputs are high. A B C 1 1 1 1

NAND Gate It has two or more input terminals and one output terminal. The state of the output is low only when all the inputs are high. A B C 1 1 1 1 1 1

NOR Gate It has two or more input terminals and one output terminal. The state of the output is low if state of any one of the input is high. A B C 1 1 1 1

State and prove DeMorgan’s theorems First Theorem: The complement of the logical sum of two or more variables is equivalent to the logical product of the variables concerned.

A B A B 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

Second Theorem: The complement of the logical product of two or more variables is equivalent to the logical sum of the variables concerned.

A B A B 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

Explain why NAND and NOR gates are known as universal building blocks Any logical expression can be realised by using either NAND or NOR gate. Hence NAND and NOR gates are known as universal building blocks.

NAND as NOT

NAND as OR

NAND as AND

NOR as NOT

NOR as AND

NOR as OR

Draw logic circuit diagram of EX-OR gate and give its truth table It has two or more input terminals and one output terminal. The state of the output is high when odd number of inputs is high. A B C 1 1 1 1 1

Draw logic circuit diagram of half adder and give its truth table Carry Sum 1 1 1 1 1 1

Best Of Luck Thanks