Wrap-Up. Goals Introduce fundamental concepts – Binary numbers – Addition/Subtraction – Boolean Algebra Hardware correlation – Logic gates – Logic reduction.

Slides:



Advertisements
Similar presentations
EET 1131 Unit 5 Boolean Algebra and Reduction Techniques
Advertisements

Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
1 Homework Reading –Tokheim, Section 5-10, 7-4 Machine Projects –Continue on MP4 Labs –Continue labs with your assigned section.
ENEE 408C Lab Capstone Project: Digital System Design Spring 2006 Class Web Site:
Digital Fundamentals Floyd Chapter 4 Tenth Edition
CSE 171 Introduction to Digital Logic and Microprocessors Prof. Richard E. Haskell 115 Dodge Hall.
EE365 Adv. Digital Circuit Design Clarkson University Lecture #1 Course Outline Number Systems.
EET 1131 Unit 5 Boolean Algebra and Reduction Techniques
Digital Fundamentals with PLD Programming Floyd Chapter 4
Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems.
Boolean Algebra and Logic Simplification
Dept. of Computer Science Engineering Islamic Azad University of Mashhad 1 Computer System Architecture Dept. of Computer Science Engineering Islamic Azad.
Lecture 0 Digital Electronics Fundamentals Computer Architecture and System Software There are 10 kinds of people in this world – those who understand.
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.
Lecture #1 Page 1 ECE 4110– Digital SystemDesign.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
CS 311: Computer Organization
EEE2243 Digital System Design Chapter 1: Combinational Logic Recap by Muhazam Mustapha, January 2011.
ECEN 248: INTRODUCTION TO DIGITAL DESIGN
9/15/09 - L27 CountersCopyright Joanne DeGroat, ECE, OSU1 Final Exam Review Exam Time: MONDAY o dark 30 7:30AM this room.
40551 Logic Synthesis Optimization Dr. Yaser M. Agami Khalifa Fall 2004 Lecture # 1.
EL 3101 EL310 Hardware Description Languages Spring 2015 Instructor: Ilker Hamzaoglu Teaching Assistant: Ercan Kalalı Web Site:
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
Digital System Design Pradondet Nilagupta Department of Computer Engineering.
CS/EE 3700: Fundamentals of Digital System Design Chris J. Myers Spring
CSE 171 Introduction to Digital Logic and Microprocessors Prof. Richard E. Haskell 115 Dodge Hall.
ENEE244-02xx Digital Logic Design Lecture 3. Announcements Homework 1 due next class (Thursday, September 11) First recitation quiz will be next Monday,
CSE 140, Lecture 2 Combinational Logic
التحليل والتصميم المنطقي DIGITAL DESIGN Instructor : Khalil Alsulbi Mobile : Room : 217.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
ENEE244-02xx Digital Logic Design Lecture 12. Announcements HW4 due today HW5 is up on course webpage. Due on 10/16. Recitation quiz on Monday, 10/13.
+ CS 325: CS Hardware and Software Organization and Architecture Gates and Boolean Algebra Part 3.
Discrete Mathematics ( 離散數學 ) Ming-Jer Tsai. Outline What is Discrete Mathematics? Why learn Discrete Mathematics? What will be taught in the class? How.
CEC 220 Digital Circuit Design Wednesday, January 7 CEC 220 Digital Circuit Design Slide 1 of 12.
Chapter 2 Boolean Algebra and Minimization Techniques.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
DKT 122/3 - DIGITAL SYSTEM I Chapter 4A:Boolean Algebra and Logic Simplification) Mohd ridzuan mohd nor
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
ENGG 340 Midterm Review. Introduced the Concept of Variables and Functions Introduced the Concept of AND, OR, and NOT Introduced the Concept of Truth.
Digital Design Lecture 8 Combinatorial Logic (Continued)
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
DIGITAL ELECTRONICS. Everything in digital world is based on binary system. Numerically it involves only two symbols 0 or 1. –0 = False = No –1 = True.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 0: Introduction Mohd ridzuan mohd nor
1 COMP541 First Midterm Test Feb 22, :15pmSN006 Vishal will be present.
MULTI-LEVEL GATE CIRCUITS / NAND AND NOR GATES
The start of a long and hopefully fruitful path
NAND as a complete system and Karnaugh Maps
Homework Reading Machine Projects Labs
CHAPTER 1 : INTRODUCTION
Computer Architecture Syllabus
Logic and Computer Design Fundamentals
Instructor: Alexander Stoytchev
Karnaugh Maps (K-Maps)
Instructor: Alexander Stoytchev
ECE 616 Advanced FPGA Designs
lecturer | ASIC design engineer
Instructor: Alexander Stoytchev
Instructor: Alexander Stoytchev
Week 7: Gates and Circuits: PART II
CSE 171 Introduction to Digital Logic and Microprocessors
Homework Reading Tokheim, Section 5-10, 7-4.
Instructor: Alexander Stoytchev
Chapter 10.3 and 10.4: Combinatorial Circuits
Discussion D5.1 Section Sections 13-3, 13-4
Digital Fundamentals Floyd Chapter 4 Tenth Edition
Instructor: Alexander Stoytchev
Instructor: Alexander Stoytchev
Chapter 2 Gates.
Instructor: Alexander Stoytchev
Presentation transcript:

Wrap-Up

Goals Introduce fundamental concepts – Binary numbers – Addition/Subtraction – Boolean Algebra Hardware correlation – Logic gates – Logic reduction via Karnaugh map Applications of Digital Logic Design – Error detection and correction – Binary arithmetic(addition, subtraction and multiplication) Interaction with students in the microprocessor class

Final Grade Final Project: 15 % Quizzes: 30% Attendance: 10 % Final: 25 % Homework: 20 %

Final On 5/10 (Thursday) from 2 p.m. to 3:50 p.m. Topics: – Boolean algebra: DeMorgan’s theorem! – Karnaugh map – Sum of products algorithm – Binary addition/subtraction and multiplication – Error detection/correction – Emphasis on materials covered after Quiz 1

Context

Sequel

ES210 Same textbook Topics: – Hardware description language (e.g. Verilog, section 3.10) – Verilog model of combinatorial circuits (Section 4.12) – Chapter 5, 6 and 7 Lab – FPGA (field-programmable logic array)