Fig.16.1: Digital systems and analog systems

Size: px
Start display at page:

Download "Fig.16.1: Digital systems and analog systems"

Transcription

1 UNIT 16 LOGIC GATES Structure Introduction Objectives Boolean Algebra Logic Gates AND Gate OR Gate NOT Gate NAND Gate NOR Gate NAND and NOR Gates as Universal Gates Circuits for Logic Gates Elementary Ideas about ICs Applications of Logic Gates Summary Terminal Questions Solutions and Answers 16.1 INTRODUCTION So far your students have been dealing with analog quantities, without, of course, knowing the term. The signals that they have been using are analog signals - their values vary in a continuous fashion over a broad range with respect to time. Now you will be introducing another way of representing physical quantities: the digital mode. In the digital mode of representation, physical quantities assume only discrete values called digits. Your students are now going to lean about an important part of electronics, which involves such discrete signals or digits - that is why it is called digital electronics. Digital electronics is based on the binary number system that involves only two digits 0 and 1. Digital Systems Assume only discrete values Analog systems Values vary over a broad range continuously Fig.16.1: Digital systems and analog systems The digital representation based on two numbers (0,l) is the basis for sophisticated computers. Logically. these numbers can be used to perform varying operations that involve even mimicking the functions of the human brain. The Binary digits together form what is referred to as the "bit" in digital logic. Under the positive system of logic, we can identify the following operations: 0 = False = Off = No, and 1 = True = On = Yes.

2 Atomic,. Nuclear Physics and Electronics The "on" and "off' are used to represent flow and stoppage of current in any arcjog circuit. In most circuits 5V (analog DCV) represents it as being switched ON and 0'8; (analog (DCV) or ground as switched OFF. Using this two-valued logic system, every statement or condition must either be "true" or "false"; it cannot be partly true and partly false. While this approach may seem limited, it actually works quite nice!y, and can be expanded to express very complex relationships and interactions among any number of individual conditions. In fact, digital'or binary logic is the basis of al: digital electronics today. One essential reason for basing logical operations on the binary number systen:.; k!#-,, it is easy to design simple, stable electronic circuits that can switch back and f-4- between two clearly defined states, with no ambiguity attached. It is also possible to design and build circuits that will remain indefinitely in one state unless and until they are deliberately made to switch over to the other. Examples from analog electronics include thep-n junction diode (in its forward and reverse bias) and the bi-polar junction transistor (BJT) between its saturation and cut-off values. We can connect these devices to form logic gates, the basic components of digital circuits. A digital circuit is designed for a desired application by a combination of several logic gates. In this unit, we discuss the teaching of the basic concepts of Boolean algebra, different logic gates: AND, OR, NOT, NAND and NOR, and electronic circuits for logic gates. We also deal with integrated circuits in brief and give some real world applications of logic gates, which you can use in your teaching. Objectives After studying this unit, you should be able to: a explain better to your students; - the concepts of boolean algebra, - the operation of basic logic gates (AND, OR, NOT) and their truth tables, - the NAND and NOR gates and truth tables,. - The electronic circuits of logic gates, - integrated circuits, - the applications of logic gates. devise practical activities for helping students learn about logic gates; and assess how well your strategies have worked BOOLEAN ALGEBRA You know that Boolean algebra forms the basis of digital electronics. It is used to represent logic operations. Boolean algebra can be used to simplify logic circuits, as normal algebra is used to simplify mathematical expressions. anecdotes about his life on the following URLs: You could tell your students that b Boolean algebra is a way of describing a circuit in the form of a mathematical formula. It refers to the use of Boolean expressions to describe the relationship between the input and the output.

3 It is based on only two numbers, 0 and I, commonly thought of as "low or false" and "high or true", respectively. Binary numbers and Boolean algebra are natural to use with modern digital computers, which deal with switches and electrical currents that are either on or off.. Logic Gates Tt involves the use of three basic operations on the binary digits 0 and 1. These are called the NOT, AND and OR operations and defined as follows: > The NOT operator operates on one value (the operand) (0 or 1) and negates it: NOT 0 is 1 and NOT 1 is 0. It is represented by a bar over the Boolean variable. For example: X = Not X. (Explain to your students that operand means the value operated upon). P 'P The OR operator operates on at least two operands, and yields a high value if any of its operands (or both) are high (1 or true). It is represented by a + sign. For example: X + Y = X OR Y. The AND operator operates o,n at least two operands, and yields a high (1 or true) value if all of its operands are high (1 or true.) It is represented by a dot (0). For example: X Y = X AND Y. You can explain the NOT, AND and OR operations using Fig NOT* AND+ o 1 1 0R+l Fig.16.2: Pictorial representation of NOT, AND and OR operations These basic operations can be combined in many ways to give different outputs for combinations of inputs. You can tell your students that just as we carry out arithmetic operations on algebraic'functions, we can carry out these three operations on Boolean functions for several practical applications. The three operations can be carried out practically using electronic logic gates. Any Boolean function can be practically implemented by using these logic gates LOGIC GATES By definition, a logic gate is a circuit with one or more input voltages but only one I! output voltage. Logic gates work according to some logical relationship (involving the three logical operations AND, OR and NOT) between input and output voltages. The gates are used in digital electronics to change one voltage level (input voltage) into another (output) according to the logical relationship between them. We express the relation between possible values of input and output voltages in the,form of a table called the Truth table.

