ECE 301 – Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)

Slides:



Advertisements
Similar presentations
ECE 331 – Digital System Design
Advertisements

Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
SYEN 3330 Digital Systems Jung H. Kim Chapter 1 1 SYEN 3330 Digital Systems Chapter 1.
Chapter Chapter Goals Know the different types of numbers Describe positional notation.
Decimal Addition What is going on? (carry) (subtract the base)
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.
1 CSE-221 Digital Logic Design (DLD) Lecture-1: Digital Systems & Number Systems.
Chapter 02 Binary Values and Number Systems Nell Dale & John Lewis.
Number System Conversions Lecture L2.2 Section 2.3.
Number Systems and Arithmetic
BASICS OF COMPUTER APPLICATIONS ASB 102. UNIT 1 Introducing computer system  Number system  What is number system?  Types of number system  Their.
EKT 121 / 4 ELEKTRONIK DIGIT 1 CHAPTER 1 : INTRODUCTION.
Based on slides by:Charles Kime & Thomas Kaminski © 2004 Pearson Education, Inc. ECE/CS 352: Digital System Fundamentals Lecture 1 – Number Systems and.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION.
Supplemental Chapter Number Bases
مدار منطقي مظفر بگ محمدي Course Structure & Grading Homework: 25% Midterm: 30% Final:50% There is 5% extra! ( =105!) Textbook:
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
NUMBER SYSTEM.
1-1 Lecture 1 Class Overview and Appendix A -- Number Systems.
Chapter 2 Binary Values and Number Systems. 2 2 Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645,
ECE 331 – Digital System Design
Dr. Ahmed Telba EE208: Logic Design Lecture# 1 Introduction & Number Systems.
Number systems, Operations, and Codes
Introduction to Computing Dr. Nadeem A Khan. Lecture 10.
Numbering System Base Conversion. Number systems Decimal – 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Binary – 0, 1 Octal – 0, 1, 2, 3, 4, 5, 6, 7 Hexadecimal system.
Chapter1: Number Systems
CPS120: Introduction to Computer Science Computer Math: Converting to Decimal.
Positional Notation 642 in base 10 positional notation is:
Positional Number Systems Decimal, Binary, Octal and Hexadecimal Numbers Wakerly Section
Binary01.ppt Decimal Decimal: Base 10 means 10 Unique numerical digits ,00010,000 Weight Positions 3,
CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.
1 CS151 Introduction to Digital Design Chapter 1 Lecture 3.
School of Computer and Communication Engineering, UniMAP Mohd ridzuan mohd nor DKT 122/3 - DIGITAL SYSTEM I Chapter.
Introduction To Number Systems Binary System M. AL-Towaileb1.
NUMBER SYSTEM. Number System Number Base B => B symbols – Base 16(Hexa):0, 1,……9, A,…, E, F – Base 10 (Decimal): 0, 1, 2,……, 7, 8, 9 – Base 8(Octal):
Chapter 2 Binary Values and Number Systems Chapter Goals Distinguish among categories of numbers Describe positional notation Convert numbers in.
CPEN Digital Logic Design Binary Systems Spring 2004 C. Gerousis © Digital Design 3 rd Ed., Mano Prentice Hall.
Number System Base b Use only digits of 0, 1, 2,…., b-1 Positional weights X = a n-1 b n-1 + a n-2 b n-2 + …. + a 0 b = 1x x10 1 +
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
CSC 331: DIGITAL LOGIC DESIGN COURSE LECTURER: E. Y. BAAGYERE. CONTACT: LECTURE TIME: 15:40 – 17:45 hrs. VENUE: SP-LAB.
©2010 Cengage Learning SLIDES FOR CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION Click the mouse to move to the next page. Use the ESC key to exit.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
ECE 2110: Introduction to Digital Systems Number Systems: conversions.
1 CS 352 Introduction to Logic Design Lecture 1 Ahmed Ezzat Number Systems and Boolean Algebra, Ch-1 + Ch-2.
ECE 2110: Introduction to Digital Systems Number Systems: conversions.
Digital logic COMP214  Lecture 2 Dr. Sarah M.Eljack Chapter 1 1.
Binary Values. Numbers Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative Numbers.
Unit 1 Introduction Number Systems and Conversion.
Lecturer: Santokh Singh
Positional Number Systems Decimal, Binary, Octal and Hexadecimal Numbers Wakerly Section
Digital Systems and Number Systems
Integer Real Numbers Character Boolean Memory Address CPU Data Types
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
CHAPTER 1 : INTRODUCTION
Number System Submitted by: Submitted to: Devashish Bhardwaj Miss.Hina
Chapter 3 Data Representation
IT 0213: INTRODUCTION TO COMPUTER ARCHITECTURE
University of Gujrat Department of Computer Science
SYEN 3330 Digital Systems Chapter 1 SYEN 3330 Digital Systems.
Overview Digital Systems and Computer Systems
Numbering System TODAY AND TOMORROW 11th Edition
Digital Logic Design (ECEg3141) 2. Number systems, operations & codes 1.
Chapter 2: Number Systems
Digital Logic Design (CSNB163)
ECE 301 – Digital Electronics
Introduction To Number Systems
COE 202: Digital Logic Design Number Systems Part 2
Presentation transcript:

