Transistors, Gates and Busses 3/21/01 Lecture #

Size: px
Start display at page:

Download "Transistors, Gates and Busses 3/21/01 Lecture #"

Transcription

1 Transistors, Gates and Busses 3/2/ Lecture #8 6.7 The goal for today is to understand a bit about how a computer actually works: how it stores, adds, and communicates internally! How transistors make gates! How gates make useful elements like memory and adders! How information is communicated within a computer NB: Models today are in some cases simplified - this is how it works in principle, not necessarily in exact detail Fesq, 3/9/ 6.7

2 Learning Objectives Students should be able to! Explain TTL logic! Identify how gates are made! Explain how gates produce useful elements! Discuss data busses and their operation Fesq, 3/9/ 2 6.7

3 Silicon (The material, not the Valley) Silicon is the basis for (almost) all modern electronics! It is a semi-conductor -- it has resistance midway between conductors and insulators! Each Si atom has 4 covalent bonds to neighbors! It can be doped by adding similar, but not identical atoms Molecules with 5 outer electrons (e.g., arsenic) brings an extra electron which is somewhat free - an n-type Molecules with 3 outer electrons (e.g., boron) brings a deficit of an electron (a hole) - a p-type Both types are electrically neutral but have mobile electrons and holes - free charge carriers Fesq, 3/9/ 3 6.7

4 P-N Junctions Make Diodes P and n material are "placed" next to one another Some holes in p diffuse toward n, and some electrons in n diffuse toward p The electrons and holes combine, creating a depletion region with no free charge carriers Due to loss of holes and electrons, p- now has a net negative charge, n- has a net positive charge! Now there is a potential difference (.6V), which prevents any further charge motion! This blocks any current flow -- like an insulator Fesq, 3/9/ 4 6.7

5 P-N Junctions If an external voltage is connected (+) to p, (-) to n, the free charge carriers are attracted as shown, collapsing the depletion region " current can flow! Current will increase with increasing voltage! This is forward bias Fesq, 3/9/ 5 6.7

6 n-p-n Junctions Make TTL Transistors A bipolar transistor consists of n-p-n collector-base-emitter. This is transistor-transistor logic (TTL) Fesq, 3/9/ 6 6.7

7 TTL Operation A TTL device operates in one of three modes! When V in "Low" (near ), the base-emitter junction is "closed," no current flows (cut off), and V out goes Hi towards V cc (+5V) - this is a low V in high V out switch! When V B gets towards.6v, the base-emitter junction is forward biased, and current flows -- the larger V in the larger I c - this is a linear amplifier! When V in gets sufficiently large, I c is large enough that most of the voltage drop occurs across R c, so V out goes low- this is a a high V in low V out switch +5V Rc Ic Vout Vin collector base emitter Fesq, 3/9/ 7 6.7

8 TTL Logic For positive logic, High is defined as, Low is defined as! For TTL in: > 2.V is High, <.8V is Low! For TTL out: > 2.4V is High, <.4V is Low! Transition Status is undefined Vout What Logical gate does this represent? Other common Logics are ECL (Emitter-Coupled Logic) and CMOS/FET (Complementary Metal-Oxide Semiconductor/Field Effect Transistor) - choice is made based on speed, power drain 5 Hi Lo Lo Hi Vin Fesq, 3/9/ 8 6.7

9 Logic to Gates built of TTL Useful gates can be built up out of Transistors and Resistors The fundamental TTL gate is a NAND, made up (in principle) of two transistors!(v in ) or (V in2 ) or (V in and V in2 ) Low Current through R flows to emitter. Collector of T drawn Lo No current through T 2, V out High! V in and V in2 High Collector of T High Current flows through T 2, V out Low Vin TWO-EMITTER TRANSISTOR T E Vin2 +5V B R C T2 B +5V C E RC Vout Fesq, 3/9/ 9 6.7

10 Voltage Table and Truth Table What is truth table? V V 2 V out x y z LO LO LO HI # HI LO Positive HI HI logic x y z NAND Fesq, 3/9/ 6.7

11 Real Tri-State NAND Real NAND gates have more components and one more function +5V! OE (Output Enable) causes the output to be specified by the gate when the OE is High OE IN IN2 T2 Vout! Allows the output to float (i.e., be set by other devices hanging on the same output line) when OE is low OE IN IN 2 OUT Gate 2 ALL ALL FLOAT Gate 3 Vout x z y OE Fesq, 3/9/ 6.7

12 NAND is a Logical Building Block Other gates can be built up from NAND's (and NOR's) NOT: x z x z AND: x y z =x y x y z OR: x y Not necessarily the most efficient way, but gates could be built up this way So how many transistors (on average) to a gate? How many gates to a modern processor/memory chip? z =x + y Transistor " NAND " All Gates x y z Fesq, 3/9/ 2 6.7