4 Atomic, Nuclear Physics and Electronics These basic logic circuits perform the logical operations of AND, OR and NOT. Do tell your students the following points so that they have a better understanding of logic gates: Electronic logic gates require a power supply to function. INPUTS to the gates are voltages having two discrete values, e.g., OV and 5V representing logic 0 and logic 1, respectively (under positive logic of operation). The OUTPUT of a gate provides one of the two values of voltage only, e.g. OV and 5V representing logic 0 and logic 1, respectively. There exist other logical gates, like the NAND, NOR, and XOR gates. NAND and NOR gates are also known as universal gates since all other operations like NOT, AND, OR, XOR and XNOR can be simulated using them. After a basic introduction to logic gates, you can go into the details of the basic logic gates AND, OR and NOT as follows: AND Gate The AND gate implements the Boolean AND function. The standard symbol of AND gate is given in Fig (In the symbol, the input terminals (A and B) are at left and the output terminal is at right.) Fig.16.3: Symbol of AND gate You can ask your students to construct the truth table for a two-input AND gate on the basis of its definition The Boolean expression for the AND gate is Point out that > The AND gate gives a high output (1) only if all its inputs are high. The AND gate is so named because it acts in the same way as the logical "AND" operator.

5 OR Gate Logic Gates I The OR gate implements the Boolean-OR function where the output is 1 when any one input is logical 1. OR gate is so named as it implements the logical "OR" operation. The standard symbol for OR gate is shown in Fig Fig.16.4: Symbol of OR gate You can have your students arrive at the truth table for a two-input OR gate using its definition. - The Boo1,ean expression for the OR gate is Point out that 1 > The OR gate gives a high output if one or more of its inputs are high. I NOT Gate The NOT gate implements the Boolean NOTfunction where the output is the inverse or complement of the input. It is also known as an inverter. If the input variable is A, the inverted output is known as NOT A. This is also shown as A', or A with a bar over the top (A). Tell students that Tbe NOT gate has only one input. The standard symbol for NOT gate is given in Fig. 16,5.

6 Atomic, Nuclear Physics and Electronics NOT Gate (an-inverter) INPUT X=Af. Presence of small circle always denotes inversion Fig.16.5: Symbol of NOT gate Let students write the truth table for the NOT gate The Boolean expression for the NOT gate is Now you can introduce some simple combinations of the basic gates such as the NAND gate and the NOR gate NAND Gate The NAND gate is an AND gate followed by a NOT gate. The symbol of the NAND gate is shown in Fig Two Inputs NAND Gate INPUTS B n u A- B- II OUTPUTS - X = (AB)' ~enbtes Inversion X = (AB)' Fig.16.6: Symbol of NAND gate It acts in the mznner of the logical operation "AND" followed by negation. Let your students construct the truth table for the NAND gate:

7 Point out that Logic Gates P The output of NAND gate is high if any of the inputs are low NOR Gate The NOR gate is a combination OR gate followed by a NOT gate. NOR means 'neither A nor B'. Thus, the output is 1 only when neither A nor B is I. The symbol for NOR gate is shown in Fig Two Inputs NOR Gate INPUTS OUTPUTS ':=(A +B)' \ Denotes Inversion Fig.16.7: Symbol of NOR gate The truth table for the NOR gate can be determined by your students Point out that P the output is 1 when none of the inputs are 0. In other words, the outputs of all NOR gates are low if any of the inputs is high. J Tell your students that if n is the number of input variables the total number of possible input combinations (N) is given by: N= 2". You can give your students some quick problems to solve before you proceed further. SAQ 1 Devise a set of questions to help students check their understanding. You could include questions like the following: a) Fill in the blanks i) In gate an output 1 is obtained when both inputs are at 1 state. ii) In NOR gate a high output is obtained when inputs are at ---- state etc. b) What will be the boolean expression for the following circuits? Give a few circuits.

8 Atomic, Nuclear Physics and Electronics You can make use of Table 16.1 to compare different logic gates. Table 16.1: Comparison of logic gates Basic Logic Gates Logic Symbol Boolean Truth English ay Expression Table Expression A B Y The only time the output is HIGH is AND Y= A-B when all the inputs are high. B A Dy A B Y The output will be HIGH when any OR Y= A+B one or all inputs are B high..a 1. A 1 Y 1 NOT NAND A + Y The output is the 0 1 opposite of the Y=A 1 0 input. A B Y The output is HIGH provided all the Y= A-B inputs are not highs B NAND and NOR Gates as Universal Gates You could explain the NAND Gate Operations as a universal gate, as follows: NAND gates can be used as NOT, AND and OR gate as shown below in Fig.16.8: - a) When the same input is given at both terminals, the output is A. b) The use of two NAND gates in succession yields the output A.B. c) Two single input NAND gates followed by another NAND gate result in the output A+ B. Explain each of these operations to your students. Ask them to construct the truth tables for each case and verify the results for themselves. 1 y-. Am NAND B Fig.16.8: Construction of NOT, AND and OR gates from NAND gates

