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:

Slides:



Advertisements
Similar presentations
ENGIN112 L7: More Logic Functions September 17, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 7 More Logic Functions: NAND, NOR,
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
Lecture 6 More Logic Functions: NAND, NOR, XOR and XNOR
Programming Logic Gate Functions in PLCs
Chapter3: Gate-Level Minimization Part 2
CS 121 Digital Logic Design
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Module 8.  In Module 3, we have learned about Exclusive OR (XOR) gate.  Boolean Expression AB’ + A’B = Y also A  B = Y  Logic Gate  Truth table ABY.
Boolean Algebra and Logic Gate
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
Relationship Between Basic Operation of Boolean and Basic Logic Gate The basic construction of a logical circuit is gates Gate is an electronic circuit.
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.
Number Systems & Logic Gates Day 2. Octal Number System Base (Radix)8 Digits0, 1, 2, 3, 4, 5, 6, 7 e.g = =648 1 =88 0 =1 The digit.
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
1 Boolean Algebra & Logic Gates. 2 Objectives Understand the relationship between Boolean logic and digital computer circuits. Learn how to design simple.
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.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Exclusive OR Gate. Logically, the exclusive OR (XOR) operation can be seen as either of the following operations:exclusive OR (XOR) 1. A AND NOT B OR.
LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.
LOGIC CIRCUIT IMPLEMENTATION
CS 1110 Digital Logic Design
1 EG 32 Digital Electronics Thought for the day You learn from your mistakes..... So make as many as you can and you will eventually know everything.
1 EENG 2710 Chapter 2 Algebraic Methods For The Analysis and Synthesis of Logic circuits.
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
Logic Gates. A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and one output. At any given moment,
Module 7.  In Module 3 we have learned about NAND gate – it is a combination of AND operation followed by NOT operation  Symbol A. B = Y  Logic Gate.
The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. The Inverter AX.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
Logic Gates and Boolean Algebra Introduction to Logic II.
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
Digital Logic Design Ch1-1. Digital Logic Design Ch1-2 Introduction to digital logic (logic gates, flip-flops, circuits) Definition of Digital Logic 
Logic gates.
Eng. Mai Z. Alyazji October, 2016
Logic Gates and Boolean Algebra
ECE 331 – Digital System Design
Logic Gates.
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Schematics 201 Lecture Topic: Electrical Symbols
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Logic Gates.
Chapter 4 Gates and Circuits.
Truth tables Mrs. Palmer.
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Eng. Ahmed M Bader El-Din October, 2018
Logic Gates By: Asst Lec. Besma Nazar Nadhem
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Presentation transcript:

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: 1 or 0  logic operators  3 basic logical operators representing 3 basic logical operations: AND, OR and NOT  The overall equation made up a Boolean Equation A + B = Y

 Logic gates are electronic circuits that operate on one or more binary input signals to produce a binary output signal.  Each logic gate represents a single processing unit that performs binary logic operations

 Truth table is a table of all possible combinations of the input binary variables  If there are n input variables, there are in total 2 n possible combination  Truth tables show the relationship between the input binary values that the output binary result of the operation

 Timing diagram is a graphical representation that describe the relationship between input(s) and output signals in a digital circuit system.  In actual implementation, the input and output signals are electrical signals that can be categorized into binary logic state of 1 or 0 based the defined range of voltages associated with each state.  Input signal can either static (e.g. logic state 0 if grounded) or dynamic (e.g. if received input from flip flops)

 Symbol dot or none  Boolean Equation A. B = Y or AB = Y  Output variable is 1 if all input variables is 1  Logic Gate  Truth table ABY

 Boolean Equation A. B. C = Y  Logic Gate  Truth table ABCY

 Symbol plus  Boolean Equation A + B = Y  Output variable is 1 if any input variables is 1  Logic Gate  Truth table ABY

 Boolean Equation A + B + C = Y  Logic Gate  Truth table ABCY

 Symbol prime or overbar A = Y or A’ = Y  Output variable is always opposite of input variable  Logic Gate  Truth table AY 01 10

 A combination of AND operation followed by NOT operation  Symbol A. B = Y or AB = Y  Logic Gate  Truth table ABY

 A combination of OR operation followed by NOT operation  Symbol A + B = Y  Logic Gate  Truth table ABY

 Exclusive OR (XOR)  Symbol   Boolean Expression AB’ + A’B = Y  Logic Gate  Truth table ABY

 Exclusive NOR (XNOR)  Symbol (A  B)’  Boolean Expression AB + A’B’ = Y  Logic Gate  Truth table ABY

 Digital circuits are more frequently constructed with NAND or NOR gates rather than with AND or OR gates.  The main reason behind this is that NAND and NOR gates are easier to fabricate with electronic components.

 Exclusive OR gates are often used for error detection and correction purposes.  This is done by using XOR gates in building the parity generator and checker digital logic circuits.

End of Module 3