13 Adding The basic function of the Arithmetic Logic Unit is to add Half Adder can add two one-digit binary numbers Input Bits + DECIMAL BINARY AND XOR BINARY = 2 DECIMAL Fesq, 3/9/ 3 6.7

14 Full Adder Full Adder is needed when there is a result to carry over Modern processors have 32 full adders in ALU Fesq, 3/9/ 4 6.7

15 Writing to Static RAM (Random Access Memory) In order to store a piece of digital information to memory, 3 functional inputs are required we! The address to which you write (A)! The information you write (x in )! The command signals that instruct the memory write When we (write enable) goes high, writes 3 ( 2 ) to address 2 ( 2 ) and latches address A address decoder () () () () a3 a2 a a x3 din dout din dout L L () () () () x2 etc. x Data in, out (din, dout) x Numbers in () are example Fesq, 3/9/ 5 6.7

16 Details of RAM Write Need a few more functions to make this write cycle work! Address decoder, which reads a digital address, and activates a single address line! A latch, which when the data appears at its input, and the proper clock stroke is activated, latches or stores the bit until told to do otherwise (more in next lecture)! The timing and control signals to drive the "write enable" (we) Fesq, 3/9/ 6 6.7

17 Read/Write Timing and Control The computer is synchronized by a master clock, which establishes the clock cycle and its associated clock strobe (CS) During certain specified clock cycles, write to RAM is enabled (WE). During all other clock cycles, read from memory is enabled din we dout Tri-state gate! Din CS Dout WE re! Timing for write Timing for read CS CS A address valid A address valid Din WE data valid write Dout data valid Fesq, 3/9/ 7 6.7