9 NOR gate operations.~o~ic Gates NOR gates can also be used as NOT, AND and OR gate as shown in Fig Explain each of these operations to your students. Ask them to construct the truth tables for each case and verify the results for themselves. Fig.16.9: Construction of NOT, AND and OR gates frdm NOR gate You can also do the following activity to show these gates to your students. Activity 1 Take a 7400 IC (Quad 2 input NAND gates) and show the realization of all other gates (NAND, NOT, OR, AND, NOR, XOR, XNOR). It is a 14 pin DIP (Dual in line package) IC. You will need the following components to show the working of the gates: Bread-board 1 PCB (Printed Circuit Board) 1 Chassis 14 pin or greater IC base LEDs (Green, Red, Orange, Yellow) -to differentiate between the input states and output states. 5V dc supply, Connecting wires Resistance - 1 K, 3.3K to fiction as current limiting resistors Typical cost of the 7400 IC is Rs.71- We give in the margin the diagram of the 7400 IC with the interconnections: Connect the pin 14 of the 7400 IC to the positive of the 5V dc supply and pin 7 to the ground terminal (negative in this case). The binary high (1) and low (0) states will be +5V and OV, respectively. - Now connect the NAND gates as in Fig to show the basic gates: AND, OR and This activity should help stydents acquire a feel for what logic gates are about: they allow an output for given inputs according to certain logical operations. Now you could explain the electronic circuits that make up these gates.

10 Atomic, Nuclear Physics and Electronics 16.4 CIRCUITS FOR LOGIC GATES We give the electronic circuits for the basic logic gates. AND, OR and NOT. a) AND gate The circuit for the two input AND gate is shown in Fig It has two p-n junction diodes (of silicon). L A. +5v -T Output - 'Y Fig.16.10: Circuit of AND gate using diodes The resistor in the circuit controls the current passing through the diodes. Repeat to your students that a low value (0 bit) is assigned OV and high value (1 bit) is assigned 5V. But point out that such accurate values are not possible at the output in practical electronic circuits. In fact, a low value is assigned a'voltage range OV to 0.8 V and a high value is assigned a voltage range of 3 V to 5V. You can explain the operation of this circuit as follows: 1) A=O and B=O. When the inputs are connected to ground terminal or OV, then both the diodes are forward biased and hence conduct. The entire voltage appears across R. Thus the output voltage which is the voltage drop across each diode is low (0.7V) or 0. 2) A=O and B=l. When input A is connected to the ground terminal and input B is connqcted to the positive terminal of the battery (5V), then diode Dl is forward biased ut diode D2 is not biased (as both p and n sides of diode are connected to the Sam a voltage 5V). Thus output voltage is voltage drop across diode Dl (which is 0.7 V). It is thus low or 0. 3) A=l and B=O. When input A is connected to the 5V battery and input B is connected to ground, then like the previous case only one diode is forward biased or conducts which in this case is diode D2 The output voltage is the voltage drop across this diode and is 0.7 V, i.e., low or 0. 4) A=l and B=l. When both the inputs are connected to the 5V battery then both the sides of the diodes (Dl and D2) are at same voltage and hence both diodes are not conducting. Therefore the output voltage is the battery voltage which is 5V, i.e., high or 1.

11 t Draw all four circuit diagrams on the board or an OHP transparency and explain each step clearly. Logic Gates All these four cases satisfy the truth table of AND gate. ~o;more input AND gate the number of diodes will be more. There will be as many diodes as the number of inputs. You can show your students an AND gate in the lab. You can use the following components: Diodes - IN4001 R-lKc2 The power supply is a 5V dc source Use LEDs along with the diodes to show which of the signal diodes (ln4001) is actually conducting. b) OR gate The circuit of an OR gate has two p-n junction diodes as shown in Fig v +re' Dl 1, Be R I Output 'Y Fig.16.11: Circuit of OR gate using diodes The input voltage is applied to the terminals A and B. It can be either 0 or 5V. You can again explain the following cases: 1) A=O and B=O. When the inputs are connected to ground terminal or OV, then both the diodes are not biased or do not conduct (as both p and n sides of diode are connected to same voltage OV) and hence no current flows through the diodes. Thus the output voltage is lop or 0. 2) A=O and B=l. 1 When input A is connected to the ground terminal and input B is connected to the positive terminal of the battery (5V), then diode Dl is not biased or does not conduct (as both p and n sides of diode are connected to same voltage OV) but diode D2 is forward biased with 0.7 V voltage drop across it and 4.3 V(5-0.7 V) across the resistor. Point out that the output in this case is the voltage drop across the resistor. Thus output voltage is high or 1.

12 Atomic, Nuclear Physics and Electronics ' 3) A=l and B=O. When input A is connected to the 5V battery and input B is connected to ground, then like the previous case only me diode is forward biased or conducts which in this case is diode Dl Thus output voltage is high or I. 4) A=l and B=l. When both the inputs are connected to the 5V battery then both the sides of the diodes (Dl and D2) are at same voltage and hence both diodes are forward biased or conducting and the voltage drop across the resistor. R continues to be 4.3 V. Therefore, the output voltage is high or I. All these four cases satish the truth table of OR gate. The components used to set up the AND gate can be used here also. You can demonstrate the OR gate to your students or ask them to connect the circuit and verify its operation. c) NOT gate The circuit for the NOT gate has a transistor as shown in Fig Fig.16.12: Circuit for NOT gate using transistor in CE configuration The base of the transistor is connected to input A fhrough the resistor RB, while the emitter is earthed. The collector is earthed through a resistor Rc and 5V battery. You can explain the operation of this circuit as follows: When the input A is connected to the ground terminal of the battery, then the base of the transistor also gets earthed. Therefore, emitter-base junction is not forward biased (as both the emitter and base are earthed or connected to same OV). Moreover since the base current is zero, the collector current is also zero. This is said to be the cut-off mode of the transistor. Since there is no voltage drop across Rc, the output voltage will be equal to the voltage of the battery (5V) connected to the collector, i.e., high or 1. When the input A is connected to the positive terminal.of battery (5V), then the emitter base junction gets forward biased. It leads to a very large base current resulting in a very large collector current. The transistor is then in the saturation mode. This indicates that most of the bias voltage (-5V) drops across Rc and the output voltage is low or 0.

