Adder, Subtructer, Encoder, Decoder, Multiplexer, Demultiplexer

Slides:



Advertisements
Similar presentations
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Encoders.
Advertisements

Logic Circuits Design presented by Amr Al-Awamry
Digital Logic Design Week 7 Encoders, Decoders, Multiplexers, Demuxes.
Decoders/DeMUXs CS370 – Spring Decoder: single data input, n control inputs, 2 outputs control inputs (called select S) represent Binary index of.
التصميم المنطقي Second Course
Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
Review and Overview. Review  Combinational logic circuit – Decoder, Encoder, Multiplexer, De-multiplexer, Full Adder, Multiplier  Sequential logic circuit.
Combinational Logic1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Chapter 3 Combinational Logic Design
Digital Logic Design Lecture 19. Announcements Homework 6 due Thursday 11/6 Recitation quiz on Monday, 11/10 – Will cover material from lectures 18,19,20.
 Combinational circuit that selects binary information from one of many input lines and directs information to a single output line.
CS 105 Digital Logic Design
Combinational Logic Chapter 4.
ITEC 352 Lecture 5 Low level components(3). Low level components Review Multiplexers Demultiplexer Minterm/Maxterm Karnaugh Map.
Decoders and Multiplexers Prof. Sin-Min Lee Department of Computer Science San Jose State University.
Combinational Logic Design
+ CS 325: CS Hardware and Software Organization and Architecture Combinational Circuits 1.
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.
A little bit of exercise.. ;). Exercise Given to you are some binary to decimal examples : Given to you are some binary to decimal examples : Tens Units.
MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5) Dr. Costas Kyriacou and Dr. Konstantinos Tatas ACOE161 - Digital Logic.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
1 Combinational Logic Design Digital Computer Logic Kashif Bashir
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
(Combinational Logic Circuit)
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
Chapter 6 Know commonly used combinational subcircuits –Multiplexers –Decoders –Encoders Know VHDL constructs used to define combinational circuits.
CO UNIT-I. 2 Multiplexers: A multiplexer selects information from an input line and directs the information to an output line A typical multiplexer has.
ECE 320 Homework #3 1. Simplify the Boolean function F using the don’t care conditions d, in both S.O.P. and P.O.S. form: a) F=A’B’D’+A’CD+A’BC d=A’BC’D+ACD+AB’D’
Computing Machinery Chapter 3: Combinational Circuits.
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.
Company LOGO Edit your slogan here DKT 122/3 DIGITAL SYSTEM 1 WEEK #8 FUNCTIONS OF COMBINATIONAL LOGIC (ENCODER & DECODER, MUX & DEMUX)
CSI-2111 Structure of Computers Ipage Combinational Circuits  Objectives : To recognize the principal types of combinational circuits  Adders.
MSI Combinational logic circuits
Digital Design Lecture 8 Combinatorial Logic (Continued)
Multiplexers & Decoders By: Jason Pitts CS 147 Spring 2010.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
C OMBINATIONAL L OGIC D ESIGN 1 Eng.Maha AlGubali.
Logic Design (CE1111 ) Lecture 4 (Chapter 4) Combinational Logic Prepared by Dr. Lamiaa Elshenawy 1.
Decoders A decoder is a logic circuit that detects the presence of a specific combination of bits at its input. Two simple decoders that detect the presence.
ACOE161 (Spring2007)MSI Devices1 Revision on MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5)
Decoder Chapter 12 Subject: Digital System Year: 2009.
MSI Circuits.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
Gunjeet kaur Dronacharya Group of Institutions. Demultiplexers.
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.
Logic Devices. Decoder 2-to-4 Decoder 3-to-8 Decoder.
Multiplexer.
Combinational Circuits
Multiplexers and Demultiplexers,
Part 4 Combinational Logic.
Combinational Logic Circuits
Digital Electronics MSI Logic
Combinational Circuit Design
Overview Introduction Logic Gates Flip Flops Registers Counters
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Encoders.
FIGURE 4.1 Block diagram of combinational circuit
Ch 4. Combinational logic
Multiplexers Anindya IE CSE.
CSC 220: Computer Organization COMBINATIONAL CIRCUITS-2
DIGITAL ELECTRONICS B.SC FY
Combinational Circuits
Table 1.1 Powers of Two.
Digital System Design Combinational Logic
LOGIC Circuits.
Combinational circuits design
Arithmetic Circuits.
ECE2030 HW-6.
Digital and Microprocessor Technique I
Presentation transcript:

Adder, Subtructer, Encoder, Decoder, Multiplexer, Demultiplexer Al-MamoonUniversity College Computer Science Department Second Year Architecture and Logic Gates Logic Gates Adder, Subtructer, Encoder, Decoder, Multiplexer, Demultiplexer By Dr.Mazin Alzewary 2017-2018

Basic Logic Gates 1

Binary Decoder Binary decoder is combinational logic circuit that use to decode the information from coded form into original form (example convert binary information into decimal form)

Binary Encoder Binary encoder is combinational logic circuit that use to encode the information into coded form (example convert decimal information into binary form) BCD to Binary Encoder

Questions Q1) A 4 X1 multiplexer can be created by using a 2X4 decoder and minimum of five tri-state gates Q2) Both encoder and multiplexer have 2 input lines and n output lines (for any n) Q3)

Q5) Using a 3-to-8 decoder, design a logic circuit to realize the following Boolean function F(A,B,C) = Σm(2, 3, 5, 6, 7) Q6) Using two 2-to-4 decoders, design a logic circuit to realize the following Boolean function F(A,B,C) = Σm(0, 1, 4, 6, 7) Q7) Design a 16-to-1 multiplexer using 4-to-1 multiplexers only.

Q8)