18 Communication The processor/alu communicates with memory (and all other devices internal to the computer) via an internal bus The information transfer function on the bus is driven by memory transfer! Address! Data! Control All internal busses are parallel; i.e., there is a line for each bit of address, each bit of data, and each type of control signal Within these common features, there is a great deal of variance - "width" of bus (what # of bits can be transmitted simultaneously), address space, speed/timing, and sophistication of commanding CS WE address data commands Fesq, 3/9/ 8 6.7

19 Parallel Internal Busses Handyboard Memory and CPU schematic Fesq, 3/9/ 9 6.7

20 Bus Control and Protocols Typically one device on the bus is the controller, which maintains the master clock, and issues instructions All other devices hang on the bus, and listen to the controller, responding to instructions The combination of the device driver software is the CPU CPU RAM Disk controller plus the hardware that hangs on the bus allows the CPU to transfer information to and from a wide variety of devices transparently Other busses connect to peripherals (next time) A/D (Analog to Digital ) conversions and D/A (Digital to Analog) allow communication with analog world (next time) Disk Peripheral interface Peripheral A/D analog in D/A analog out address data commands Fesq, 3/9/ 2 6.7

21 Summary The world runs on aluminum and silicon, the latter being the basis for semiconductors, which are built up into gates Gates are the building blocks for adders, stacks, memories, etc. which form devices (CPU, ALU, RAM, ) Devices communicate command, address and data via busses Note Issue: Length of time to do problem sets Fesq, 3/9/ 2 6.7

420 Intro to VLSI Design

420 Intro to VLSI Design Dept of Electrical and Computer Engineering 420 Intro to VLSI Design Lecture 0: Course Introduction and Overview Valencia M. Joyner Spring 2005 Getting Started Syllabus About the Instructor Labs, Problem

More information

CS302 - Digital Logic Design Glossary By

CS302 - Digital Logic Design Glossary By CS302 - Digital Logic Design Glossary By ABEL : Advanced Boolean Expression Language; a software compiler language for SPLD programming; a type of hardware description language (HDL) Adder : A digital

More information

Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families

Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families 1 Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families 1. Introduction 2. Metal Oxide Semiconductor (MOS) logic 2.1. Enhancement and depletion mode 2.2. NMOS and PMOS inverter

More information

Intro to Electricity. Introduction to Transistors. Example Circuit Diagrams. Water Analogy

Intro to Electricity. Introduction to Transistors. Example Circuit Diagrams. Water Analogy Introduction to Transistors Transistors form the basic building blocks of all computer hardware. Invented by William Shockley, John Bardeen and Walter Brattain in 1947, replacing previous vaccuumtube technology

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

Layers. Layers. Layers. Transistor Manufacturing COMP375 1

Layers. Layers. Layers. Transistor Manufacturing COMP375 1 VLSI COMP375 Computer Architecture Middleware other CS classes Machine Language Microcode Logic circuits Transistors Middleware Machine Language - earlier Microcode Logic circuits Transistors Middleware

More information

SEMICONDUCTOR ELECTRONICS: MATERIALS, DEVICES AND SIMPLE CIRCUITS. Class XII : PHYSICS WORKSHEET

SEMICONDUCTOR ELECTRONICS: MATERIALS, DEVICES AND SIMPLE CIRCUITS. Class XII : PHYSICS WORKSHEET SEMICONDUCT ELECTRONICS: MATERIALS, DEVICES AND SIMPLE CIRCUITS Class XII : PHYSICS WKSHEET 1. How is a n-p-n transistor represented symbolically? (1) 2. How does conductivity of a semiconductor change

More information

Downloaded from

Downloaded from Question 14.1: In an n-type silicon, which of the following statement is true: (a) Electrons are majority carriers and trivalent atoms are the dopants. (b) Electrons are minority carriers and pentavalent

More information

MTLE-6120: Advanced Electronic Properties of Materials. Semiconductor transistors for logic and memory. Reading: Kasap

MTLE-6120: Advanced Electronic Properties of Materials. Semiconductor transistors for logic and memory. Reading: Kasap MTLE-6120: Advanced Electronic Properties of Materials 1 Semiconductor transistors for logic and memory Reading: Kasap 6.6-6.8 Vacuum tube diodes 2 Thermionic emission from cathode Electrons collected

More information

Layers. Layers. Layers. Transistor Manufacturing COMP375 1

Layers. Layers. Layers. Transistor Manufacturing COMP375 1 Layers VLSI COMP370 Intro to Computer Architecture t Applications Middleware other CS classes High level languages Machine Language Microcode Logic circuits Gates Transistors Silicon structures Layers

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

Unit level 4 Credit value 15. Introduction. Learning Outcomes

Unit level 4 Credit value 15. Introduction. Learning Outcomes Unit 20: Unit code Digital Principles T/615/1494 Unit level 4 Credit value 15 Introduction While the broad field of electronics covers many aspects, it is digital electronics which now has the greatest

More information

Lecture 0: Introduction

Lecture 0: Introduction Introduction to CMOS VLSI Design Lecture : Introduction David Harris Steven Levitan Harvey Mudd College University of Pittsburgh Spring 24 Fall 28 Administrivia Professor Steven Levitan TA: Bo Zhao Syllabus

More information

Chapter 2 : Semiconductor Materials & Devices (II) Feb

Chapter 2 : Semiconductor Materials & Devices (II) Feb Chapter 2 : Semiconductor Materials & Devices (II) 1 Reference 1. SemiconductorManufacturing Technology: Michael Quirk and Julian Serda (2001) 3. Microelectronic Circuits (5/e): Sedra & Smith (2004) 4.

More information

Lecture 9 Transistors

Lecture 9 Transistors Lecture 9 Transistors Physics Transistor/transistor logic CMOS logic CA 1947 http://www.extremetech.com/extreme/164301-graphenetransistors-based-on-negative-resistance-could-spell-theend-of-silicon-and-semiconductors

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

Electronic Circuits I. Instructor: Dr. Alaa Mahmoud

Electronic Circuits I. Instructor: Dr. Alaa Mahmoud Electronic Circuits I Instructor: Dr. Alaa Mahmoud alaa_y_emam@hotmail.com Chapter 27 Diode and diode application Outline: Semiconductor Materials The P-N Junction Diode Biasing P-N Junction Volt-Ampere

More information

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories.

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories. Logic Families Characterizing Digital ICs Digital ICs characterized several ways Circuit Complexity Gives measure of number of transistors or gates Within single package Four general categories SSI - Small

More information

4-bit counter circa bit counter circa 1990

4-bit counter circa bit counter circa 1990 Digital Logic 4-bit counter circa 1960 8-bit counter circa 1990 Logic gates Operates on logical values (TRUE = 1, FALSE = 0) NOT AND OR XOR 0-1 1-0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 0

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

UNIT IX ELECTRONIC DEVICES

UNIT IX ELECTRONIC DEVICES UNT X ELECTRONC DECES Weightage Marks : 07 Semiconductors Semiconductors diode-- characteristics in forward and reverse bias, diode as rectifier. - characteristics of LED, Photodiodes, solarcell and Zener

More information

Device Technologies. Yau - 1

Device Technologies. Yau - 1 Device Technologies Yau - 1 Objectives After studying the material in this chapter, you will be able to: 1. Identify differences between analog and digital devices and passive and active components. Explain

More information

Basic Electronics: Diodes and Transistors. October 14, 2005 ME 435

Basic Electronics: Diodes and Transistors. October 14, 2005 ME 435 Basic Electronics: Diodes and Transistors Eşref Eşkinat E October 14, 2005 ME 435 Electric lectricity ity to Electronic lectronics Electric circuits are connections of conductive wires and other devices

More information

CHAPTER FORMULAS & NOTES

CHAPTER FORMULAS & NOTES Formulae For u SEMICONDUCTORS By Mir Mohammed Abbas II PCMB 'A' 1 Important Terms, Definitions & Formulae CHAPTER FORMULAS & NOTES 1 Intrinsic Semiconductor: The pure semiconductors in which the electrical

More information

Semiconductor Diodes

Semiconductor Diodes Semiconductor Diodes A) Motivation and Game Plan B) Semiconductor Doping and Conduction C) Diode Structure and I vs. V D) Diode Circuits Reading: Schwarz and Oldham, Chapter 13.1-13.2 Motivation Digital

