Assignments The submission has to be by the end of this week Write your full name and the group number on the answer sheet.

Slides:



Advertisements
Similar presentations
Combinational Circuits
Advertisements

Prof. Sin-Min Lee Department of Computer Science
التصميم المنطقي Second Course
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.
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
Chapter 3 Continued Logic Gates Logic Chips Combinational Logic Timing Sequential Logic Flip Flops Registers Memory State Machines.
Combinational Logic Building Blocks
Combinational Logic1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Chapter 3 Combinational Logic Design
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
1 Sequential Circuits Registers and Counters. 2 Master Slave Flip Flops.
CS 105 Digital Logic Design
ECE 3130 – Digital Electronics and Design Lab 3 Multiplexers, Parity Generators, and Boolean functions using MUX Fall 2012 Allan Guan.
ReVieW Combinational & Sequential Logic Circuit EKT 221 / 4 DIGITAL ELECTRONICS II.
Introduction to Digital Logic Design Appendix A of CO&A Dr. Farag
Boolean Algebra and Digital Logic
Outline Analysis of Combinational Circuits Signed Number Arithmetic
Sahar Mosleh PageCalifornia State University San Marcos 1 Multiplexer, Decoder and Circuit Designing.
Combinational Logic. Outline 4.1 Introduction 4.2 Combinational Circuits 4.3 Analysis Procedure 4.4 Design Procedure 4.5 Binary Adder- Subtractor 4.6.
MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5) Dr. Costas Kyriacou and Dr. Konstantinos Tatas ACOE161 - Digital Logic.
1.Overview of Course Objective 2.Details of course website, BLOG 3.Details of Syllabus 4.Recommended Books 5.Details of Lab Sessions 6.Introductory concepts.
WEEK #9 FUNCTIONS OF COMBINATIONAL LOGIC (DECODERS & MUX EXPANSION)
9/15/09 - L15 Decoders, Multiplexers Copyright Joanne DeGroat, ECE, OSU1 Decoders and Multiplexer Circuits.
1 Lecture #12 EGR 277 – Digital Logic Synchronous Logic Circuits versus Combinational Logic Circuits A) Combinational Logic Circuits Recall that there.
Department of Computer and IT Engineering University of Kurdistan Computer Architecture (Review of Digital Design) By: Dr. Alireza Abdollahpouri.
Chap 2. Combinational Logic Circuits
Computer Architecture and Organization Unit -1. Digital Logic Circuits – Logic Gates – Boolean Algebra – Map Simplification – Combinational Circuits –
ES 244: Digital Logic Design Chapter 2 Chapter 2: Combinational Systems Adapted from Alan Marcovitz’s Introduction to Logic and Computer Design Uchechukwu.
1 Digital Logic Design Week 5&6 cont’d Revision for Quiz 2/Exam.
1 CS 151: Digital Design Chapter 3: Combinational Logic Design 3-1Design Procedure CS 151: Digital Design.
ECE 320 Homework #4 1. Using 8 data input selector logic (MUX), implement the following two functions: a) F(A,B,C)=S 0 S 2 S 3 S 5 b) F(A,B,C,D)=P 0 +P.
Combinational Circuit Design. Digital Circuits Combinational CircuitsSequential Circuits Output is determined by current values of inputs only. Output.
Company LOGO Edit your slogan here DKT 122/3 DIGITAL SYSTEM 1 WEEK #8 FUNCTIONS OF COMBINATIONAL LOGIC (ENCODER & DECODER, MUX & DEMUX)
Digital Design Lecture 8 Combinatorial Logic (Continued)
Multiplexers & Decoders By: Jason Pitts CS 147 Spring 2010.
Logic Design (CE1111 ) Lecture 4 (Chapter 4) Combinational Logic Prepared by Dr. Lamiaa Elshenawy 1.
CSE260 Revision Final. MSI a) Implement the following function with 8:1 mux F(A,B,C,D) =∑(0,1,3,4,8,9,15) b) Construct AND, OR and NOT gates using 2:1.
MSI Circuits.
Combinational Logic Weiqiang Sun. A brief review Logic gates Logic gates AND, OR, NOT AND, OR, NOT NAND, NOR, XOR, XNOR NAND, NOR, XOR, XNOR Boolean algebra.
This chapter in the book includes: Objectives Study Guide
Chap 3. Combinational Logic Design
This chapter in the book includes: Objectives Study Guide
DIGITAL LOGIC CIRCUITS
Questions Describe the following gates
Instructor: Alexander Stoytchev
Multiplexer.
Part 4 Combinational Logic.
Combinational Functions and Circuits
Digital Logic Design 1st Exam Solution
Combinational Circuit Design
CSNB163 Digital Logic Design
Computer Architecture CST 250
DIGITAL LOGIC CIRCUITS
This chapter in the book includes: Objectives Study Guide
ECET 105 Innovative Education--snaptutorial.com
Digital Design Fundamentals
Basics Combinational Circuits Sequential Circuits Ahmad Jawdat
Karnaugh Maps (K-Maps)
FIGURE 4.1 Block diagram of combinational circuit
HALF ADDER FULL ADDER Half Subtractor.
Ch 4. Combinational logic
Instructor: Alexander Stoytchev
13 Digital Logic Circuits.
ECB2212-Digital Electronics K-Map
Adders and Subtractors
Instructor: Alexander Stoytchev
Chapter-4 Combinational Logic
Digital System Design Combinational Logic
LOGIC Circuits.
Chapter5: Synchronous Sequential Logic – Part 3
Presentation transcript:

