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.

Slides:



Advertisements
Similar presentations
1 The 2-to-4 decoder is a block which decodes the 2-bit binary inputs and produces four output All but one outputs are zero One output corresponding to.
Advertisements

Conversion and Coding (12)10.
5.4 Decoders A decoder is a multiple-input, multiple-output logic circuit that converts coded inputs into coded outputs, where the input and output codes.
Digital Logic Design Week 7 Encoders, Decoders, Multiplexers, Demuxes.
Combinational Circuits CS370 – Spring BCD to 7 Segment Display Controller Understanding the problem: input is a 4 bit bcd digit output is the control.
System Digital Encoder, Decoder, and Contoh Penerapanya.
Binary & Decimal numbers = 3* * *10 + 5*1 = 3* * * *10 0 Decimal system: Ten digits: 0,1,2,3,…,9 Example:
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
ECE 331 – Digital System Design Logic Circuit Design (Lecture #7)
Mathematics with Binary. Question  Below is a binary string  Which is the least significant bit (LSB)?  Which is the most significant bit (MSB)? 0.
Electronics Technology Seven-Segment Displays
BCD to 7-Segment Display
Counters  A counter is a device which stores (and sometimes displays) the number of times a particular event or process has occurred, often in relationship.
Number Systems and Codes In PLC
NEGATIVE BINARY NUMBER – Digital Circuit 1 Choopan Rattanapoka.
Converting binary to decimal decimal to binary
Revision Introductory Lesson
UNIVERSAL COLLEGE OF ENGINEERING &TECHNOLOGY DIGITAL ELECTRONICS SUBJECT - DIGITAL ELECTRONICS.
ABCDNumber = Off 1 = On Binary Coded Decimal (BCD)
Instrumentation (AMME2700) 1 Instrumentation Dr. Xiaofeng Wu.
NUMBER SYSTEM Decimal System Binary System. We use two digits in this system (0,1) just like the existing system of computers.. And write the number in.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Number Systems Binary to Decimal Octal to Decimal Hexadecimal to Decimal Binary to Octal Binary to Hexadecimal Two’s Complement.
Data Representation Conversion 24/04/2017.
Introduction to Microprocessors Chapter 2. Decimal or Base 10 Numbers  Have ten different digits (0-9)  It is a weighted number system. Each position.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.
Dept. of Electrical and Computer Eng., NCTU 1 Lab 4. BCD Adder Presenter: Chun-Hsien Ko Contributors: Chung-Ting Jiang and Lin-Kai Chiu.
ECEN 248 Lab 2: Logic Minimization and Karnaugh Maps
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’
1 CS 151: Digital Design Chapter 3: Combinational Logic Design 3-1Design Procedure CS 151: Digital Design.
CS151 Introduction to Digital Design Chapter 3: Combinational Logic Design 3-1 Design Procedure 1Created by: Ms.Amany AlSaleh.
Designing Combinational Logic Circuits
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.
BCD S EVEN SEGMENT D ECODER. I NTRODUCTION  A Decoder IC, is a device which converts one digital format into another and the most commonly used device.
Multiplexors Decoders  Decoders are used for forming separate signals for different combination of input signals.  The multiplexer circuit is a digital.
Chapter 0 – Week 2 Combinational Logic Design. What have been discussed Design hierarchy –Top – down –Bottom – up CAD HDL Logic synthesis.
Digital Electronics Principles & Applications Fifth Edition Chapter 2 Numbers We Use in Digital Electronics ©1999 Glencoe/McGraw-Hill Roger L. Tokheim.
Voltage Divider Circuits Input transducers Input transducers are devices that convert a change in physical conditions (for example, temperature) into a.
DIGITAL ELECTRONICS THEME 2: Combinational Logic Circuits. Decoders, Multiplexers, De-multiplexers, Code converters. For combinational logic the values.
Binary Numbers Practice.
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.
Decoder Chapter 12 Subject: Digital System Year: 2009.
Lecture No. 18 Combinational Functional Devices. Recap Decoder Decoder –3-to-8 Decoder –Cascading of Decoders 4-to-16 decoder –Implementing SOP & POS.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
Binary Numbers Press any key to begin.. In order to understand the binary numbering system lets first look at our decimal system. The decimal numbering.
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Binary & Decimal numbers
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Combinational Circuits
Combinational Logic Design
EKT 221 – Counters.
EKT 221 : Digital 2 COUNTERS.
Principles & Applications
Binary Lesson 1 Nybbles.
Binary Lesson 1 Nybbles.
BCD = Binary Coded Decimal
Decimal System The radix or base of a number system determines
Binary Lesson 1 Nybbles.
Digital Electronics Ms. Deepa Mehta.
Binary Numbers Press any key to begin..
Understanding Binary Basics
Multiplexers Anindya IE CSE.
Chapter 1 Number System RGGP, Narwana.
Homework Reading Machine Projects Labs
Analogue Inputs and Processing
Sequential Design Example
Table 1.1 Powers of Two.
Adder, Subtructer, Encoder, Decoder, Multiplexer, Demultiplexer
Number Systems.
Presentation transcript:

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 = 5 10  =  =  =  3 5

In calculation formulae, this is easy. But how can you convert this 6 bit binary into BCD signals for display in a circuit? In calculation formulae, this is easy. But how can you convert this 6 bit binary into BCD signals for display in a circuit?

DECODER SYSTEM BCD for units BCD for tens LSB MSB LSB

Given problem above, create / design your decoder circuit that will transform your 6 bit input data to separate BCD signals; 1 set BCD output for your unit, the other set for the tens. Given problem above, create / design your decoder circuit that will transform your 6 bit input data to separate BCD signals; 1 set BCD output for your unit, the other set for the tens.

Submit your design by 29 th July 2005 (Friday). Submit your design by 29 th July 2005 (Friday).