More information

Chapter Semiconductor Electronics

Chapter Semiconductor Electronics Chapter Semiconductor Electronics Q1. p-n junction is said to be forward biased, when [1988] (a) the positive pole of the battery is joined to the p- semiconductor and negative pole to the n- semiconductor

More information

Section:A Very short answer question

Section:A Very short answer question Section:A Very short answer question 1.What is the order of energy gap in a conductor, semi conductor, and insulator?. Conductor - no energy gap Semi Conductor - It is of the order of 1 ev. Insulator -

More information

PHYS 3050 Electronics I

PHYS 3050 Electronics I PHYS 3050 Electronics I Chapter 4. Semiconductor Diodes and Transistors Earth, Moon, Mars, and Beyond Dr. Jinjun Shan, Associate Professor of Space Engineering Department of Earth and Space Science and

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

Lesson 5. Electronics: Semiconductors Doping p-n Junction Diode Half Wave and Full Wave Rectification Introduction to Transistors-

Lesson 5. Electronics: Semiconductors Doping p-n Junction Diode Half Wave and Full Wave Rectification Introduction to Transistors- Lesson 5 Electronics: Semiconductors Doping p-n Junction Diode Half Wave and Full Wave Rectification Introduction to Transistors- Types and Connections Semiconductors Semiconductors If there are many free

More information

4-bit counter circa bit counter circa 1990

4-bit counter circa bit counter circa 1990 Digital Logic 4-bit counter circa 1960 8-bit counter circa 1990 Logic gates Operates on logical values (TRUE = 1, FALSE = 0) NOT AND OR XOR 0-1 1-0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 0

More information

Energy band diagrams Metals: 9. ELECTRONIC DEVICES GIST ρ= 10-2 to 10-8 Ω m Insulators: ρ> 10 8 Ω m Semiconductors ρ= 1 to 10 5 Ω m 109 A. Intrinsic semiconductors At T=0k it acts as insulator At room

More information

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these Objective Questions Module 1: Introduction 1. Which of the following is an analog quantity? (a) Light (b) Temperature (c) Sound (d) all of these 2. Which of the following is a digital quantity? (a) Electrical

More information

Capacitors, diodes, transistors

Capacitors, diodes, transistors Capacitors, diodes, transistors capacitors charging and time response filters (impedance) semi-conductor diodes rectifiers transformers transistors CHM6158C - Lecture 3 1 Capacitors Symbol 2 Capacitors

More information

Reading. Lecture 17: MOS transistors digital. Context. Digital techniques:

Reading. Lecture 17: MOS transistors digital. Context. Digital techniques: Reading Lecture 17: MOS transistors digital Today we are going to look at the analog characteristics of simple digital devices, 5. 5.4 And following the midterm, we will cover PN diodes again in forward

More information

Gates and Circuits 1

Gates and Circuits 1 1 Gates and Circuits Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors Combine basic gates into circuits Describe the behavior

More information

1) A silicon diode measures a low value of resistance with the meter leads in both positions. The trouble, if any, is

1) A silicon diode measures a low value of resistance with the meter leads in both positions. The trouble, if any, is 1) A silicon diode measures a low value of resistance with the meter leads in both positions. The trouble, if any, is A [ ]) the diode is open. B [ ]) the diode is shorted to ground. C [v]) the diode is

More information

SRM INSTITUTE OF SCIENCE AND TECHNOLOGY (DEEMED UNIVERSITY)

SRM INSTITUTE OF SCIENCE AND TECHNOLOGY (DEEMED UNIVERSITY) SRM INSTITUTE OF SCIENCE AND TECHNOLOGY (DEEMED UNIVERSITY) QUESTION BANK I YEAR B.Tech (II Semester) ELECTRONIC DEVICES (COMMON FOR EC102, EE104, IC108, BM106) UNIT-I PART-A 1. What are intrinsic and

More information

Integrated diodes. The forward voltage drop only slightly depends on the forward current. ELEKTRONIKOS ĮTAISAI