13 To demonstrate the NOT gate, use a transistor in BC 148 series. The main idea is to switch the transistor between its saturation and cut-off values based on the input and not allow it to function in the active region. You can use the following components: Logic Gates Rc=1KRto1OKl2 Rb=lOKR The voltage source can be a 5V dc supply. SAQ 2 Demonstrate the working of logic gates to your students.. Write a report on how well these worked in helping them understand the concept better ELEMENTARY IDEAS ABOUT ICs All the logic elements and most of the circuits we have looked at so far are available in off-the-shelf packages called integated circuits (ICs). In an integrated circuit, all components are fabricated on a single, semiconductor silicon wafer (a few microns thick) by the method of diffusion. The components and interconnections (achieved through metallic coatings) are an integral part of the chip and hence the name integrated circuit. Pins are provided on the IC to Connect the circuit to external signals. An IC may contain up to lakhs of individual gates on a silicon chip in a plastic or a metallic package. The first integrated ciricuit (IC) on a silicon wafer was fabricated in the 1960s having only a few gates. IC chips are usually de$ned in terms of the number of logic gates that they contain and the complexity.increases with the number of gates. Table 16.2 shows the classification of ICs according to the number of gates in them. able 16.2: Classification of ICs ' Classification SSI (Small Scale Integration) MSI(Medium Scale integration) LSI (Large Scale Integration) VLSI (Very Large Scale Integration) Complexity Less than 10 gates 10 to 100 gates I00 to 5000 gates More than 5000 gates Examples Independent logic gates like 2 input OR or NAND gates etc. IC's that perform one standard function (Adders, Flip Flops, Counters, Decoders) IC's that perform relatively complex functions (Memory devices, Arithmetic logic units (ALU)) Microprocessors (32 and 64 bit), memory chips. ULSI( Ultra Large Scale Integration). More than 50,000 (50K) gates Random Access Memories (RAMS), ULSI technology is used mostly in Japan You could tell your students that., *:* In the real world of digital electronics it is simply impractical to produce single logic gate structures and instead ICs are preferred which contain multiple logic circuits.

14 Atomic, Nuclear Physics and Electronics Advantage of ICs on conventional electronic circuits: Small size; Low power consumption; High speed; Highly reliable because all components are fabricated simultaneously and there are no soldered joints; Low cost due to processing of large quantities of components. You would have already shown ICs to your students while demonstrating NAND gates. We now discuss some applications of Logic Gates APPLICATIONS OF LOGIC GATES Logic gates form the building blocks of all digital systems. The basic logic gates comprise of AND, OR and NOT. It is these gates, used in differing combinations, that allow the computer to execute its operations using binary language. Today, all our computers employ Boole's logic system - using microchips that contain thousands of tiny electronic switches arranged into logical 'gates' that produce predictable and reliable conclusions. In recent years digital systems have become an integral part of our every day lives. We wake up to the music of a digital alarm clock. Cars have digitally controlled fuel injection systems and electronics. There are computer-coded grocery items in shops. Nowadays digital systems are extensively used as memory devices. Digital systems are employed for storage and transmission of data. In laboratories we make use of digital multimeters for checking electronic components and digital CRO's for time and frequency measurement. Computers are undoubtedly the best known and most prominent class of digital systems. Satellite communication systems, space vehicles, telephone networks, industrial production lines and home appliances are some of the other application areas that make use of digital electronics. Digital traff~controllers are used to measure traffic flow on crossroads and adjust the period of traffic lights to maximize flow. Digital anti-skid devices measure the speed of truck wheels and adjust braking force to prevent skids. Digital ignition controllers measure the carburetion and timing of airtomobiles engine to reduce emission. The flight pattern of a plane landing on an aircraft carrier takes on continuing values but a digital pulse radar tracking system sends out radar pulses periodically so that returning signals form a finite sequence of numbers that approximate the planes present position, present velocity and future position. We now summarise the contents of this unit.

15 16.7 SUMMARY Logic Gates Boolean algebra is used to describe the input and output relationship with the help of boolean expression. Logic gates are digital circuits that work according to some logical relationship between input and output voltages. Digital systems are constructed by using three basic logic gates viz. AND, OR and NOT gate. Output of AND gate is high (1) only when all the inputs are high. The output of OR gate is low (0) only when all inputs are low. The output of NOT,gate is inverse or complement of the input. NOT gates can be cdmbined with AND or OR to give NAND (not and) or NOR (not or) gates. The NAND and NOR are called universal gates since with either one the AND, OR and NOT gates can be generated. In a truth table the total number of possible input combinations is 2" where n is the number of input variables. The circuits of logic gates can be made with the help of diodes or transistors etc. An integrated circuit (IC) contains from several to millions of individual gates on a silicon chip in a plastic package. The different sizes of the integration (SSI, MSI, LSI, VLSI and ULSI) of IC chips are usually defined in terms of the number of logic gates or number of components fabricated on a chip. Logic gates form the building blocks of a digital systems and have wide ranging applications in life today TERMINAL QUESTIONS 1. Construct a set of problems for your students having questions of the following kind: a) Differentiate between digital and analog systems. b) What is the output of following logic circuit? (Explain with the help of boolean expression and truth table) Give Logic circuits c) Which of the following circuits will have high or 1 output? Give circuits d) Write the truth table for following combination of gates. Give combinations e) What arc the criteria of classifying the ICYs? f) Explain the importance of logic gates in our lives. And so on. 2. How did your students perform on the test? What were their difficulties? What moredo you need to do to improve their understanding?

