Logic Gates.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
Example of Digital Problem  To build a logic circuit of an Alarm System at the office (with one door and one window) that will ring if the door or window.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Lab 6 – Part C2 Circuit for Problem 3.6 p 20. a b s y z = ~s & a w = s & b = ~s & a  s & b b s a ~s w = (b & s ) z = (a & ~s ) y = ~ (z & w) De Morgan’s.
10/25/2004EE 42 fall 2004 lecture 231 Lecture #23 Synthesis Next week: Converting gates into circuits.
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.
Generalized De Morgan’s Theorem Lecture L5.4 Section 5.1.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon TTL Levels.
Logic Circuits In today’s lesson we will look at: the symbols for NOT, AND, OR and EOR using truth tables to represent logic circuits two new operators.
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
F = ∑m(1,4,5,6,7) F = A’B’C+ (AB’C’+AB’C) + (ABC’+ABC) Use X’ + X = 1.
Computer Organization 1 Logic Gates and Adders. Propositions –Venn Diagrams.
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.
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.
+ CS 325: CS Hardware and Software Organization and Architecture Gates and Boolean Algebra Part 2.
Lecture 4 Introduction to Boolean Algebra. Binary Operators In the following descriptions, we will let A and B be Boolean variables and define a set of.
Circuits & Boolean Expressions. A ABC BC ABC C B A Example # 1: Boolean Expression: Develop a Boolean expression from a circuit.
Solid-State Devices & Circuits
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
CHAPTER 5 Combinational Logic Analysis
CEC 220 Digital Circuit Design SOP and POS forms Friday, January 23 CEC 220 Digital Circuit Design Slide 1 of 17.
Assoc. Prof. Dr. Ahmet Turan ÖZCERİT.  Logic gates used in digital electronics  How to use logic gates to implement logic equations You will learn:
Figure S1.1 The Motorola MPC 7400 PowerPC CPU. Figure S1.3 Truth table for INCLUSIVE-OR operation.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
Minute Paper 4/4/04 Z=50+j86.7=100
Logic Gates and Boolean Algebra Introduction to Logic II.
CHAPTER 13 Digital Logic Circuits. Figure Voltage analog of internal combustion engine in-cylinder pressure Figure 13.1.
Hoda Roodaki Boolean Algebra Hoda Roodaki
Dr. Ameria Eldosoky Discrete mathematics
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
De Morgan’s Theorem,.
Transistors and Logic Circuits
Truth Tables and Equivalent Statements
Transistors and Logic Circuits
CHAPTER 2 Boolean Algebra
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
Basic Logical Operations (Fascinating)
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Circuits & Boolean Expressions
Practice #Digital Logic Mr. Burleson
Jeremy R. Johnson Anatole D. Ruslanov William M. Mongan
Chapter 12 : Field – Effect Transistors
Boolean logic in CMOS.
Circuits, Truth Tables & Boolean Algebra
Multi-Level Gate Circuits NAND and NOR Gates
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Chapter 4 Gates and Circuits.
Digital Logic Experiment
Circuits, Truth Tables & Boolean Algebra
Equivalent Statements
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
ECE 352 Digital System Fundamentals
Circuits & Boolean Expressions
The state in a stored-program digital computer
Presentation transcript:

Logic Gates

A Logic Gate and its Truth Table

A Logic Gate and its Truth Table

A Logic Gate and its Truth Table

A Logic Gate and its Truth Table

A Logic Gate and its Truth Table

A Logic Circuit

A Logic Circuit To show that these two circuits have equivalent functions let us simplify the function F=AB’C+ABC+(C+D)(D’+E) F=AB’C+ABC+(C+D)(D’+E)=A(B’+B)C+CD’+CE+DD’+DE= =AC+CD’+CE+DE=C(A+D’+E)+DE

Additional Logic Gates Symbols

Completeness of NAND Logic Gates

Completeness of NOR Logic Gates

From Transistors to Logic Gates

From Transistors to Logic Gates

De Morgan’s Laws Two complementary laws yield equivalent functions: (ABC)’=A’+B’+C’ (A+B+C)’=A’B’C’