Integrated diodes. The forward voltage drop only slightly depends on the forward current. ELEKTRONIKOS ĮTAISAI 1 Integrated diodes pn junctions of transistor structures can be used as integrated diodes. The choice of the junction is limited by the considerations of switching speed and breakdown voltage. The forward

More information

Lecture # 23 Diodes and Diode Circuits. A) Basic Semiconductor Materials B) Diode Current and Equation C) Diode Circuits

Lecture # 23 Diodes and Diode Circuits. A) Basic Semiconductor Materials B) Diode Current and Equation C) Diode Circuits EECS 42 ntro. Digital Electronics, Fall 2003 EECS 42 ntroduction to Digital Electronics Lecture # 23 Diodes and Diode Circuits A) Basic Semiconductor Materials B) Diode Current and Equation C) Diode Circuits

More information

Chapter 3 Bipolar Junction Transistors (BJT)

Chapter 3 Bipolar Junction Transistors (BJT) Chapter 3 Bipolar Junction Transistors (BJT) Transistors In analog circuits, transistors are used in amplifiers and linear regulated power supplies. In digital circuits they function as electrical switches,

More information

Propagation Delay, Circuit Timing & Adder Design. ECE 152A Winter 2012

Propagation Delay, Circuit Timing & Adder Design. ECE 152A Winter 2012 Propagation Delay, Circuit Timing & Adder Design ECE 152A Winter 2012 Reading Assignment Brown and Vranesic 2 Introduction to Logic Circuits 2.9 Introduction to CAD Tools 2.9.1 Design Entry 2.9.2 Synthesis

More information

Propagation Delay, Circuit Timing & Adder Design

Propagation Delay, Circuit Timing & Adder Design Propagation Delay, Circuit Timing & Adder Design ECE 152A Winter 2012 Reading Assignment Brown and Vranesic 2 Introduction to Logic Circuits 2.9 Introduction to CAD Tools 2.9.1 Design Entry 2.9.2 Synthesis

More information

COMPUTER ORGANIZATION & ARCHITECTURE DIGITAL LOGIC CSCD211- DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF GHANA

COMPUTER ORGANIZATION & ARCHITECTURE DIGITAL LOGIC CSCD211- DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF GHANA COMPUTER ORGANIZATION & ARCHITECTURE DIGITAL LOGIC LOGIC Logic is a branch of math that tries to look at problems in terms of being either true or false. It will use a set of statements to derive new true

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

Logic Design (Part 1) Transistors & Gates (Chapter 3)

Logic Design (Part 1) Transistors & Gates (Chapter 3) Agenda next 3 weeks: Inside a microprocessor Logic Design (Part 1) Transistors & Gates (Chapter 3) Based on slides McGrawHill Additional material 2004/2005/2006 Lewis/Martin Additional material 2008 Roth

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

Lecture 0: Introduction

Lecture 0: Introduction Lecture 0: Introduction Introduction Integrated circuits: many transistors on one chip. Very Large Scale Integration (VLSI): bucketloads! Complementary Metal Oxide Semiconductor Fast, cheap, low power

More information

Gates and and Circuits

Gates and and Circuits Chapter 4 Gates and Circuits Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors Combine basic gates into circuits Describe the

More information

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification:

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification: DIGITAL IC TRAINER Model : DE-150 Object: To Study the Operation of Digital Logic ICs TTL and CMOS. To Study the All Gates, Flip-Flops, Counters etc. To Study the both the basic and advance digital electronics

More information

Physics 160 Lecture 5. R. Johnson April 13, 2015

Physics 160 Lecture 5. R. Johnson April 13, 2015 Physics 160 Lecture 5 R. Johnson April 13, 2015 Half Wave Diode Rectifiers Full Wave April 13, 2015 Physics 160 2 Note that there is no ground connection on this side of the rectifier! Output Smoothing

More information

Downloaded from

Downloaded from SOLID AND SEMICONDUCTOR DEVICES (EASY AND SCORING TOPIC) 1. Distinction of metals, semiconductor and insulator on the basis of Energy band of Solids. 2. Types of Semiconductor. 3. PN Junction formation

More information

13. SEMICONDUCTOR DEVICES

13. SEMICONDUCTOR DEVICES Synopsis: 13. SEMICONDUCTOR DEVICES 1. Solids are classified into two categories. a) Crystalline solids b) Amorphous solids 2. Crystalline solids : Crystalline solids have orderly arrangement of atoms

More information

Electronic Devices 1. Current flowing in each of the following circuits A and respectively are: (Circuit 1) (Circuit 2) 1) 1A, 2A 2) 2A, 1A 3) 4A, 2A 4) 2A, 4A 2. Among the following one statement is not

More information