Assignments The submission has to be by the end of this week Write your full name and the group number on the answer sheet

1-Given the Boolean function F = xy’z + x’y’z + w’xy + wx’y + wxy (a) Obtain the truth table of the function. (b) Draw the logic diagram using the original Boolean expression. (c) Simplify the function to a minimum number of literals using Boolean algebra. (d) Obtain the truth table of the function from the simplified expression and show that it is the same as the one in part (a) (e) Draw the logic diagram from the simplified expression and compare the total number of gates with the diagram of part (b).

2- Design a 4-bit full subtractor using Full adder block diagram A hint X – Y = X + ( Y + 1) = X + ( 2’s Complement of Y)

3- With the aid of K-map, draw the circuit of the priority encoder 4-to-2 (hint: X is don’t care condition ) 4- Combine two of 2-to-4 decoders to design a 3-to-8 decoder 5- Complete the above K-maps of the 7 segments display

1- With the aid of K-map, draw the circuit of the priority encoder 4-to 2 (hint: X is don’t care condition )

H.W 2- Combine two of 2-to-4 decoders to design a 3-to-8 decoder (Expansion) The block diagram z Y x

X Y Z

6-Design the digital logic circuit of 8-to-1 MUX using two 4-to-1 and a 2-to-1 MUX 7-Design a 16-to-1 multiplexer using four of 4-to-1 multiplexers and one 4-to-1 8-Design 1-to-8 De-Multiplexer

H.W 1- Design the digital logic circuit of 8-to-1 MUX using two 4-to-1 and a 2-to-1 MUX

8-to-1 MUX Truth table 2-to-1 MUX Truth table c c b a Q 0 0 0 I0 0 0 1 I1 0 1 0 I2 0 1 1 I3 1 0 0 I4 1 0 1 I5 1 1 0 I6 1 1 1 I7 c Q  Q1 1 Q2

2- Design a 16-to-1 multiplexer using with four of 4-to-1 multiplexers

The truth table of 16-to-1 Multiplexer S3 S2 S1 S0 Q 0 0 0 0 I0 0 0 0 1 I1 0 0 1 0 I2 0 0 1 1 I3 0 1 0 0 I4 0 1 0 1 I5 0 1 1 0 I6 0 1 1 1 I7 1 0 0 0 I8 1 0 0 1 I9 1 0 1 0 I10 1 0 1 1 I11 1 1 0 0 I12 1 1 0 1 I13 1 1 1 0 I14 1 1 1 1 I15

3- Design 1-to-8 De-Multiplexer S2 S1 S0 Q0 Q1 Q2 Q3 Q4 Q5 Q6 Q7 0 0 0 on 0 0 0 0 0 0 0 0 0 1 0 on 0 0 0 0 0 0 0 1 0 0 0 on 0 0 0 0 0 0 1 1 0 0 0 on 0 0 0 0 1 0 0 0 0 0 0 on 0 0 0 1 0 1 0 0 0 0 0 on 0 0 1 1 0 0 0 0 0 0 0 on 0 1 1 1 0 0 0 0 0 0 0 on

H.W The submission has to be by the end of this week Write your full name and the group number on the answer sheet 1- Draw the state diagram of T Flip Flop 2- From the below block diagram of a counter : What kind of triggering is used? With the aid of timing diagram clarify the sequence of the main states Qs that is possible by this counter assuming their initial states are 0 What is the new result if we replace the JK flip flop with the T flip flop in this counter and why?

H.W 3- From the following logic circuit draw the timing diagram for ‘Q’. Assume ‘Q’ has an initial value of ‘0’