16 Atomic, Nuclear Physics and Electronics $6.9 SOLUTIONS AND ANSWERS SAQs 1. (a) (i) AND (ii) 0 (b) Depends on the circuit you used. 2. Bring your report to the ECP. Terminal Questions 1. Bring the set of problems you designed and some responses of your students to the ECP. a) The digital system is one that processes a Gnite set of data in digital (numeric) form rather than processing continuous variables and is capable of manipulating discrete elements of information. Whereas in analog systems data values show a continuous variation over a broad range. See details in Sec Bring your report to the ECP.

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

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

Digital Logic Circuits

Digital Logic Circuits Digital Logic Circuits Let s look at the essential features of digital logic circuits, which are at the heart of digital computers. Learning Objectives Understand the concepts of analog and digital signals

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

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

UNIT III. Designing Combinatorial Circuits. Adders

UNIT III. Designing Combinatorial Circuits. Adders UNIT III Designing Combinatorial Circuits The design of a combinational circuit starts from the verbal outline of the problem and ends with a logic circuit diagram or a set of Boolean functions from which

More information

Number system: the system used to count discrete units is called number. Decimal system: the number system that contains 10 distinguished

Number system: the system used to count discrete units is called number. Decimal system: the number system that contains 10 distinguished Number system: the system used to count discrete units is called number system Decimal system: the number system that contains 10 distinguished symbols that is 0-9 or digits is called decimal system. As

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

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

ASTABLE MULTIVIBRATOR

ASTABLE MULTIVIBRATOR 555 TIMER ASTABLE MULTIIBRATOR MONOSTABLE MULTIIBRATOR 555 TIMER PHYSICS (LAB MANUAL) PHYSICS (LAB MANUAL) 555 TIMER Introduction The 555 timer is an integrated circuit (chip) implementing a variety of

More information

Module-1: Logic Families Characteristics and Types. Table of Content

Module-1: Logic Families Characteristics and Types. Table of Content 1 Module-1: Logic Families Characteristics and Types Table of Content 1.1 Introduction 1.2 Logic families 1.3 Positive and Negative logic 1.4 Types of logic families 1.5 Characteristics of logic families

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

Aim. Lecture 1: Overview Digital Concepts. Objectives. 15 Lectures

Aim. Lecture 1: Overview Digital Concepts. Objectives. 15 Lectures Aim Lecture 1: Overview Digital Concepts to give a first course in digital electronics providing you with both the knowledge and skills required to design simple digital circuits and preparing you for

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

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

Transistors, Gates and Busses 3/21/01 Lecture # 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!

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

Digital Electronics 8. Multiplexer & Demultiplexer

Digital Electronics 8. Multiplexer & Demultiplexer 1 Module -8 Multiplexers and Demultiplexers 1 Introduction 2 Principles of Multiplexing and Demultiplexing 3 Multiplexer 3.1 Types of multiplexer 3.2 A 2 to 1 multiplexer 3.3 A 4 to 1 multiplexer 3.4 Multiplex

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

Lecture 15 Analysis of Combinational Circuits

Lecture 15 Analysis of Combinational Circuits Lecture 15 Analysis of Combinational Circuits Designing Combinational Logic Circuits A logic circuit having 3 inputs, A, B, C will have its output HIGH only when a majority of the inputs are HIGH. Step

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

LOGIC GATES AND LOGIC CIRCUITS A logic gate is an elementary building block of a Digital Circuit. Most logic gates have two inputs and one output.

LOGIC GATES AND LOGIC CIRCUITS A logic gate is an elementary building block of a Digital Circuit. Most logic gates have two inputs and one output. LOGIC GATES AND LOGIC CIRCUITS 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, every terminal is in one of the two

More information

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02)

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02) 2145230 Aircraft Electricity and Electronics Asst. Prof. Thavatchai Tayjasanant, PhD Email: taytaycu@gmail.com aycu@g a co Power System Research Lab 12 th Floor, Building 4 Tel: (02) 218-6527 1 Chapter

More information

OBJECTIVE TYPE QUESTIONS FOR PRACTICAL EXAMINATION Subject : Electronics-I ( EC 112)

OBJECTIVE TYPE QUESTIONS FOR PRACTICAL EXAMINATION Subject : Electronics-I ( EC 112) OBJECTIVE TYPE QUESTIONS FOR PRACTICAL EXAMINATION Subject : Electronics-I ( EC 112) 1. Which mathematical notation specifies the condition of periodicity for a continuous time signal? a. x(t) = x( t +T)

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

EE19D Digital Electronics. Lecture 1: General Introduction

EE19D Digital Electronics. Lecture 1: General Introduction EE19D Digital Electronics Lecture 1: General Introduction 1 What are we going to discuss? Some Definitions Digital and Analog Quantities Binary Digits, Logic Levels and Digital Waveforms Introduction to

More information

Introduction to Electronics. Dr. Lynn Fuller

Introduction to Electronics. Dr. Lynn Fuller ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING Introduction to Electronics Dr. Lynn Fuller Webpage: http://www.rit.edu/~lffeee 82 Lomb Memorial Drive Rochester, NY 14623-5604 Tel (585) 475-2035

More information

