Agenda Lecture Content: Combinatorial Circuits Boolean Algebras

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
Computer Systems – Logic Gates Introduce the basic logic gates Introduce truth tables Introduce Boolean algebra (dont panic!) Examples of combining gates.
topics Logic gates Gates types Universal gates
ECE 2373 Modern Digital System Design Exam 2. ECE 2372 Exam 2 Thursday March 5 You may use two 8 ½” x 11” pages of information, front and back, write.
A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Lecture 8 Topics –Switch –Transistor –CMOS transistor –Logic gates AND, OR, NOT Universal gates: NAND, NOR XOR.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
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.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
DeMorgan Theorem, Computer Simulation Exercises
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
CPS3340 COMPUTER ARCHITECTURE Fall Semester, /05/2013 Lecture 4: Basics of Logic Design Instructor: Ashraf Yaseen DEPARTMENT OF MATH & COMPUTER.
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.
Lecture 22: 11/19/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
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 Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
CHAPTER 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
Logic Gates M. AL-Towaileb1. Introduction Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device.
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
Logic Gates and Boolean Algebra Introduction to Logic II.
Logic Gates Learning Objectives Learn that there is a one-to-one relationship between logic gates and Boolean expressions Learn how logic gates are combined.
Computer Architecture & Operations I
Computer Architecture & Operations I
Digital Logic.
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Morgan Kaufmann Publishers
Eng. Mai Z. Alyazji October, 2016
ECE 331 – Digital System Design
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
EI205 Lecture 5 Dianguang Ma Fall 2008.
CHAPTER 3 SETS AND BOOLEAN ALGEBRA
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Dr. Clincy Professor of CS
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Logic Gates L Al-zaid Math110.
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Schematics 201 Lecture Topic: Electrical Symbols
Universal gates.
Digital Logic & Design Lecture 05
CS Chapter 3 (3A and ) Part 3 of 8
Logic Gates.
Lecture 20: Combinatorial Circuits I
Logic Gates.
KS4 Electricity – Electronic systems
CS Chapter 3 (3A and ) – Part 2 of 5
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 Dr.Halimah Alshehri.
Chapter 4 Gates and Circuits.
Chapter 2 Gates.
Design of Digital Circuits Lab 1 Supplement: Drawing Basic Circuits
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Boolean Algebra and Gate Networks
Basic Logic Operations
Eng. Ahmed M Bader El-Din October, 2018
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Introduction to Logic diagrams and truth tables
What are Logic Gates?.
Presentation transcript:

Agenda Lecture Content: Combinatorial Circuits Boolean Algebras Exercise & Review

Combinatorial Circuits

Combinatorial Circuits Computers / Electronic devices circuits: Input: 0 or 1 Output: 0 or 1 Circuits can be constructed using any basic element that has two different states. Combinatorial circuits have no memory  previous inputs and the states of the system do not affect the output of a combinatorial circuit. Combinatorial circuits can be constructed using solid-state devices, called gates.

Gates Input and output of electronic devices: {0,1} Gates: the basic elements of a circuit Utilize gates to design circuits that perform a variety of task

Gates Inverter OR gate AND gate XOR gate NAND gate NOR gate Multiple input gate

Gates x  y x  y x  y  z  … x  y  z  …

Logic Table of Gates

Combinatorial Circuits

How to draw the inputs

Interconnecting Combinatorial Circuits

Combinatorial Circuits and Boolean Expression Combinatorial circuits can be represented by a Boolean expression. y = (x1  x2)  x3 is a Boolean expression expression

Combinatorial Circuits and Boolean Expression Find the combinatorial circuits for the following boolean expressions: y = (x1  (x2  x3 ))  x2

Combinatorial Circuits and Boolean Expression

Logic Table

Write the Boolean Expression

Equivalent Combinatorial Circuits Two combinatorial circuits are equivalent, if they have identical outputs for given identical inputs (they have identical logic tables).

Equivalent Combinatorial Circuits