MTE3 on , Tuesday 9:00-10:15, 10:30-11:45 AM 414W - PAB

Slides:



Advertisements
Similar presentations
Switching circuits Composed of switching elements called “gates” that implement logical blocks or switching expressions Positive logic convention (active.
Advertisements

Introduction to Logic Circuits
Figure 4.1. The function f (x1, x2, x3) =  m(0, 2, 4, 5, 6).
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.
Lecture 20, Slide 1EECS40, Fall 2004Prof. White Lecture #20 ANNOUNCEMENT Midterm 2 Thursday Nov. 18, 12:40 – 2:00 pm A-L initials in F295 Haas Business.
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.
Combinational Logic Discussion D2.5. Combinational Logic Combinational Logic inputsoutputs Outputs depend only on the current inputs.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
Boolean Algebra and Logic Simplification
The NAND gate as a universal gate Logic function NAND gate only AA A B A.BA.B A B A+B A B A B A B A A A B A.BA.B B A A B A B A B.
Chapter 2: Fundamentals of Digital Electronics Dr Mohamed Menacer Taibah University
Digital Electronics Lecture 4 Simplification using Boolean Algebra, Combinational Logic Circuit Design.
Digital Electronics Lecture 6 Combinational Logic Circuit Design.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Circuit Simplification Truth Table  Minimized Logic Gates.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
Figure 4–1 Application of commutative law of addition. Thomas L. Floyd Digital Fundamentals, 9e Copyright ©2006 by Pearson Education, Inc. Upper Saddle.
Boolean Algebra and Reduction Techniques
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.
Designing Combinational Logic Circuits
THE K-MAP.
ENGG 340 Midterm Review. Introduced the Concept of Variables and Functions Introduced the Concept of AND, OR, and NOT Introduced the Concept of Truth.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 4A:Boolean Algebra and Logic Simplification) Mohd ridzuan.
Combinational Logic Analysis. Basic Combinational Logic Circuits AND-OR logic AND-OR logic AND-OR logic produces an SOP expression. AND-OR logic produces.
NAND, NOR, and EXOR (more primitive logical gates) CS Computer Architecture David Mayer.
Logic Gates and Boolean Algebra Introduction to Logic II.
Lecture 21: Combinatorial Circuits II Discrete Mathematical Structures: Theory and Applications.
Logic Gates, Boolean Algebra and Karnaugh Maps. Challenge! By the end of todays session can you complete the following?
Circuits, Truth Tables & Boolean Algebra. Expressions Can describe circuits in terms of Boolean expression.
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
Combinational Design, Part 2: Procedure. 2 Topics Positive vs. negative logic Design procedure.
Lecture 1 Gunjeet kaur Dronacharya group of institutions.
FIGURE 3.1 Two-variable K-map
Eng. Mai Z. Alyazji October, 2016
ECE 3130 Digital Electronics and Design
Logic gates Boolean Algebra
Logic Gates, Boolean Algebra and Karnaugh Maps
Logic Gates.
Exclusive OR Gate.
Digital Logic.
Digital Logic Design 1st Exam Solution
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
NAND Gate Truth table To implement the design,
ECE 434 Advanced Digital System L03
Karnaugh Maps (K-Maps)
Schematics 201 Lecture Topic: Electrical Symbols
Circuit Design Process
Waveforms & Timing Diagrams
JC Technology Logic Gates.
Logic Gates.
Reading: Hambley Ch. 7 through 7.5
KS4 Electricity – Electronic systems
Circuit Design Process
13 Digital Logic Circuits.
ECB2212-Digital Electronics K-Map
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Lecture 9 Logistics Last lecture Last last lecture Today
Chapter 10.3 and 10.4: Combinatorial Circuits
Logic Gates Dr.Halimah Alshehri.
This chapter in the book includes: Objectives Study Guide
Karnaugh Maps (K maps).
Principles & Applications
Eng. Ahmed M Bader El-Din October, 2018
What are Logic Gates?.
Circuit Simplification and
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Reading: Hambley Ch. 7 through 7.5
Presentation transcript:

MTE3 on 11.04.2017, Tuesday 9:00-10:15, 10:30-11:45 AM 414W - PAB Paper based, open book and open electronic devices. Desirable to have pencils and erasers. Need logic design handouts 1 – 4 inclusive Based 70% on LD assignment 1 No requirement to use Logisim simulator and also no restriction to use it. The next slides show the possible question types of the examination.

Circuit synthesis The circuit has 4 input variables A, B, C, D and gives logical F=1 on its output when the hexadecimal values of four variables are correspondingly equal to: 0x0 or 0x1 or 0x2 or 0x3 a. Create the truth table of the circuit. (10%) b. Create the formula of the circuit. (10%) c. Minimize the circuit (formula) 1. By Karnaugh map (10%) 2. By Boolean Algebra (show all steps) (20%) d. Create a schematic of the minimized circuit using AND, OR, NOT gates. Use as less amount of gates as possible. (20%) e. Create another schematic where implement the minimized circuit only on 2 input NAND gates. Show all the steps of formula transformation (30%)

Circuit analyze: Y = ab + cd Show a case of the timing diagram with ideal signals where we can see the propagation delay for this circuit. Y = ab + cd