2 Logic Gates THE INVERTER. A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs.

2 Logic Gates THE INVERTER. A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs. 2 Logic Gates A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs. THE INVERTER The inverter (NOT circuit) performs the operation called inversion

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

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

Integrated Circuit: Classification:

Integrated Circuit: Classification: Integrated Circuit: It is a miniature, low cost electronic circuit consisting of active and passive components that are irreparably joined together on a single crystal chip of silicon. Classification:

More information

Process Components. Process component

Process Components. Process component What are PROCESS COMPONENTS? Input Transducer Process component Output Transducer The input transducer circuits are connected to PROCESS COMPONENTS. These components control the action of the OUTPUT components

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

Syllabus for: Electronics for F Y B Sc (Electronics) Semester- 1 (With effect from June 2014) PAPER I: Basic Electrical Circuits

Syllabus for: Electronics for F Y B Sc (Electronics) Semester- 1 (With effect from June 2014) PAPER I: Basic Electrical Circuits Unit I: Passive Devices Syllabus for: Electronics for F Y B Sc (Electronics) Semester- 1 (With effect from June 2014) PAPER I: Basic Electrical Circuits Resistors, Fixed resistors & variable resistors,

More information

Department of Electronics and Communication Engineering

Department of Electronics and Communication Engineering Department of Electronics and Communication Engineering Sub Code/Name: BEC3L2- DIGITAL ELECTRONICS LAB Name Reg No Branch Year & Semester : : : : LIST OF EXPERIMENTS Sl No Experiments Page No Study of

More information

In this lecture we will begin a new topic namely the Metal-Oxide-Semiconductor Field Effect Transistor.

In this lecture we will begin a new topic namely the Metal-Oxide-Semiconductor Field Effect Transistor. Solid State Devices Dr. S. Karmalkar Department of Electronics and Communication Engineering Indian Institute of Technology, Madras Lecture - 38 MOS Field Effect Transistor In this lecture we will begin

More information

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

DIGITAL ELECTRONICS. Methods & diagrams : 1 Graph plotting : - Tables & analysis : - Questions & discussion : 6 Performance : 3

DIGITAL ELECTRONICS. Methods & diagrams : 1 Graph plotting : - Tables & analysis : - Questions & discussion : 6 Performance : 3 DIGITAL ELECTRONICS Marking scheme : Methods & diagrams : 1 Graph plotting : - Tables & analysis : - Questions & discussion : 6 Performance : 3 Aim: This experiment will investigate the function of the

More information

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam MIDTERM EXAMINATION 2011 (October-November) Q-21 Draw function table of a half adder circuit? (2) Answer: - Page

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

Module -18 Flip flops

Module -18 Flip flops 1 Module -18 Flip flops 1. Introduction 2. Comparison of latches and flip flops. 3. Clock the trigger signal 4. Flip flops 4.1. Level triggered flip flops SR, D and JK flip flops 4.2. Edge triggered flip

More information

HIGH LOW Astable multivibrators HIGH LOW 1:1

HIGH LOW Astable multivibrators HIGH LOW 1:1 1. Multivibrators A multivibrator circuit oscillates between a HIGH state and a LOW state producing a continuous output. Astable multivibrators generally have an even 50% duty cycle, that is that 50% of

More information

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS PESIT BANGALORE SOUTH CAMPUS QUESTION BANK BASIC ELECTRONICS Sub Code: 17ELN15 / 17ELN25 IA Marks: 20 Hrs/ Week: 04 Exam Marks: 80 Total Hours: 50 Exam Hours: 03 Name of Faculty: Mr. Udoshi Basavaraj Module

More information

BEE 2233 Digital Electronics. Chapter 1: Introduction

BEE 2233 Digital Electronics. Chapter 1: Introduction BEE 2233 Digital Electronics Chapter 1: Introduction Learning Outcomes Understand the basic concept of digital and analog quantities. Differentiate the digital and analog systems. Compare the advantages

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

OBJECTIVE TYPE QUESTIONS

OBJECTIVE TYPE QUESTIONS OBJECTIVE TYPE QUESTIONS Q.1 The breakdown mechanism in a lightly doped p-n junction under reverse biased condition is called (A) avalanche breakdown. (B) zener breakdown. (C) breakdown by tunnelling.

More information

Name: Class: Date: 1. As more electronic systems have been designed using digital technology, devices have become smaller and less powerful.

Name: Class: Date: 1. As more electronic systems have been designed using digital technology, devices have become smaller and less powerful. Name: Class: Date: DE Midterm Review 2 True/False Indicate whether the statement is true or false. 1. As more electronic systems have been designed using digital technology, devices have become smaller

More information

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS OBJECTIVES : 1. To interpret data sheets supplied by the manufacturers

More information

Chapter 3 Digital Logic Structures

Chapter 3 Digital Logic Structures Chapter 3 Digital Logic Structures Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2): 48 million IBM PowerPC 75FX (22): 38 million IBM/Apple PowerPC

More information

Preface... iii. Chapter 1: Diodes and Circuits... 1

Preface... iii. Chapter 1: Diodes and Circuits... 1 Table of Contents Preface... iii Chapter 1: Diodes and Circuits... 1 1.1 Introduction... 1 1.2 Structure of an Atom... 2 1.3 Classification of Solid Materials on the Basis of Conductivity... 2 1.4 Atomic

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

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

Department of Electrical and Electronics Engineering Logic Circuits Laboratory EXPERIMENT-1 BASIC GATE CIRCUITS