Chapter 1: Digital logic

Chapter 1: Digital logic Chapter 1: Digital logic I. Overview In PHYS 252, you learned the essentials of circuit analysis, including the concepts of impedance, amplification, feedback and frequency analysis. Most of the circuits

More information

CHAPTER 9: ELECTRONICS

CHAPTER 9: ELECTRONICS CHAPTER 9: ELECTRONICS 9.1 Cathode Rays 9.1.1 Thermionic Emission Thermionic emission is the emission of electrons from a heated metal surface. Factors that influence the rate of thermionic emission: Temperature

More information

Chapter 3: Basics Semiconductor Devices and Processing 2006/9/27 1. Topics

Chapter 3: Basics Semiconductor Devices and Processing 2006/9/27 1. Topics Chapter 3: Basics Semiconductor Devices and Processing 2006/9/27 1 Topics What is semiconductor Basic semiconductor devices Basics of IC processing CMOS technologies 2006/9/27 2 1 What is Semiconductor

More information

Class XII - Physics Semiconductor Electronics. Chapter-wise Problems

Class XII - Physics Semiconductor Electronics. Chapter-wise Problems lass X - Physics Semiconductor Electronics Materials, Device and Simple ircuit hapter-wise Problems Multiple hoice Question :- 14.1 The conductivity of a semiconductor increases with increase in temperature

More information

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as BioE 1310 - Review 5 - Digital 1/16/2017 Instructions: On the Answer Sheet, enter your 2-digit ID number (with a leading 0 if needed) in the boxes of the ID section. Fill in the corresponding numbered

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

Lecture 02: Logic Families. R.J. Harris & D.G. Bailey

Lecture 02: Logic Families. R.J. Harris & D.G. Bailey Lecture 02: Logic Families R.J. Harris & D.G. Bailey Objectives Show how diodes can be used to form logic gates (Diode logic). Explain the need for introducing transistors in the output (DTL and TTL).

More information

ENG2410 Digital Design CMOS Technology. Fall 2017 S. Areibi School of Engineering University of Guelph

ENG2410 Digital Design CMOS Technology. Fall 2017 S. Areibi School of Engineering University of Guelph ENG2410 Digital Design CMOS Technology Fall 2017 S. reibi School of Engineering University of Guelph The Transistor Revolution First transistor Bell Labs, 1948 Bipolar logic 1960 s Intel 4004 processor

More information

CHAPTER 6 DIGITAL CIRCUIT DESIGN USING SINGLE ELECTRON TRANSISTOR LOGIC

CHAPTER 6 DIGITAL CIRCUIT DESIGN USING SINGLE ELECTRON TRANSISTOR LOGIC 94 CHAPTER 6 DIGITAL CIRCUIT DESIGN USING SINGLE ELECTRON TRANSISTOR LOGIC 6.1 INTRODUCTION The semiconductor digital circuits began with the Resistor Diode Logic (RDL) which was smaller in size, faster

More information

Sharjah Indian School, Sharjah ELECTRONIC DEVICES - Class XII (Boys Wing) Page 01

Sharjah Indian School, Sharjah ELECTRONIC DEVICES - Class XII (Boys Wing) Page 01 ELECTRONIC DEVICES - Class XII (Boys Wing) Page 01 Electronics is the fast developing branch of Physics. Before the discovery of transistors in 1948, vacuum tubes (thermionic valves) were used as the building

More information

Logic diagram: a graphical representation of a circuit

Logic diagram: a graphical representation of a circuit LOGIC AND GATES Introduction to Logic (1) Logic diagram: a graphical representation of a circuit Each type of gate is represented by a specific graphical symbol Truth table: defines the function of a gate

More information

Electrical and Electronic Principles

Electrical and Electronic Principles Unit 19: Unit code Electrical and Electronic Principles M/615/1493 Unit level 4 Credit value 15 Introduction Electrical engineering is mainly concerned with the movement of energy and power in electrical

More information

Basic Fabrication Steps

Basic Fabrication Steps Basic Fabrication Steps and Layout Somayyeh Koohi Department of Computer Engineering Adapted with modifications from lecture notes prepared by author Outline Fabrication steps Transistor structures Transistor

More information

Electronic Devices & Circuit and Digital Electronics

Electronic Devices & Circuit and Digital Electronics QUESTION BANK Electronic Devices & Circuit and Digital Electronics 1. Consider the following four statement i) In the 2 s complement representation, negative numbers are stored in sign magnitude form ii)

More information

Semiconductors, ICs and Digital Fundamentals

Semiconductors, ICs and Digital Fundamentals Semiconductors, ICs and Digital Fundamentals The Diode The semiconductor phenomena. Diode performance with ac and dc currents. Diode types: General purpose LED Zener The Diode The semiconductor phenomena