ECE 301 – Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)

ECE Digital Electronics2 Course Introduction (see syllabus)

ECE Digital Electronics3 Numbers

ECE Digital Electronics4 52 What does this number represent? What does it mean?

ECE Digital Electronics What does this number represent? Consider the base (or radix) of the number.

ECE Digital Electronics6 Number Systems

ECE Digital Electronics7 Number Systems R is the radix or base of the number system  Must be a positive number  R digits in the number system: [0.. R-1] Important number systems for digital systems:  Base 2 (binary):[0, 1]  Base 8 (octal):[0.. 7]  Base 16 (hexadecimal):[0.. 9, A, B, C, D, E, F]

ECE Digital Electronics8 Number Systems Positional Notation D = [a 4 a 3 a 2 a 1 a 0.a -1 a -2 a -3 ] R D = decimal value a i = i th position in the number R = radix or base of the number

ECE Digital Electronics9 Number Systems Power Series Expansion D = a n x R 4 + a n-1 x R 3 + … + a 0 x R 0 + a -1 x R -1 + a -2 x R -2 + … a -m x R -m D = decimal value a i = i th position in the number R = radix or base of the number

ECE Digital Electronics10 Number Systems

ECE Digital Electronics11 Conversion between Number Systems

ECE Digital Electronics12 Conversion of Decimal Integer Use repeated division to convert to any base  N = 57 (decimal)  Convert to binary (R = 2) and octal (R = 8) 57 / 2 = 28: rem = 1 = a0 28 / 2 = 14: rem = 0 = a1 14 / 2 = 7: rem = 0 = a2 7 / 2 = 3: rem = 1 = a3 3 / 2 = 1: rem = 1 = a4 1 / 2 = 0: rem = 1 = a = / 8 = 7: rem = 1 = a0 7 / 8 = 0: rem = 7 = a = 71 8 User power series expansion to confirm results.

ECE Digital Electronics13 Conversion of Decimal Fraction Use repeated multiplication to convert to any base  N = (decimal)  Convert to binary (R = 2) and octal (R = 8) * 2 = 1.250: a-1 = * 2 = 0.500: a-2 = * 2 = 1.000: a-3 = = * 8 = 5.000: a-1 = = Use power series expansion to confirm results.

ECE Digital Electronics14 Conversion of Decimal Fraction In some cases, conversion results in a repeating fraction  Convert to binary 0.7 * 2 = 1.4: a-1 = * 2 = 0.8: a-2 = * 2 = 1.6: a-3 = * 2 = 1.2: a-4 = * 2 = 0.4: a-5 = * 2 = 0.8: a-6 = =

ECE Digital Electronics15 Number System Conversion Conversion of a mixed decimal number is implemented as follows:  Convert the integer part of the number using repeated division.  Convert the fractional part of the decimal number using repeated multiplication.  Combine the integer and fractional components in the new base.

ECE Digital Electronics16 Number System Conversion Example: Convert to binary. Confirm the results using the Power Series Expansion.

ECE Digital Electronics17 Number System Conversion Conversion between any two bases, A and B, can be carried out directly using repeated division and repeated multiplication.  Base A → Base B However, it is generally easier to convert base A to its decimal equivalent and then convert the decimal value to base B.  Base A → Decimal → Base B Power Series Expansion Repeated Division, Repeated Multiplication

ECE Digital Electronics18 Number System Conversion Conversion between binary and octal can be carried out by inspection.  Each octal digit corresponds to 3 bits = = = =  Is the number a valid octal number?

ECE Digital Electronics19 Number System Conversion Conversion between binary and hexadecimal can be carried out by inspection.  Each hexadecimal digit corresponds to 4 bits = 9 A 6. B = C B 8. E 7 16 E 9 4. D 2 16 = C 7. 8 F 16 =  Note that the hexadecimal number system requires additional characters to represent its 16 values.

ECE Digital Electronics20 Number Systems

ECE Digital Electronics21 Basic Binary Arithmetic

ECE Digital Electronics22 Binary Addition Basic Binary Arithmetic

ECE Digital Electronics23 Binary Addition Sum Carry Sum

ECE Digital Electronics24 Binary Addition Examples:

ECE Digital Electronics25 Binary Subtraction Basic Binary Arithmetic

ECE Digital Electronics26 Binary Subtraction Difference Borrow

ECE Digital Electronics27 Binary Subtraction Examples:

ECE Digital Electronics28 Basic Binary Arithmetic Single-bit AdditionSingle-bit Subtraction s c xy Carry Sum d xy Difference What logic function is this?

ECE Digital Electronics29 Binary Multiplication

ECE Digital Electronics30 Binary Multiplication x 0 x Product

ECE Digital Electronics31 Binary Multiplication Examples: x x