Department of Electrical and Electronics Engineering Logic Circuits Laboratory EXPERIMENT-1 BASIC GATE CIRCUITS 1.1 Preliminary Study Simulate experiment using an available tool and prepare the preliminary report. 1.2 Aim of the Experiment Implementation and examination of logic gate circuits and their basic operations.

More information

Frequently Asked Questions GE6252 BEEE UNIT I ELECTRICAL CIRCUITS AND MEASUREMENTS

Frequently Asked Questions GE6252 BEEE UNIT I ELECTRICAL CIRCUITS AND MEASUREMENTS Frequently Asked Questions GE6252 BEEE UNIT I ELECTRICAL CIRCUITS AND MEASUREMENTS 1. What is charge? 2. Define current. 3. Under what condition AC circuit said to be resonant? 4. What do you meant by

More information

UNIT-IV Combinational Logic

UNIT-IV Combinational Logic UNIT-IV Combinational Logic Introduction: The signals are usually represented by discrete bands of analog levels in digital electronic circuits or digital electronics instead of continuous ranges represented

More information

Electronics. Digital Electronics

Electronics. Digital Electronics Electronics Digital Electronics Introduction Unlike a linear, or analogue circuit which contains signals that are constantly changing from one value to another, such as amplitude or frequency, digital

More information

Digital Electronics Course Objectives

Digital Electronics Course Objectives Digital Electronics Course Objectives In this course, we learning is reported using Standards Referenced Reporting (SRR). SRR seeks to provide students with grades that are consistent, are accurate, and

More information

CHAPTER 6 DIGITAL INSTRUMENTS

CHAPTER 6 DIGITAL INSTRUMENTS CHAPTER 6 DIGITAL INSTRUMENTS 1 LECTURE CONTENTS 6.1 Logic Gates 6.2 Digital Instruments 6.3 Analog to Digital Converter 6.4 Electronic Counter 6.6 Digital Multimeters 2 6.1 Logic Gates 3 AND Gate The

More information

DAV Institute of Engineering & Technology Department of ECE. Course Outcomes

DAV Institute of Engineering & Technology Department of ECE. Course Outcomes DAV Institute of Engineering & Technology Department of ECE Course Outcomes Upon successful completion of this course, the student will intend to apply the various outcome as:: BTEC-301, Analog Devices

More information

IES Digital Mock Test

IES Digital Mock Test . The circuit given below work as IES Digital Mock Test - 4 Logic A B C x y z (a) Binary to Gray code converter (c) Binary to ECESS- converter (b) Gray code to Binary converter (d) ECESS- To Gray code

More information

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months PROGRESS RECORD Study your lessons in the order listed below. Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months 1 2330A Current

More information

DIGITAL CIRCUITS AND SYSTEMS ASSIGNMENTS 1 SOLUTIONS

DIGITAL CIRCUITS AND SYSTEMS ASSIGNMENTS 1 SOLUTIONS DIGITAL CIRCUITS AND SYSTEMS ASSIGNMENTS 1 SOLUTIONS 1. Analog signal varies continuously between two amplitudes over the given interval of time. Between these limits of amplitude and time, the signal

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

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

EXPERIMENT NO 1 TRUTH TABLE (1)

EXPERIMENT NO 1 TRUTH TABLE (1) EPERIMENT NO AIM: To verify the Demorgan s theorems. APPARATUS REQUIRED: THEORY: Digital logic trainer and Patch cords. The digital signals are discrete in nature and can only assume one of the two values

More information

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

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

Introduction (concepts and definitions)

Introduction (concepts and definitions) Objectives: Introduction (digital system design concepts and definitions). Advantages and drawbacks of digital techniques compared with analog. Digital Abstraction. Synchronous and Asynchronous Systems.

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

Digital Design and System Implementation. Overview of Physical Implementations

Digital Design and System Implementation. Overview of Physical Implementations Digital Design and System Implementation Overview of Physical Implementations CMOS devices CMOS transistor circuit functional behavior Basic logic gates Transmission gates Tri-state buffers Flip-flops

More information

EMT 251 Introduction to IC Design

EMT 251 Introduction to IC Design EMT 251 Introduction to IC Design (Pengantar Rekabentuk Litar Terkamir) Semester II 2011/2012 Introduction to IC design and Transistor Fundamental Some Keywords! Very-large-scale-integration (VLSI) is

More information

1.) If a 3 input NOR gate has eight input possibilities, how many of those possibilities result in a HIGH output? (a.) 1 (b.) 2 (c.) 3 (d.) 7 (e.

1.) If a 3 input NOR gate has eight input possibilities, how many of those possibilities result in a HIGH output? (a.) 1 (b.) 2 (c.) 3 (d.) 7 (e. Name: Multiple Choice 1.) If a 3 input NOR gate has eight input possibilities, how many of those possibilities result in a HIGH output? (a.) 1 (b.) 2 (c.) 3 (d.) 7 (e.) 8 2.) The output of an OR gate with

More information

DIGITAL LOGIC CIRCUITS

DIGITAL LOGIC CIRCUITS LOGIC APPLICATIONS DIGITAL LOGIC CIRCUITS Noticed an analogy between the operations of switching devices, such as telephone switching circuits, and the operations of logical connectives What happens when

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

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

Positive and Negative Logic

Positive and Negative Logic Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: IInd Year, Sem - IIIrd Subject: Computer Science Paper No.: IX Paper Title: Computer System Architecture Lecture No.: 4 Lecture Title:

More information

Function Table of an Odd-Parity Generator Circuit

