SYEN 3330 Digital SystemsJung H. Kim Chapter 2-1 1 SYEN 3330 Digital Systems Chapter 2 – Part 1.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

CDA 3100 Recitation Week 10.
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapters 4 – Part3: Verilog – Part 1.
SYEN 3330 Digital SystemsJung H. Kim 1 SYEN 3330 Digital Systems Chapter 6 – Part 1.
SYEN 3330 Digital SystemsJung H. Kim Chapter5-1 1 SYEN 3330 Digital Systems Chapter 5 – Part 1.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 -Part 2.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
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.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Digital Electronics Understanding truth tables. AND gate How many lines did a 2-input AND gate truth table have? ABZ (output) Answer:4.
Chapter 2: Binary logic OCR Computing for GCSE © Hodder Education 2011.
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
SYEN 3330 Digital SystemsJung H. Kim 1 SYEN 3330 Digital Systems Chapter 9 – Part 2.
CS151 Introduction to Digital Design Chapter 2: Combinational Logic Circuits Lecture 5: Binary Logic and Gates.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
SYEN 3330 Digital SystemsJung H. Kim 1 SYEN 3330 Digital Systems Chapter 6 – Part 4.
SYEN 3330 Digital SystemsJung H. Kim 1 SYEN 3330 Digital Systems Chapter 7 – Part 2.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 4 -Part 1.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Multiplexers.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
ECE 2110: Introduction to Digital Systems
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
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.
1 Digital Logic Design (41-135) Chapter 6 Combinational Circuit Building Blocks Younglok Kim Dept. of Electrical Engineering Sogang University Spring 2006.
Logic Gates Digital Logic Design. What is a logic gate? A switch with an output that will only turn on when inputs are in particular positions.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
SYEN 3330 Digital SystemsJung H. Kim Chapter 3 1 SYEN 3330 Digital Systems Chapter 3.
Chapter 3 Digital circuits. 3.1 Logic signals - Gates Binary system : (binary bits or digits) - 0 & 1 - LOW & HIGH - Negated and Asserted.
Table 2.1 Postulates and Theorems of Boolean Algebra
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Lab02 :Logic Gate Fundamentals:
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Chapter 2.3 Binary Logic.
Overview Part 1 – Gate Circuits and Boolean Equations
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Decoders.
Karnaugh Maps (K-Maps)
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
Function Notation “f of x” Input = x Output = f(x) = y.
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
Table 2.1 Postulates and Theorems of Boolean Algebra
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
Logic Gates Truth Table Challenge
Combinational Circuits
Binary Logic.
Table 1.1 Powers of Two.
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
XOR Function Logic Symbol  Description  Truth Table 
Logic and Logic Gates Ian Gover Education Technology Adviser
Reference: Moris Mano 4th Edition Chapter 5
Instructor: Alexander Stoytchev
Logic Gates By: Asst Lec. Besma Nazar Nadhem
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Lesson 3.3 Writing functions.
Presentation transcript:

SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1

SYEN 3330 Digital Systems Chapter Binary Logic and Gates

SYEN 3330 Digital Systems Chapter Binary Variables

SYEN 3330 Digital Systems Chapter Logical Operations

SYEN 3330 Digital Systems Chapter Notation Examples

SYEN 3330 Digital Systems Chapter Operator Definitions AND 0  0 = 0 0  1 = 0 1  0 = 0 1  1 = 1 OR = = = = 1 NOT 0 = 1 1 = 0 Operations are defined on the values "0" and "1" for each Operator:

SYEN 3330 Digital Systems Chapter Truth Tables Truth tables list the output of a function for all possible inputs: AND xy z = x  y

SYEN 3330 Digital Systems Chapter Logic Gates

SYEN 3330 Digital Systems Chapter Logic Gate Symbols