More information

ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL

ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL AIMS The general aims of the subject are : 1. to foster an interest in and an enjoyment of electronics as a practical and intellectual discipline; 2. to develop

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

VLSI Design. Introduction

VLSI Design. Introduction Tassadaq Hussain VLSI Design Introduction Outcome of this course Problem Aims Objectives Outcomes Data Collection Theoretical Model Mathematical Model Validate Development Analysis and Observation Pseudo

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

Intrinsic Semiconductor

Intrinsic Semiconductor Semiconductors Crystalline solid materials whose resistivities are values between those of conductors and insulators. Good electrical characteristics and feasible fabrication technology are some reasons

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

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

Chapter 3 Basics Semiconductor Devices and Processing

Chapter 3 Basics Semiconductor Devices and Processing Chapter 3 Basics Semiconductor Devices and Processing 1 Objectives Identify at least two semiconductor materials from the periodic table of elements List n-type and p-type dopants Describe a diode and

More information

Electronic Circuits EE359A

Electronic Circuits EE359A Electronic Circuits EE359A Bruce McNair B206 bmcnair@stevens.edu 201-216-5549 1 Memory and Advanced Digital Circuits - 2 Chapter 11 2 Figure 11.1 (a) Basic latch. (b) The latch with the feedback loop opened.

More information

EE4800 CMOS Digital IC Design & Analysis. Lecture 1 Introduction Zhuo Feng

EE4800 CMOS Digital IC Design & Analysis. Lecture 1 Introduction Zhuo Feng EE4800 CMOS Digital IC Design & Analysis Lecture 1 Introduction Zhuo Feng 1.1 Prof. Zhuo Feng Office: EERC 730 Phone: 487-3116 Email: zhuofeng@mtu.edu Class Website http://www.ece.mtu.edu/~zhuofeng/ee4800fall2010.html

More information

Chapter 3. H/w s/w interface. hardware software Vijaykumar ECE495K Lecture Notes: Chapter 3 1

Chapter 3. H/w s/w interface. hardware software Vijaykumar ECE495K Lecture Notes: Chapter 3 1 Chapter 3 hardware software H/w s/w interface Problems Algorithms Prog. Lang & Interfaces Instruction Set Architecture Microarchitecture (Organization) Circuits Devices (Transistors) Bits 29 Vijaykumar

More information

Diode conducts when V anode > V cathode. Positive current flow. Diodes (and transistors) are non-linear device: V IR!

Diode conducts when V anode > V cathode. Positive current flow. Diodes (and transistors) are non-linear device: V IR! Diodes: What do we use diodes for? Lecture 5: Diodes and Transistors protect circuits by limiting the voltage (clipping and clamping) turn AC into DC (voltage rectifier) voltage multipliers (e.g. double

More information

CHAPTER SEMI-CONDUCTING DEVICES QUESTION & PROBLEM SOLUTIONS

CHAPTER SEMI-CONDUCTING DEVICES QUESTION & PROBLEM SOLUTIONS Solutions--Ch. 15 (Semi-conducting Devices) CHAPTER 15 -- SEMI-CONDUCTING DEVICES QUESTION & PROBLEM SOLUTIONS 15.1) What is the difference between a conductor and a semi-conductor? Solution: A conductor

More information

Lecture 4 - Digital Representations III + Transistors

Lecture 4 - Digital Representations III + Transistors Lecture 4 - Digital Representations III + Transistors Video: Seems like a natural extension from images no? We just have a new dimension (time) Each frame is just an image made up of pixels Display n frames

More information

INTRODUCTION TO DIGITAL CONCEPT

INTRODUCTION TO DIGITAL CONCEPT COURSE / CODE DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) INTRODUCTION TO DIGITAL CONCEPT Digital and Analog Quantities Digital relates to data in the form of digits,

More information

Veer Narmad South Gujarat University, Surat

Veer Narmad South Gujarat University, Surat Unit I: Passive circuit elements (With effect from June 2017) Syllabus for: F Y B Sc (Electronics) Semester- 1 PAPER I: Basic Electrical Circuits Resistors, resistor types, power ratings, resistor colour

More information

Multiple Category Scope and Sequence: Scope and Sequence Report For Course Standards and Objectives, Content, Skills, Vocabulary

Multiple Category Scope and Sequence: Scope and Sequence Report For Course Standards and Objectives, Content, Skills, Vocabulary Multiple Category Scope and Sequence: Scope and Sequence Report For Course Standards and Objectives, Content, Skills, Vocabulary Wednesday, August 20, 2014, 1:16PM Unit Course Standards and Objectives

More information

Binary Outputs: LEDs

