CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.

Slides:



Advertisements
Similar presentations
ECE 331 – Digital System Design
Advertisements

Appendix 1 Number Systems Objectives: Review of number systems and radix conversion methods Review of binary, octal, hexadecimal and BCD unsigned codes.
DATA REPRESENTATION CONVERSION.
Binary Systems1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
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,
Digital Circuits. Analog and Digital Signals Noise margins in Logic Circuits VMVM.
ECE 301 – Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
ECE 331 – Digital System Design
ECE 301 – Digital Electronics Number Systems and Conversion, Binary Arithmetic, and Representation of Negative Numbers (Lecture #10) The slides included.
Number System Conversions Lecture L2.2 Section 2.3.
1 Number Systems. 2 Numbers Each number system is associated with a base or radix – The decimal number system is said to be of base or radix 10 A number.
ENEL 111 Digital Electronics Richard Nelson G.1.29
+ CS 325: CS Hardware and Software Organization and Architecture Integers and Arithmetic.
Chapter 1 Number Systems and Codes 1. Outline 1. NUMBER SYSTEMS AND CODES 2. DIGITAL ELECTRONIC SIGNALS AND SWITCHES 3. BASIC LOGIC GATES 4. PROGRAMMABLE.
Number Systems.
(2.1) Fundamentals  Terms for magnitudes – logarithms and logarithmic graphs  Digital representations – Binary numbers – Text – Analog information 
CS231 Fundamentals1 Fundamentals What kind of data do computers work with? – Deep down inside, it’s all 1s and 0s What can you do with 1s and 0s? – Boolean.
EKT 121 / 4 ELEKTRONIK DIGIT 1 CHAPTER 1 : INTRODUCTION.
Numbering Systems CS208.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION.
1 Digital Convergence! Smart Phone: IT + Telecommunication + Consumer Electronics + Entertainment Analog vs Digital system Ex: Watch, LP vs CD, Camera.
Supplemental Chapter Number Bases
Number Systems What is the Standard Base we
Ch. 10 – Fundamentals of Logic Circuits So far, the circuits we’ve discussed were analog circuits, meaning that circuit parameters such as voltage and.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
ECE 331 – Digital System Design
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Number Base Conversions
Converting From decimal to Binary & Hexadecimal to Binary
Positional Number Systems Decimal, Binary, Octal and Hexadecimal Numbers Wakerly Section
Chapter 1  Number Systems Decimal System Binary System Octal System Hexadecimal System  Binary weighted cods Signed number binary order  1’s and 2’s.
June 10, 2002© Howard Huang1 Number systems To get started, we’ll discuss one of the fundamental concepts underlying digital computer design:
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
Digital Systems and Information Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
ECE 2110: Introduction to Digital Systems Number Systems: conversions.
Number Systems and Binary Arithmetic Quantitative Analysis II Professor Bob Orr.
Digital System Design. Objective Distinguish between Two worlds Understand the Properties digital system.
Chapter 5 NUMBER REPRESENTATION AND ARITHMETIC CIRCUITS.
ECE 2110: Introduction to Digital Systems Number Systems: conversions.
Chapter 1 Introduction Digital Systems Digital systems: computation, data processing, control, communication, measurement - Reliable, Integration.
Unit 1 Introduction Number Systems and Conversion.
Computer Science 210 Computer Organization
Positional Number Systems Decimal, Binary, Octal and Hexadecimal Numbers Wakerly Section
디지털 로직 및 CAD 실습 Fundamentals of Logic Design (6e) Charles H. Roth, Jr.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
Digital Electronics INTRODUCTION ANALOG VS DIGITAL NUMBER SYSTEMS.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
CHAPTER 1 : INTRODUCTION
Number Systems.
University of Gujrat Department of Computer Science
Binary Quiz UIN: ____________________
Number Systems and Binary Arithmetic
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Computer Science 210 Computer Organization
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Digital Electronics and Microprocessors
There are 10 types of people of people in this world…
Number Systems Lecture 2.
Digital Systems and Binary Numbers
Chapter 2: Number Systems
ECE 301 – Digital Electronics
Data Representation and Organization
Number Systems Rayat Shikshan Sanstha’s
Number Systems Rayat Shikshan Sanstha’s
Remember the 10 types of people of people in this world…
Computer Science 1 Review and finish Number base conversion
Information Representation
Presentation transcript:

CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16

Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Number Systems and Conversions  Digital Systems and Switching Circuits  Number Systems and Conversion  Binary, Hexadecimal, and Octal representations  Examples Slide 2 of 16

Number Systems & Conversions Digital Systems and Switching Circuits Friday, January 9 CEC 220 Digital Circuit Design What is the difference between analog and digital systems/signals? Analog – Continuous  Natural Phenomena (Pressure, Temperature, Speed … )  Difficult to realize processing using electronics Digital – Discrete  Binary Digit  Signal Processing as Bit unit  Easy to realize processing using electronics  High performance due to Integrated Circuit Technology Slide 3 of 16

Number Systems & Conversions Digital Systems and Switching Circuits Friday, January 9 CEC 220 Digital Circuit Design What is a binary signal? Binary = Two values (0, 1) Each digit is referred to as a “bit” Number representation with only two values (0, 1) Can be implemented with simple electronics devices For Example Voltage: High = (1) and Low = (0) Switch: On = (1) and Off = (0) Slide 4 of 16

Number Systems & Conversions Digital Systems and Switching Circuits Friday, January 9 CEC 220 Digital Circuit Design What is a switching circuit? Combinational Circuit: Outputs depend on only present inputs, not on past inputs Sequential Circuit: Outputs depend on both present inputs and past inputs Sequential circuits have “memory” !!!!! Slide 5 of 16

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Decimal: (base 10) Decimal: (base 10) Binary: (base 2) Binary: (base 2) Base “R” Slide 6 of 16

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Examples  Base 8 to Decimal  Base 16 to Decimal Slide 7 of 16

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Conversion of Decimal to base R Quotient Slide 8 of 16

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Example:  Convert Decimal 53 (i.e. base 10) to base 2 (i.e., binary) rem. = 1 = a 0 rem. = 0 = a 1 rem. = 1 = a 2 rem. = 0 = a 3 rem. = 1 = a 4 0 rem. = 1 = a 5 Slide 9 of 16

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Conversion of a Decimal fraction to base R Slide 10 of 16

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Example:  Convert Decimal to base 2 (i.e., binary) Slide 11 of 16

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Example:  Convert to base 7  First convert to decimal  Convert the integer portion (45 10 = ??? 7 )  Convert the decimal portion ( =.??? 7 ) rem. = 6 rem. = 3 Slide 12 of 16 …

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Binary QUESTION: How many binary “bits” do we need to represent a single Octal digit? QUESTION: How many binary “bits” do we need to represent a single Octal digit? Slide 13 of 16 Octal

Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design BinaryHex Decimal A B C D E F15 QUESTION: How many binary “bits” do we need to represent a single Hexadecimal digit? QUESTION: How many binary “bits” do we need to represent a single Hexadecimal digit? Slide 14 of 16

C Number Systems & Conversions Number Systems and Conversion Friday, January 9 CEC 220 Digital Circuit Design Converting to/from Binary, Hex, and Octal  An example of converting Binary to Octal  An example of converting Binary to Hexadecimal Slide 15 of = D = 4D.5C 16

Next Lesson Friday, January 9 CEC 220 Digital Circuit Design Binary Arithmetic Representation of Negative Numbers Slide 16 of 16