EC312 Lesson 1: Transistors

Size: px
Start display at page:

Download "EC312 Lesson 1: Transistors"

Transcription

1 EC312 Lesson 1: Transistors Objectives: a) Define the term transistor and state two uses. b) Identify two different types of transistors by their symbology and alphanumeric designations. c) Properly bias an NPN transistor in a circuit configuration. d) List the precautions to be taken when working with transistors and describe ways to test them. e) Explain how the transistor can be used in digital logic. f) Explain the purpose and function of various hardware components found in a computer system: CPU, Hard drive, Ram.* g) Review digital data and its binary representation.* h) Convert between binary and decimal notation.* i) Convert between hexadecimal and decimal notation.* j) Convert between hexadecimal and binary notation.* k) Evaluate how characters are stored using ASCII notation.* [*Note: objectives (f)-(k) are review objectives that cover material which students have already learned in SI110 and ES200/202. Assigned questions in the first two homework sets will assist students in reviewing this material.] I. INTRODUCTION TO TRANSISTORS 1 The discovery of the first transistor in 1948 by a team of physicists at the Bell Telephone Laboratories sparked an interest in solid-state research that spread quickly. The transistor, which began as a simple laboratory oddity, was rapidly developed into a semiconductor device of major importance. The transistor demonstrated for the first time in history that amplification in solids was possible. Before the transistor, amplification was achieved only with electron tubes. Transistors now perform numerous electronic tasks with new and improved transistor designs being continually put on the market. In many cases, transistors are more desirable than tubes because they are small, rugged, require no filament power, and operate at low voltages with comparatively high efficiency. The development of a family of transistors has even made possible the miniaturization of electronic circuits. Figure 1 shows a sample of the many different types of transistors you may encounter when working with electronic equipment. 1 These lesson notes were adapted from the Navy Electricity and Electronics Training Series (NEETS) course notes, Module 7, Chapter 2, September

2 Figure 1: An assortment of different types of transistors. Transistors have infiltrated virtually every area of since and industry, from the family car to satellites. Even the military depends heavily on transistors. The ever increasing uses for transistors have created an urgent need for sound and basic information regarding their operation. Transistors are a semiconductor device, similar to diodes which you have already studied. Semiconductors are a group of materials that have different resistances based on what the material is doped with when it is made. From your study of the PN-junction diode, you should have a basic knowledge that they are created with a junction between a P-type material and a N-type material. II. TRANSISTOR FUNDAMENTALS Semiconductor devices that have three or more elements are called TRANSISTORS. The term transistor was derived from the words TRANSfer and resistor. This term was adopted because it best describes the operation of the transistor the transfer of an input signal current from a low-resistance circuit to a highresistance circuit. Transistors were first used as amplifiers, but their use in digital circuits to create logic gates has driven the computing age. There are many different types of transistors, for this class we will look at NPN and PNP Bipolar Junction Transistors. Figure 2 shows the diagrams for these transistors. These transistors are similar and each has a collector, emitter and base but they can be distinguished by the arrow on the emitter in the diagram. If the arrow points in, (Pointing in) (as shown in Figure 2), the transistor is a PNP. On the other hand, if the arrow points out, the transistor is an NPN (Not Pointing in) (as shown in Figure 2). 2

3 Figure 2: Transistor representations III. TRANSISTOR BIASING 1. NPN Transistor Operation In this class, we are concerned with transistor s application to computers. When implementing transistors in computers, they are utilized as switches for logic. To use an NPN transistor as a switch, a positive voltage must be applied between the collector and emitter. The on/off control of the circuit is performed by applying or taking away the base to emitter voltage. For a positive base to emitter voltage there is a current from the collector to emitter, and a zero or negative base to emitter voltage results in no collector current. A properly biased NPN transistor is shown in Figure 3 and typically the base-emitter voltage is less than the collectoremitter voltage. Figure 3: Properly biased NPN transistor 3

4 2. PNP Transistor Operation The PNP transistor works essentially the same as the NPN transistor. However, since the emitter, base, and collector in the PNP transistor are made of materials that are different from those used in the NPN transistor, current flows in the opposite direction. Therefore, the reference voltages applied to a PNP transistor are reversed in polarity to those applied to the NPN transistor as shown in Figure 4. Figure 4: A properly biased PNP transistor. IV. TRANSISTORS USE IN DIGITAL CIRCUITS The main electronic function of a transistor is amplification, however, its logical operation makes them useful for digital circuits, particularly in digital logic. Digital circuits capitalize on the transistor s characteristic of acting like a switch to control the output signal. By configuring multiple transistors, we can produce Logic Gates which are the basic building blocks of digital circuitry. We will use our understanding of the NPN transistor (also called a Bipolar Junction Transistor or BJT) to understand how Logic Gates operate. This analysis can be extended to other transistors used in the industry, such as the Metal-Oxide-Semiconductor Field- Effect Transistor (MOSFET) and the Complementary Metal-Oxide-Semiconductor (CMOS). 1. NPN BJT LOGIC Recalling our knowledge of the operation of an NPN transistor, it can be said that: A positive voltage applied to the base-emitter (V BE ) will turn ON the transistor and allow current to flow from the collector to emitter. A zero voltage applied to the base-emitter (V BE ) will turn OFF the transistor and prevent current from flowing from the collector to emitter. Let s review this on a circuit with a variant. The voltage for the logic High or 1 and Low or 0 is dependent many factors such as the logic family being used (i.e. TTL, CMOS, BTL, GTL). For this course we will use 0V for a logical 0 and 5V for a logical 1. In practice the actual voltage needed for V BE and V CE is much smaller than 5V (Common ranges are 0.2 to 0.6V based on the makeup of the transistor). To accomplish this on a board or chip the logic voltage is chosen (in our case 0V and 5V) and then resistors are used to limit the current and reduce the voltage seen by the transistor. By inserting one or more resistors in a circuit, different methods of biasing may be achieved and the emitterbase battery eliminated. Some of these biasing methods compensate for slight variations in transistor 4

