4. Electrons and electronics 4.5 Digital electronics.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Logic Gates. Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate XOR Gate.
6/16/2004P.B-Dr M.A.kashem(CS&E- 221,TLDD2) 1 CSE-221 Digital Logic Design (DLD) Lecture-2: Logic Operations & Digital Logic Gates.
Computer ArchitectureFall 2008 © August 20 th, Introduction to Computer Architecture Lecture 2 – Digital Logic Design.
Boolean Algebra and Truth Table The mathematics associated with binary number system (or logic) is call Boolean: –“0” and “1”, or “False” and “True” –Calculation.
Logic Gates Circuits to manipulate 0’s and 1’s. 0’s and 1’s used for numbers Also to make decisions within the computer. In that context, 1 corresponds.
Engineering Lecture 3 Digital Electronics by Jaroslaw Karcz.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
Chapter 3 Digital Logic Structures. 3-2 Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2000):
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Lecture 17: Digital Design Today’s topic –Intro to Boolean functions Reminders –HW 4 due Wednesday 10/8/2014 (extended) –HW 5 due Wednesday 10/15/2014.
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
Logic Gates & Boolean Algebra Chin-Sung Lin Eleanor Roosevelt High School.
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
Digital Logic Design Week 3
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
Boolean Algebra and Computer Logic Mathematical Structures for Computer Science Chapter 7.1 – 7.2 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Boolean.
Daily Sprint 1)A water tank is filled with 2000 gallons of water. Each day, 4% of the water evaporates. No water is added to the tank. To the nearest gallon,
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
LOGIC GATES.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Linear Algebra. Circuits The circuits in computers and other input devices have inputs, each of which is either a 0 or 1, the output is also 0s and 1s.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
Logic Gates & Boolean Algebra Chin-Sung Lin Eleanor Roosevelt High School.
CHAPTER 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
BOOLEAN ALGEBRA LOGIC GATES. Introduction British mathematician George Boole( ) was successful in finding the link between logic and mathematics.
Combinational Logic Logic gates. and, or, not Derived gates. nand, nor, xor John F. Wakerly – Digital Design. 4 th edition. Chapter 4.
Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
Boolean Algebra and Computer Logic Mathematical Structures for Computer Science Chapter 7 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Boolean Logic.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
Boolean Algebra & Logic Gates
Draw input and output characteristic of a transistor in CB mode
Logic Gates & Boolean Algebra
Logic Gates.
ECE 331 – Digital System Design
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Computer Science 210 Computer Organization
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Schematics 201 Lecture Topic: Electrical Symbols
JC Technology Logic Gates.
Logic Gates.
SOLIDS AND SEMICONDUCTOR DEVICES - IV
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
GCSE Computer Science – Logic Gates & Boolean Expressions
DIGITAL ELECTRONICS B.SC FY
Combinational Circuits
Logic Gates Logic Gates Gateway To Technology
Reference: Moris Mano 4th Edition Chapter 5
Truth tables Mrs. Palmer.
Department of Electronics
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Logic Gates AIM: To know the different types of logic gate
What are Logic Gates?.
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Course Title : Digital Electronics -1 Course No.: 6841 Course Teacher:Engr: Suvadra Chowdhury Chief Instructor Chittagong Mohila –Polytechnic Institute.
Presentation transcript:

4. Electrons and electronics 4.5 Digital electronics

Digital electronics 1. Analog signals: The electrical signals which are continuous and which can have any value over a given range are called analog signals. In an analog signal, the values of current or voltage vary continuously with time.

Digital electronics 2. Digital signal: A digital signal is a discontinuous function of time. It has two discrete values or voltage levels 0 and 1.The zero refers to some low value while 1 refers to some high value.

Digital electronics Analog watchDigital watch

Digital electronics 3. What is logic? Logic is a form of reasoning which tells us whether a statement is true or false when certain conditions are true or false. Eg: 1.AND operation 2.OR operation 3.NOT operation

Digital electronics  Electrical analog of AND operation

Digital electronics  Electrical analog of OR operation

Digital electronics  Electrical analog of NOT operation

Digital electronics 4. Logic circuit: A logic circuit is an electronic circuit, which represents a logic function.  Digital instruments use logic circuits to measure a quantity and then display it in a numerical reading form.

Digital electronics  Logic gate : A logic gate is an electronic circuit with one or more inputs and only one output. There are three basic logic gates 1. OR gate 2. AND gate and 3. NOT gate

Digital electronics  Truth table: A table which gives all the possible combinations of input variables and the corresponding output for a logic gate is called a Truth table.

Digital electronics  The OR gate An OR gate has two input signals and only one output signal. The logic symbol of a two input OR gate is shown in the figure Output Y = A + B

Digital electronics

 The AND gate: The AND gate has two or more inputs and only one output. It is a circuit whose output is one if and only if all the inputs are one.

Digital electronics Output Y = A B

Digital electronics  The NOT gate: A NOT gate has only one input and one output. It is a device whose output is always the complement of the input i.e. the output of a NOT gate is one when its input is zero and vice-versa.

Digital electronics

UNIVERSAL GATES By combining the three basic gates a large number of gates can be obtained. Hence these three gates are called Universal gates.

Digital electronics  NAND gate: If the output of an AND gate is connected to the input of a NOT gate, the resultant gate so obtained is known as NAND gate. NAND is the abbreviation for NOT-AND

Digital electronics  NAND gate

Digital electronics  NOR gate: When the output of an OR gate is connected to the input of a NOT gate the resultant combination is known as a NOR gate. NOR is the abbreviation for NOT-OR.

Digital electronics NOR gate

Digital electronics  NOT gate using NAND gate

Digital electronics  OR gate using NAND gates This is same as

Digital electronics  The OR gate is the NAND gate with the inputs inverted

Digital electronics This same as AND gate using NAND gate

Digital electronics  NAND-NOT = AND

Digital electronics  NOR gate using NAND gates

Digital electronics  This completes the description of the basic logic gates. These gates can be combined to make the larger circuits needed to make a computer processor. These larger circuits are multiplexors (data selectors), registers, the adder, and the logic that controls the computer.