Binary Outputs: LEDs Diode Theory Binary Outputs: LEDs A diode allows current to flow in only one direction. A diode consists of a semiconductor pn junction: In Silicon, the number of free electrons is a constant: np n i 2

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R05310402 Set No. 1 1. (a) What are the parameters that are necessary to define the electrical characteristics of CMOS circuits? Mention the typical values of a CMOS NAND gate. (b) Design a CMOS

More information

Basic Electronics. Introductory Lecture Course for. Technology and Instrumentation in Particle Physics Chicago, Illinois June 9-14, 2011

Basic Electronics. Introductory Lecture Course for. Technology and Instrumentation in Particle Physics Chicago, Illinois June 9-14, 2011 Basic Electronics Introductory Lecture Course for Technology and Instrumentation in Particle Physics 2011 Chicago, Illinois June 9-14, 2011 Presented By Gary Drake Argonne National Laboratory Session 3

More information

Approximate Hybrid Equivalent Circuits. Again, the impedance looking into the output terminals is infinite so that. conductance is zero.

Approximate Hybrid Equivalent Circuits. Again, the impedance looking into the output terminals is infinite so that. conductance is zero. Again, the impedance looking into the output terminals is infinite so that conductance is zero. Hence, the four h-parameters of an ideal transistor connected in CE transistor are The hybrid equivalent

More information

LESSON PLAN. Sub Code & Name: ME2255 Electronics and Microprocessors Unit : I Branch : ME Semester: IV UNIT I SEMICONDUCTORS AND RECTIFIERS 9

LESSON PLAN. Sub Code & Name: ME2255 Electronics and Microprocessors Unit : I Branch : ME Semester: IV UNIT I SEMICONDUCTORS AND RECTIFIERS 9 Unit : I Branch : ME Semester: IV Page 01 of 06 UNIT I SEMICONDUCTORS AND RECTIFIERS 9 Classification of solids based on energy band theory - Intrinsic semiconductors - Extrinsic semiconductors - P type

More information

جامعة اإلسكندرية كلية الهندسة قسم الهندسة الكهربية أبريل ٢٠١٥

جامعة اإلسكندرية كلية الهندسة قسم الهندسة الكهربية أبريل ٢٠١٥ Alexandria University Faculty of Engineering Electrical Engineering Department April 2015 1a EE 132 Electronic Devices and Circuits First Year Time allowed: 1½ hours جامعة اإلسكندرية كلية الهندسة قسم الهندسة

More information

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. DEPARTMENT OF PHYSICS QUESTION BANK FOR SEMESTER V PHYSICS PAPER VI (A) ELECTRONIC PRINCIPLES AND APPLICATIONS UNIT I: SEMICONDUCTOR DEVICES

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

Chapter 1 Semiconductors and the p-n Junction Diode 1

Chapter 1 Semiconductors and the p-n Junction Diode 1 Preface xiv Chapter 1 Semiconductors and the p-n Junction Diode 1 1-1 Semiconductors 2 1-2 Impure Semiconductors 5 1-3 Conduction Processes in Semiconductors 7 1-4 Thep-nJunction 9' 1-5 The Meta1-Semiconductor

More information

Electronics EECE2412 Spring 2017 Exam #2

Electronics EECE2412 Spring 2017 Exam #2 Electronics EECE2412 Spring 2017 Exam #2 Prof. Charles A. DiMarzio Department of Electrical and Computer Engineering Northeastern University 30 March 2017 File:12198/exams/exam2 Name: : General Rules:

More information

Transistor electronic technologies

Transistor electronic technologies Transistor electronic technologies Bipolar Junction Transistor discrete or integrated circuit discrete = individual component MOS (Metal-Oxide-Silicon) Field Effect Transistor mainly used in integrated

More information

QUIZ. What do these bits represent?

QUIZ. What do these bits represent? QUIZ What do these bits represent? 1001 0110 1 QUIZ What do these bits represent? Unsigned integer: 1101 1110 Signed integer (2 s complement): Fraction: IBM 437 character: Latin-1 character: Huffman-compressed

More information

ELECTRONIC DEVICES AND CIRCUITS

ELECTRONIC DEVICES AND CIRCUITS ELECTRONIC DEVICES AND CIRCUITS 1. At room temperature the current in an intrinsic semiconductor is due to A. holes B. electrons C. ions D. holes and electrons 2. Work function is the maximum energy required

More information

Digital Integrated Circuits A Design Perspective. The Devices. Digital Integrated Circuits 2nd Devices

Digital Integrated Circuits A Design Perspective. The Devices. Digital Integrated Circuits 2nd Devices Digital Integrated Circuits A Design Perspective The Devices The Diode The diodes are rarely explicitly used in modern integrated circuits However, a MOS transistor contains at least two reverse biased

More information