5 characteristics and changes in transistor conduction resulting from temperature irregularities. With that, let s analyze the logic in the circuit on Figure 5. Figure 5: BJT schematic If a logical high (5V) is applied to V IN, the state of the transistor would be ON, and current would flow from the collector to emitter. Thus the voltage measured at V 0 would be 0V, as depicted in Figure 6. Figure 6: ON State (V IN is High) Likewise, if a logical low (0V) is applied to V IN, the state of the transistor would be OFF and current would not flow from the collector to emitter. Thus the voltage measured at V 0 would be 5V, as depicted in Figure 7. 5

6 Figure 7: OFF State (V IN is Low) Thus, this circuit behaves logically as an inverter gate. A gate is a collection of components (transistor, resistors, etc.) that do a particular function. If we relabeled the input (V "# ) as A and the output (V $ ) as X we can construct a Truth Table. A Truth Table is a tabular list to illustrate all the possible combinations of digital inputs to a gate and the outputs that will result. A logic operation can be looked at as a mathematical expression. This mathematical expression is a Boolean Expression because the inputs and outputs can only have only one of two different possibilities. Lesson 2 will cover these topics more in depth. The Truth Table, gate symbol and Boolean Expression for the inverter can be seen Figure 8. Figure 8. Truth Table, Symbol and Boolean Expression for an Inverter Gate. 2. Building logic gates from transistors Not only the NOT gate can be built from transistors, but in fact all logic gates are. For example, consider the circuit diagram in below, which contains two transistors. Figure 9: Circuit to analyze Suppose we apply a logical High or 1 (i.e. 5V) to A and a logical Low or 0 (i.e. 0V) to B, illustrated on the left in Figure 10. Then transistor A will be in the on state (which we can regard as a short circuit) and transistor B 6

7 will be in the off state (which we can regard as an open circuit), and the end result is that the output will read 0V (i.e. Low). Now suppose we apply a logical High (i.e. 5V) at both A and B. Then both transistors will be in the on state (as in the figure on the right in Figure 10), and the output will read 5V, or a logical High (i.e. 1). In fact, this is the only case of which we get a High output; in the next lesson we will learn that this combination is an AND gate. Figure 10: Circuit with A=1 B=0 (Left) and with A=1 B=1 (Right) You don t have to know how to design these circuits, but you should know that all of our logic gates can be built from transistor circuits. And that proved to be pretty significant in the development of much of our technology. As Wikipedia puts it, the transistor revolutionized the field of electronics, and paved the way for smaller and cheaper radios, calculators, and computers, among other things. 7

Bipolar Junction Transistor Basics

Bipolar Junction Transistor Basics by Kenneth A. Kuhn Sept. 29, 2001, rev 1 Introduction A bipolar junction transistor (BJT) is a three layer semiconductor device with either NPN or PNP construction. Both constructions have the identical

More information

Unit/Standard Number. High School Graduation Years 2010, 2011 and 2012

Unit/Standard Number. High School Graduation Years 2010, 2011 and 2012 1 Secondary Task List 100 SAFETY 101 Demonstrate an understanding of State and School safety regulations. 102 Practice safety techniques for electronics work. 103 Demonstrate an understanding of proper

More information

Gates, Circuits, and Boolean Algebra

Gates, Circuits, and Boolean Algebra Gates, Circuits, and Boolean Algebra Computers and Electricity A gate is a device that performs a basic operation on electrical signals Gates are combined into circuits to perform more complicated tasks

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: 2 Bipolar Junction Transistors Lecture-2 Transistor

More information

W04 Transistors and Applications. Yrd. Doç. Dr. Aytaç Gören

W04 Transistors and Applications. Yrd. Doç. Dr. Aytaç Gören W04 Transistors and Applications W04 Transistors and Applications ELK 2018 - Contents W01 Basic Concepts in Electronics W02 AC to DC Conversion W03 Analysis of DC Circuits (self and condenser) W04 Transistors

More information

AMPLIFIERS BJT BJT TRANSISTOR. Types of BJT BJT. devices that increase the voltage, current, or power level

AMPLIFIERS BJT BJT TRANSISTOR. Types of BJT BJT. devices that increase the voltage, current, or power level AMPLFERS Prepared by Engr. JP Timola Reference: Electronic Devices by Floyd devices that increase the voltage, current, or power level have at least three terminals with one controlling the flow between

More information

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1 Electronics Operational Amplifier Internal design of an operational amplifier LD Physics Leaflets Discrete assembly of an operational amplifier as a transistor circuit P4.2.1.1 Objects of the experiment

More information

Content Map For Career & Technology

Content Map For Career & Technology Content Strand: Applied Academics CT-ET1-1 analysis of electronic A. Fractions and decimals B. Powers of 10 and engineering notation C. Formula based problem solutions D. Powers and roots E. Linear equations

More information

Fundamentals of Microelectronics

Fundamentals of Microelectronics Fundamentals of Microelectronics H1 Why Microelectronics? H2 Basic Physics of Semiconductors H3 Diode ircuits H4 Physics of Bipolar ransistors H5 Bipolar Amplifiers H6 Physics of MOS ransistors H7 MOS

More information

Theory of Transistors and Other Semiconductor Devices

Theory of Transistors and Other Semiconductor Devices Theory of Transistors and Other Semiconductor Devices 1. SEMICONDUCTORS 1.1. Metals and insulators 1.1.1. Conduction in metals Metals are filled with electrons. Many of these, typically one or two per

More information

LAB VII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS

LAB VII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS LAB VII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS 1. OBJECTIVE In this lab, you will study the DC characteristics of a Bipolar Junction Transistor (BJT). 2. OVERVIEW You need to first identify the physical

More information

Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997

Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997 Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain

More information

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. File: chap04, Chapter 04 1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. 2. True or False? A gate is a device that accepts a single input signal and produces one

More information

BIPOLAR JUNCTION TRANSISTORS

BIPOLAR JUNCTION TRANSISTORS CHAPTER 3 BIPOLAR JUNCTION TRANSISTORS A bipolar junction transistor, BJT, is a single piece of silicon with two back-to-back P-N junctions. However, it cannot be made with two independent back-to-back

More information

Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006

Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006 Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain

More information

BJT Characteristics and Amplifiers

BJT Characteristics and Amplifiers BJT Characteristics and Amplifiers Matthew Beckler beck0778@umn.edu EE2002 Lab Section 003 April 2, 2006 Abstract As a basic component in amplifier design, the properties of the Bipolar Junction Transistor

More information

05 Bipolar Junction Transistors (BJTs) basics

05 Bipolar Junction Transistors (BJTs) basics The first bipolar transistor was realized in 1947 by Brattain, Bardeen and Shockley. The three of them received the Nobel prize in 1956 for their invention. The bipolar transistor is composed of two PN

More information

Digital Electronics Detailed Outline

Digital Electronics Detailed Outline Digital Electronics Detailed Outline Unit 1: Fundamentals of Analog and Digital Electronics (32 Total Days) Lesson 1.1: Foundations and the Board Game Counter (9 days) 1. Safety is an important concept

More information

Bipolar Transistor Amplifiers

Bipolar Transistor Amplifiers Physics 3330 Experiment #7 Fall 2005 Bipolar Transistor Amplifiers Purpose The aim of this experiment is to construct a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must

More information

Transistor Amplifiers

Transistor Amplifiers Physics 3330 Experiment #7 Fall 1999 Transistor Amplifiers Purpose The aim of this experiment is to develop a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must accept input

More information

Diodes have an arrow showing the direction of the flow.

Diodes have an arrow showing the direction of the flow. The Big Idea Modern circuitry depends on much more than just resistors and capacitors. The circuits in your computer, cell phone, Ipod depend on circuit elements called diodes, inductors, transistors,

More information

Transistor Models. ampel

Transistor Models. ampel Transistor Models Review of Transistor Fundamentals Simple Current Amplifier Model Transistor Switch Example Common Emitter Amplifier Example Transistor as a Transductance Device - Ebers-Moll Model Other

More information

GRADE 11A: Physics 5. UNIT 11AP.5 6 hours. Electronic devices. Resources. About this unit. Previous learning. Expectations

GRADE 11A: Physics 5. UNIT 11AP.5 6 hours. Electronic devices. Resources. About this unit. Previous learning. Expectations GRADE 11A: Physics 5 Electronic devices UNIT 11AP.5 6 hours About this unit This unit is the fifth of seven units on physics for Grade 11 advanced. The unit is designed to guide your planning and teaching

More information

Semiconductors, diodes, transistors

Semiconductors, diodes, transistors Semiconductors, diodes, transistors (Horst Wahl, QuarkNet presentation, June 2001) Electrical conductivity! Energy bands in solids! Band structure and conductivity Semiconductors! Intrinsic semiconductors!

More information

Upon completion of unit 1.1, students will be able to

Upon completion of unit 1.1, students will be able to Upon completion of unit 1.1, students will be able to 1. Demonstrate safety of the individual, class, and overall environment of the classroom/laboratory, and understand that electricity, even at the nominal

More information

The 2N3393 Bipolar Junction Transistor

The 2N3393 Bipolar Junction Transistor The 2N3393 Bipolar Junction Transistor Common-Emitter Amplifier Aaron Prust Abstract The bipolar junction transistor (BJT) is a non-linear electronic device which can be used for amplification and switching.

More information

LAB VIII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS

LAB VIII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS LAB VIII. BIPOLAR JUNCTION TRANSISTOR CHARACTERISTICS 1. OBJECTIVE In this lab, you will study the DC characteristics of a Bipolar Junction Transistor (BJT). 2. OVERVIEW In this lab, you will inspect the

More information

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design PH-315 COMINATIONAL and SEUENTIAL LOGIC CIRCUITS Hardware implementation and software design A La Rosa I PURPOSE: To familiarize with combinational and sequential logic circuits Combinational circuits

More information

ANALOG & DIGITAL ELECTRONICS

ANALOG & DIGITAL ELECTRONICS ANALOG & DIGITAL ELECTRONICS Course Instructor: Course No: PH-218 3-1-0-8 Dr. A.P. Vajpeyi E-mail: apvajpeyi@iitg.ernet.in Room No: #305 Department of Physics, Indian Institute of Technology Guwahati,

More information

Gates & Boolean Algebra. Boolean Operators. Combinational Logic. Introduction

Gates & Boolean Algebra. Boolean Operators. Combinational Logic. Introduction Introduction Gates & Boolean lgebra Boolean algebra: named after mathematician George Boole (85 864). 2-valued algebra. digital circuit can have one of 2 values. Signal between and volt =, between 4 and

More information

Lecture 17. Bipolar Junction Transistors (BJT): Part 1 Qualitative Understanding - How do they work? Reading: Pierret 10.1-10.6, 11.

Lecture 17. Bipolar Junction Transistors (BJT): Part 1 Qualitative Understanding - How do they work? Reading: Pierret 10.1-10.6, 11. Lecture 17 Bipolar Junction Transistors (BJT): Part 1 Qualitative Understanding - How do they work? Reading: Pierret 10.1-10.6, 11.1 Looks sort of like two diodes back to back pnp mnemonic: Pouring N Pot

More information

Bob York. Transistor Basics - BJTs

Bob York. Transistor Basics - BJTs ob York Transistor asics - JTs ipolar Junction Transistors (JTs) Key points: JTs are current-controlled devices very JT has a base, collector, and emitter The base current controls the collector current

More information

Transistor Biasing. The basic function of transistor is to do amplification. Principles of Electronics

Transistor Biasing. The basic function of transistor is to do amplification. Principles of Electronics 192 9 Principles of Electronics Transistor Biasing 91 Faithful Amplification 92 Transistor Biasing 93 Inherent Variations of Transistor Parameters 94 Stabilisation 95 Essentials of a Transistor Biasing

More information

Welcome to this presentation on Switch Mode Drivers, part of OSRAM Opto Semiconductors LED Fundamentals series. In this presentation we will look at:

Welcome to this presentation on Switch Mode Drivers, part of OSRAM Opto Semiconductors LED Fundamentals series. In this presentation we will look at: Welcome to this presentation on Switch Mode Drivers, part of OSRAM Opto Semiconductors LED Fundamentals series. In this presentation we will look at: How switch mode drivers work, switch mode driver topologies,

More information

Field-Effect (FET) transistors

Field-Effect (FET) transistors Field-Effect (FET) transistors References: Hayes & Horowitz (pp 142-162 and 244-266), Rizzoni (chapters 8 & 9) In a field-effect transistor (FET), the width of a conducting channel in a semiconductor and,

More information

Solid-State Physics: The Theory of Semiconductors (Ch. 10.6-10.8) SteveSekula, 30 March 2010 (created 29 March 2010)

Solid-State Physics: The Theory of Semiconductors (Ch. 10.6-10.8) SteveSekula, 30 March 2010 (created 29 March 2010) Modern Physics (PHY 3305) Lecture Notes Modern Physics (PHY 3305) Lecture Notes Solid-State Physics: The Theory of Semiconductors (Ch. 10.6-10.8) SteveSekula, 30 March 2010 (created 29 March 2010) Review

More information

Diodes and Transistors

Diodes and Transistors Diodes What do we use diodes for? Diodes and Transistors protect circuits by limiting the voltage (clipping and clamping) turn AC into DC (voltage rectifier) voltage multipliers (e.g. double input voltage)

More information

Diode Circuits. Operating in the Reverse Breakdown region. (Zener Diode)

Diode Circuits. Operating in the Reverse Breakdown region. (Zener Diode) Diode Circuits Operating in the Reverse Breakdown region. (Zener Diode) In may applications, operation in the reverse breakdown region is highly desirable. The reverse breakdown voltage is relatively insensitive

More information

Transistors. NPN Bipolar Junction Transistor

Transistors. NPN Bipolar Junction Transistor Transistors They are unidirectional current carrying devices with capability to control the current flowing through them The switch current can be controlled by either current or voltage ipolar Junction

More information

ELEC 2210 - EXPERIMENT 1 Basic Digital Logic Circuits

ELEC 2210 - EXPERIMENT 1 Basic Digital Logic Circuits Objectives ELEC - EXPERIMENT Basic Digital Logic Circuits The experiments in this laboratory exercise will provide an introduction to digital electronic circuits. You will learn how to use the IDL-00 Bit

More information

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors Electronics Exercise 3: Uni-Polar Stepper Motor Controller / Driver Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles

More information

3 The TTL NAND Gate. Fig. 3.1 Multiple Input Emitter Structure of TTL

3 The TTL NAND Gate. Fig. 3.1 Multiple Input Emitter Structure of TTL 3 The TTL NAND Gate 3. TTL NAND Gate Circuit Structure The circuit structure is identical to the previous TTL inverter circuit except for the multiple emitter input transistor. This is used to implement

More information

Peak Atlas DCA. Semiconductor Component Analyser Model DCA55. User Guide

Peak Atlas DCA. Semiconductor Component Analyser Model DCA55. User Guide GB55-7 Peak Atlas DCA Semiconductor Component Analyser Model DCA55 User Guide Peak Electronic Design Limited 2000/2007 In the interests of development, information in this guide is subject to change without

More information

EGR 278 Digital Logic Lab File: N278L3A Lab # 3 Open-Collector and Driver Gates

EGR 278 Digital Logic Lab File: N278L3A Lab # 3 Open-Collector and Driver Gates EGR 278 Digital Logic Lab File: N278L3A Lab # 3 Open-Collector and Driver Gates A. Objectives The objectives of this laboratory are to investigate: the operation of open-collector gates, including the

More information

Wires & Connections Component Circuit Symbol Function of Component. Power Supplies Component Circuit Symbol Function of Component

Wires & Connections Component Circuit Symbol Function of Component. Power Supplies Component Circuit Symbol Function of Component Lista Dei Simboli Dei Circuiti Per i Componenti Elettronici Wires & Connections Wire Wires joined Wires not joined To pass current very easily from one part of a circuit to another. A 'blob' should be

More information

Amplifier Teaching Aid

Amplifier Teaching Aid Amplifier Teaching Aid Table of Contents Amplifier Teaching Aid...1 Preface...1 Introduction...1 Lesson 1 Semiconductor Review...2 Lesson Plan...2 Worksheet No. 1...7 Experiment No. 1...7 Lesson 2 Bipolar

More information

The basic cascode amplifier consists of an input common-emitter (CE) configuration driving an output common-base (CB), as shown above.

The basic cascode amplifier consists of an input common-emitter (CE) configuration driving an output common-base (CB), as shown above. Cascode Amplifiers by Dennis L. Feucht Two-transistor combinations, such as the Darlington configuration, provide advantages over single-transistor amplifier stages. Another two-transistor combination

More information

Binary Adders: Half Adders and Full Adders

Binary Adders: Half Adders and Full Adders Binary Adders: Half Adders and Full Adders In this set of slides, we present the two basic types of adders: 1. Half adders, and 2. Full adders. Each type of adder functions to add two binary bits. In order

More information

Basic DC Motor Circuits. Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu

Basic DC Motor Circuits. Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu Basic DC Motor Circuits Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu DC Motor Learning Objectives Explain the role of a snubber diode Describe how PWM controls DC motor

More information

Basic DC Motor Circuits

Basic DC Motor Circuits Basic DC Motor Circuits Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu DC Motor Learning Objectives Explain the role of a snubber diode Describe how PWM controls DC motor

More information

Digital circuits make up all computers and computer systems. The operation of digital circuits is based on

Digital circuits make up all computers and computer systems. The operation of digital circuits is based on Digital Logic Circuits Digital circuits make up all computers and computer systems. The operation of digital circuits is based on Boolean algebra, the mathematics of binary numbers. Boolean algebra is

More information

Chapter 10 Advanced CMOS Circuits

Chapter 10 Advanced CMOS Circuits Transmission Gates Chapter 10 Advanced CMOS Circuits NMOS Transmission Gate The active pull-up inverter circuit leads one to thinking about alternate uses of NMOS devices. Consider the circuit shown in

More information

Introduction to CMOS VLSI Design

Introduction to CMOS VLSI Design Introduction to CMOS VLSI esign Slides adapted from: N. Weste,. Harris, CMOS VLSI esign, Addison-Wesley, 3/e, 24 Introduction Integrated Circuits: many transistors on one chip Very Large Scale Integration

More information

A Practical Guide to Free Energy Devices

A Practical Guide to Free Energy Devices A Practical Guide to Free Energy Devices Device Patent No 29: Last updated: 7th October 2008 Author: Patrick J. Kelly This is a slightly reworded copy of this patent application which shows a method of

More information

CIRCUITS LABORATORY. In this experiment, the output I-V characteristic curves, the small-signal low

CIRCUITS LABORATORY. In this experiment, the output I-V characteristic curves, the small-signal low CIRCUITS LABORATORY EXPERIMENT 6 TRANSISTOR CHARACTERISTICS 6.1 ABSTRACT In this experiment, the output I-V characteristic curves, the small-signal low frequency equivalent circuit parameters, and the

More information

Figure 1. Diode circuit model

Figure 1. Diode circuit model Semiconductor Devices Non-linear Devices Diodes Introduction. The diode is two terminal non linear device whose I-V characteristic besides exhibiting non-linear behavior is also polarity dependent. The

More information

Crystalline solids. A solid crystal consists of different atoms arranged in a periodic structure.

Crystalline solids. A solid crystal consists of different atoms arranged in a periodic structure. Crystalline solids A solid crystal consists of different atoms arranged in a periodic structure. Crystals can be formed via various bonding mechanisms: Ionic bonding Covalent bonding Metallic bonding Van

More information

Field Effect Transistors

Field Effect Transistors 506 19 Principles of Electronics Field Effect Transistors 191 Types of Field Effect Transistors 193 Principle and Working of JFET 195 Importance of JFET 197 JFET as an Amplifier 199 Salient Features of

More information

Chapter 6 TRANSISTOR-TRANSISTOR LOGIC. 3-emitter transistor.

Chapter 6 TRANSISTOR-TRANSISTOR LOGIC. 3-emitter transistor. Chapter 6 TRANSISTOR-TRANSISTOR LOGIC The evolution from DTL to TTL can be seen by observing the placement of p-n junctions. For example, the diode D2 from Figure 2 in the chapter on DTL can be replaced

More information

AP-1 Application Note on Remote Control of UltraVolt HVPS

AP-1 Application Note on Remote Control of UltraVolt HVPS Basics Of UltraVolt HVPS Output Voltage Control Application Note on Remote Control of UltraVolt HVPS By varying the voltage at the Remote Adjust Input terminal (pin 6) between 0 and +5V, the UV highvoltage

More information

TRANSISTOR/DIODE TESTER

TRANSISTOR/DIODE TESTER TRANSISTOR/DIODE TESTER MODEL DT-100 Lesson Manual ELENCO Copyright 2012, 1988 REV-G 753115 Elenco Electronics, Inc. Revised 2012 FEATURES Diode Mode: 1. Checks all types of diodes - germanium, silicon,

More information

Fig6-22 CB configuration. Z i [6-54] Z o [6-55] A v [6-56] Assuming R E >> r e. A i [6-57]

Fig6-22 CB configuration. Z i [6-54] Z o [6-55] A v [6-56] Assuming R E >> r e. A i [6-57] Common-Base Configuration (CB) The CB configuration having a low input and high output impedance and a current gain less than 1, the voltage gain can be quite large, r o in MΩ so that ignored in parallel

More information

Study Guide for the Electronics Technician Pre-Employment Examination

Study Guide for the Electronics Technician Pre-Employment Examination Bay Area Rapid Transit District Study Guide for the Electronics Technician Pre-Employment Examination INTRODUCTION The Bay Area Rapid Transit (BART) District makes extensive use of electronics technology

More information

Lecture 060 Push-Pull Output Stages (1/11/04) Page 060-1. ECE 6412 - Analog Integrated Circuits and Systems II P.E. Allen - 2002

Lecture 060 Push-Pull Output Stages (1/11/04) Page 060-1. ECE 6412 - Analog Integrated Circuits and Systems II P.E. Allen - 2002 Lecture 060 PushPull Output Stages (1/11/04) Page 0601 LECTURE 060 PUSHPULL OUTPUT STAGES (READING: GHLM 362384, AH 226229) Objective The objective of this presentation is: Show how to design stages that

More information

CAR IGNITION WITH IGBTS

CAR IGNITION WITH IGBTS APPLICATION NOTE CAR IGNITION WITH IGBTS by M. Melito ABSTRACT IGBTs are used in a variety of switching applications thanks to their attractive characteristics, particularly their peak current capability,

More information

BJT Ebers-Moll Model and SPICE MOSFET model

BJT Ebers-Moll Model and SPICE MOSFET model Department of Electrical and Electronic Engineering mperial College London EE 2.3: Semiconductor Modelling in SPCE Course homepage: http://www.imperial.ac.uk/people/paul.mitcheson/teaching BJT Ebers-Moll

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

ENGI 241 Experiment 5 Basic Logic Gates

ENGI 241 Experiment 5 Basic Logic Gates ENGI 24 Experiment 5 Basic Logic Gates OBJECTIVE This experiment will examine the operation of the AND, NAND, OR, and NOR logic gates and compare the expected outputs to the truth tables for these devices.

More information

Oscillations and Regenerative Amplification using Negative Resistance Devices

Oscillations and Regenerative Amplification using Negative Resistance Devices Oscillations and Regenerative Amplification using Negative Resistance Devices Ramon Vargas Patron rvargas@inictel.gob.pe INICTEL The usual procedure for the production of sustained oscillations in tuned

More information

The New Radio Receiver Building Handbook

The New Radio Receiver Building Handbook The New Radio Receiver Building Handbook And Related Radio Subjects Vacuum Tube and Transistor Shortwave Radio Receivers by Lyle Russell Williams, BSEE KC5KBG Copyright 2006 by Lyle Russell Williams All

More information

Introduction to Power Supplies

Introduction to Power Supplies Introduction to Power Supplies INTRODUCTION Virtually every piece of electronic equipment e g computers and their peripherals calculators TV and hi-fi equipment and instruments is powered from a DC power

More information

Objectives 200 CHAPTER 4 RESISTANCE

Objectives 200 CHAPTER 4 RESISTANCE Objectives Explain the differences among conductors, insulators, and semiconductors. Define electrical resistance. Solve problems using resistance, voltage, and current. Describe a material that obeys

More information

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER LABORATORY 2 THE DIFFERENTIAL AMPLIFIER OBJECTIVES 1. To understand how to amplify weak (small) signals in the presence of noise. 1. To understand how a differential amplifier rejects noise and common

More information

DIODE CIRCUITS LABORATORY. Fig. 8.1a Fig 8.1b

DIODE CIRCUITS LABORATORY. Fig. 8.1a Fig 8.1b DIODE CIRCUITS LABORATORY A solid state diode consists of a junction of either dissimilar semiconductors (pn junction diode) or a metal and a semiconductor (Schottky barrier diode). Regardless of the type,

More information

BD241A BD241C. NPN power transistors. Features. Applications. Description. NPN transistors. Audio, general purpose switching and amplifier transistors

BD241A BD241C. NPN power transistors. Features. Applications. Description. NPN transistors. Audio, general purpose switching and amplifier transistors BD241A BD241C NPN power transistors Features. NPN transistors Applications Audio, general purpose switching and amplifier transistors Description The devices are manufactured in Planar technology with

More information

Operating Manual Ver.1.1

Operating Manual Ver.1.1 Silicon, Zener, LED Diode Characteristics Operating Manual Ver.1.1 An ISO 9001 : 2000 company 94-101, Electronic Complex Pardesipura, Indore- 452010, India Tel : 91-731- 2570301/02, 4211100 Fax: 91-731-

More information

Bipolar transistor biasing circuits

Bipolar transistor biasing circuits Bipolar transistor biasing circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

LM139/LM239/LM339/LM2901/LM3302 Low Power Low Offset Voltage Quad Comparators

LM139/LM239/LM339/LM2901/LM3302 Low Power Low Offset Voltage Quad Comparators Low Power Low Offset Voltage Quad Comparators General Description The LM139 series consists of four independent precision voltage comparators with an offset voltage specification as low as 2 mv max for

More information

Decimal Number (base 10) Binary Number (base 2)

Decimal Number (base 10) Binary Number (base 2) LECTURE 5. BINARY COUNTER Before starting with counters there is some vital information that needs to be understood. The most important is the fact that since the outputs of a digital chip can only be

More information

Building the AMP Amplifier

Building the AMP Amplifier Building the AMP Amplifier Introduction For about 80 years it has been possible to amplify voltage differences and to increase the associated power, first with vacuum tubes using electrons from a hot filament;

More information

The MOSFET Transistor

The MOSFET Transistor The MOSFET Transistor The basic active component on all silicon chips is the MOSFET Metal Oxide Semiconductor Field Effect Transistor Schematic symbol G Gate S Source D Drain The voltage on the gate controls

More information

SINGLE-SUPPLY OPERATION OF OPERATIONAL AMPLIFIERS

SINGLE-SUPPLY OPERATION OF OPERATIONAL AMPLIFIERS SINGLE-SUPPLY OPERATION OF OPERATIONAL AMPLIFIERS One of the most common applications questions on operational amplifiers concerns operation from a single supply voltage. Can the model OPAxyz be operated

More information

Electronics Technology

Electronics Technology Teacher Assessment Blueprint Electronics Technology Test Code: 5907 / Version: 01 Copyright 2011 NOCTI. All Rights Reserved. General Assessment Information Blueprint Contents General Assessment Information

More information

RAM & ROM Based Digital Design. ECE 152A Winter 2012

RAM & ROM Based Digital Design. ECE 152A Winter 2012 RAM & ROM Based Digital Design ECE 152A Winter 212 Reading Assignment Brown and Vranesic 1 Digital System Design 1.1 Building Block Circuits 1.1.3 Static Random Access Memory (SRAM) 1.1.4 SRAM Blocks in

More information

NTE923 & NTE923D Integrated Circuit Precision Voltage Regulator

NTE923 & NTE923D Integrated Circuit Precision Voltage Regulator NTE923 & NTE923D Integrated Circuit Precision Voltage Regulator Description: The NTE923 and NTE923D are voltage regulators designed primarily for series regulator applications. By themselves, these devices

More information

DEANSHIP OF ACADEMIC DEVELOPMENT e-learning Center GUIDELINES FOR

DEANSHIP OF ACADEMIC DEVELOPMENT e-learning Center GUIDELINES FOR DEANSHIP OF ACADEMIC DEVELOPMENT e-learning Center GUIDELINES FOR LAST REVISED: May 2005 TABLE OF CONTENTS Page 1. INTRODUCTION 1 2. ONLINE COURSES 1 3. ELIGIBLITY 2 4. SELECTION CRIERIA 3 5. CONDITIONS

More information

Design and Applications of HCPL-3020 and HCPL-0302 Gate Drive Optocouplers

Design and Applications of HCPL-3020 and HCPL-0302 Gate Drive Optocouplers Design and Applications of HCPL-00 and HCPL-00 Gate Drive Optocouplers Application Note 00 Introduction The HCPL-00 (DIP-) and HCPL-00 (SO-) consist of GaAsP LED optically coupled to an integrated circuit

More information

Talon VFD / Inverter Meter

Talon VFD / Inverter Meter Talon VFD / Inverter Meter Patent Pending. Copyright 2009. Page 1 of 37 Table of Contents Talon VFD/Inverter meter... 1 Table of Contents... 2 WARNING...3 Product Summary... 4 Product Cautions and Theory

More information

MRF175GU MRF175GV The RF MOSFET Line 200/150W, 500MHz, 28V

MRF175GU MRF175GV The RF MOSFET Line 200/150W, 500MHz, 28V Designed for broadband commercial and military applications using push pull circuits at frequencies to 500 MHz. The high power, high gain and broadband performance of these devices makes possible solid

More information

Current vs. Voltage Feedback Amplifiers

Current vs. Voltage Feedback Amplifiers Current vs. ltage Feedback Amplifiers One question continuously troubles the analog design engineer: Which amplifier topology is better for my application, current feedback or voltage feedback? In most

More information

BJT AC Analysis. by Kenneth A. Kuhn Oct. 20, 2001, rev Aug. 31, 2008

BJT AC Analysis. by Kenneth A. Kuhn Oct. 20, 2001, rev Aug. 31, 2008 by Kenneth A. Kuhn Oct. 20, 2001, rev Aug. 31, 2008 Introduction This note will discuss AC analysis using the beta, re transistor model shown in Figure 1 for the three types of amplifiers: common-emitter,

More information

Programmable Single-/Dual-/Triple- Tone Gong SAE 800

Programmable Single-/Dual-/Triple- Tone Gong SAE 800 Programmable Single-/Dual-/Triple- Tone Gong Preliminary Data SAE 800 Bipolar IC Features Supply voltage range 2.8 V to 18 V Few external components (no electrolytic capacitor) 1 tone, 2 tones, 3 tones

More information

Bipolar Junction Transistors

Bipolar Junction Transistors Bipolar Junction Transistors Physical Structure & Symbols NPN Emitter (E) n-type Emitter region p-type Base region n-type Collector region Collector (C) B C Emitter-base junction (EBJ) Base (B) (a) Collector-base

More information

Semiconductor I. Semiconductors. germanium. silicon

Semiconductor I. Semiconductors. germanium. silicon Basic Electronics Semiconductor I Materials that permit flow of electrons are called conductors (e.g., gold, silver, copper, etc.). Materials that block flow of electrons are called insulators (e.g., rubber,

More information

Current Limiting Power Resistors for High-Power LED Module Lighting Applications

Current Limiting Power Resistors for High-Power LED Module Lighting Applications Current Limiting Power Resistors for High-Power LED Module Lighting Applications PWR263 An ongoing trend toward miniaturization of virtually all electronics is accompanied by the demand for a reduction

More information

Basic Pulse Width Modulation

Basic Pulse Width Modulation EAS 199 Fall 211 Basic Pulse Width Modulation Gerald Recktenwald v: September 16, 211 gerry@me.pdx.edu 1 Basic PWM Properties Pulse Width Modulation or PWM is a technique for supplying electrical power

More information

Figure 8-1 Four Possible Results of Adding Two Bits

Figure 8-1 Four Possible Results of Adding Two Bits CHPTER EIGHT Combinational Logic pplications Thus far, our discussion has focused on the theoretical design issues of computer systems. We have not yet addressed any of the actual hardware you might find

More information

2011, The McGraw-Hill Companies, Inc. Chapter 3

2011, The McGraw-Hill Companies, Inc. Chapter 3 Chapter 3 3.1 Decimal System The radix or base of a number system determines the total number of different symbols or digits used by that system. The decimal system has a base of 10 with the digits 0 through

More information

AP331A XX G - 7. Lead Free G : Green. Packaging (Note 2)

AP331A XX G - 7. Lead Free G : Green. Packaging (Note 2) Features General Description Wide supply Voltage range: 2.0V to 36V Single or dual supplies: ±1.0V to ±18V Very low supply current drain (0.4mA) independent of supply voltage Low input biasing current:

More information