Function Table of an Odd-Parity Generator Circuit Implementation of an Odd-Parity Generator Circuit The first step in implementing any circuit is to represent its operation in terms of a Truth or Function table. The function table for an 8-bit data as

More information

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi.

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi. Introduction Reading: Chapter 1 Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi http://csce.uark.edu +1 (479) 575-6043 yrpeng@uark.edu Why study logic design? Obvious reasons

More information

A SUBSTRATE BIASED FULL ADDER CIRCUIT

A SUBSTRATE BIASED FULL ADDER CIRCUIT International Journal on Intelligent Electronic System, Vol. 8 No.. July 4 9 A SUBSTRATE BIASED FULL ADDER CIRCUIT Abstract Saravanakumar C., Senthilmurugan S.,, Department of ECE, Valliammai Engineering

More information

ANALOGUE AND DIGITAL ELECTRONICS STUDENT S WORKBOOK U3: DIGITAL ELECTRONICS

ANALOGUE AND DIGITAL ELECTRONICS STUDENT S WORKBOOK U3: DIGITAL ELECTRONICS NLOGUE ND DIGITL ELECTRONICS STUDENT S WORKBOOK U3: DIGITL ELECTRONICS Joaquim Crisol Llicència D, Generalitat de Catalunya NILE Norwich, pril of 211 Table of contents Table of contents 3 DIGITL ELECTRONICS....

More information

Unit 3. Logic Design

Unit 3. Logic Design EE 2: Digital Logic Circuit Design Dr Radwan E Abdel-Aal, COE Logic and Computer Design Fundamentals Unit 3 Chapter Combinational 3 Combinational Logic Logic Design - Introduction to Analysis & Design

More information

Basic Electronics SYLLABUS BASIC ELECTRONICS. Subject Code : 15ELN15/25 IA Marks : 20. Hrs/Week : 04 Exam Hrs. : 03. Total Hrs. : 50 Exam Marks : 80

Basic Electronics SYLLABUS BASIC ELECTRONICS. Subject Code : 15ELN15/25 IA Marks : 20. Hrs/Week : 04 Exam Hrs. : 03. Total Hrs. : 50 Exam Marks : 80 SYLLABUS BASIC ELECTRONICS Subject Code : /25 IA Marks : 20 Hrs/Week : 04 Exam Hrs. : 03 Total Hrs. : 50 Exam Marks : 80 Course objectives: The course objective is to make students of all the branches

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

Lab Report: Digital Logic

Lab Report: Digital Logic Lab Report: Digital Logic Introduction The aim of the Digital Logic Lab was to construct a simple 4-bit Arithmetic Logic Unit (ALU) in order to demonstrate methods of using Boolean Algebra to manipulate

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

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-03 SCHEME OF VALUATION Subject Code: 0 Subject: PART - A 0. What does the arrow mark indicate

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

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

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

Analog Electronic Circuits Lab-manual

Analog Electronic Circuits Lab-manual 2014 Analog Electronic Circuits Lab-manual Prof. Dr Tahir Izhar University of Engineering & Technology LAHORE 1/09/2014 Contents Experiment-1:...4 Learning to use the multimeter for checking and indentifying

More information

UNIT E1 (Paper version of on-screen assessment) A.M. WEDNESDAY, 8 June hour

UNIT E1 (Paper version of on-screen assessment) A.M. WEDNESDAY, 8 June hour Candidate Name GCSE 46/0 Centre Number Candidate Number 0 ELECTRONICS UNIT E (Paper version of on-screen assessment) A.M. WEDNESDAY, 8 June 20 hour For s use 46 0000 Total Mark ADDITIONAL MATERIALS Information

More information

SUMMER 13 EXAMINATION Subject Code: Model Answer Page No: / N

SUMMER 13 EXAMINATION Subject Code: Model Answer Page No: / N Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

ELECTRONIC CIRCUITS. Time: Three Hours Maximum Marks: 100

ELECTRONIC CIRCUITS. Time: Three Hours Maximum Marks: 100 EC 40 MODEL TEST PAPER - 1 ELECTRONIC CIRCUITS Time: Three Hours Maximum Marks: 100 Answer five questions, taking ANY TWO from Group A, any two from Group B and all from Group C. All parts of a question

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) SUMMER-16 EXAMINATION Model Answer

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) SUMMER-16 EXAMINATION Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

Laboratory Manual CS (P) Digital Systems Lab

Laboratory Manual CS (P) Digital Systems Lab Laboratory Manual CS 09 408 (P) Digital Systems Lab INDEX CYCLE I A. Familiarization of digital ICs and digital IC trainer kit 1 Verification of truth tables B. Study of combinational circuits 2. Verification

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

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-1 Transistor

More information

Exercise 1: EXCLUSIVE OR/NOR Gate Functions

Exercise 1: EXCLUSIVE OR/NOR Gate Functions EXCLUSIVE-OR/NOR Gates Digital Logic Fundamentals Exercise 1: EXCLUSIVE OR/NOR Gate Functions EXERCISE OBJECTIVE When you have completed this exercise, you will be able to demonstrate the operation of

More information

Electrical, Electronic and Communications Engineering Technology/Technician CIP Task Grid

Electrical, Electronic and Communications Engineering Technology/Technician CIP Task Grid Secondary Task List 100 SAFETY 101 Describe OSHA safety regulations. 102 Identify, select, and demonstrate proper hand tool use for electronics work. 103 Recognize the types and usages of fire extinguishers.

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