ECE 2110: Introduction to Digital Systems Number Systems.

Slides:



Advertisements
Similar presentations
Number Systems and Codes
Advertisements

Introduction to Digital Electronics. Suplementary Reading Digital Design by - John F. Wakerly – - you will find some solutions at this site.
Representing Numbers: Integers
DATA REPRESENTATION CONVERSION.
Digital Electronics Dr. Bahawodin Baha, University of Brighton, UK.
Arithmetic Operations and Circuits
Binary Representation
EE 365 Introduction, Logic Circuits. Digital Logic Binary system -- 0 & 1, LOW & HIGH, negated and asserted. Basic building blocks -- AND, OR, NOT.
Number Systems Decimal (Base 10) Binary (Base 2) Hexadecimal (Base 16)
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.
Chapter 1 Number Systems and Codes William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper Saddle.
VLSI Tarik Booker. VLSI? VLSI – Very Large Scale Integration Refers to the many fields of electrical and computer engineering that deal with the analysis.
Arithmetic Operations and Circuits Lecture 5. Binary Arithmetic let’s look at the procedures for performing the four basic arithmetic functions: addition,
Number Systems and Arithmetic
COE 202: Digital Logic Design Number Systems Part 1
Number Systems and Codes In PLC
+ CS 325: CS Hardware and Software Organization and Architecture Integers and Arithmetic.
Revision Introductory Lesson
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.
Binary and Hexadecimal Numbers
Number Systems.
ECE 2110: Introduction to Digital Systems Signed Number Conversions.
BR 8/99 Digital Devices Integrated Circuits that operate on Digital Data are in 95% of every electrical powered device in the U.S. The theory of operation.
Chapter 1 Basic Principles of Digital Systems. 2 Analog vs. Digital Analog: –A way of representing a physical quantity by a proportional continuous voltage.
Computers Organization & Assembly Language
Introduction to Digital Design
1 Number SystemsLecture 8. 2 BINARY (BASE 2) numbers.
ECE 3110: Introduction to Digital Systems Review #1 (Chapter 1,2)
Digital Electronics. Digital circuits work on the basis of a transistor being used as a switch. Consider a light switch, a transistor can be considered.
Number Systems Decimal (Base 10) –10 digits (0,1,2,3,4,5,6,7,8,9) Binary (Base 2) –2 digits (0,1) Digits are often called bits (binary digits) Hexadecimal.
ECE 3110: Introduction to Digital Systems Number Systems.
1-1 Lecture 1 Class Overview and Appendix A -- Number Systems.
Number Systems Number Systems Stone Age: knots, some stone marks Roman Empire: more systematic notation I, II, III, IV, V, VI, VII.VIII, IX, X, C=100,
1 CS103 Guest Lecture Number Systems & Conversion Bitwise Logic Operations.
Binary Number System & Logic Operations. The focus of the last lecture was on the microprocessor During that lecture we learnt about the function of the.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Date: Session III Topic: Number Systems Faculty: Anita Kanavalli Department of CSE M S Ramaiah.
Number Systems and Codes
ECE 2110: Introduction to Digital Systems 2. Number Systems & Codes.
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
AEEE2031 Data Representation and Numbering Systems.
ECE 2110: Introduction to Digital Systems
CMP 100 Introduction to Computing Lecture Binary Numbers & Logic Operations.
Digital Design Basics Analog vs Digital Why we need digital? Reproducibility, economy, programmability… Digital Devices Gates, FFs Combinational, sequential.
ECE 3110: Introduction to Digital Systems Number Systems.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Binary Numbers For digital systems, the.
ECE 2110: Introduction to Digital Systems
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
ABFC... Home page Introduction Binary number system Hexadecimal number system Binary coded decimal Objectives Octal number system Click.
ECE 2110: Introduction to Digital Systems Number Systems: conversions.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
Digital System Design. Objective Distinguish between Two worlds Understand the Properties digital system.
ECE 2110: Introduction to Digital Systems Number Systems: conversions.
1 Digital Logic Design (41-135) Chapter 5 Number Representation & Arithmetic Circuits Younglok Kim Dept. of Electrical Engineering Sogang University Spring.
ECE 2110: Introduction to Digital Systems Signed Number Conversions.
Addition and Subtraction
Digital Design Chapter One Digital Systems and Binary Numbers
Number Systems and Codes
VLSI Tarik Booker.
Data Representation Binary Numbers Binary Addition
ENEL 111 Digital Electronics
ECE 3110: Introduction to Digital Systems
Digital Electronics Jess 2008.
Number Systems.
Digital Devices Integrated Circuits that operate on Digital Data are in 95% of every electrical powered device in the U.S. The theory of operation of these.
Number System conversions
Fundamentals & Ethics of Information Systems IS 201
Number Systems Rayat Shikshan Sanstha’s
Number Systems Rayat Shikshan Sanstha’s
ENEL 111 Digital Electronics
Presentation transcript:

ECE 2110: Introduction to Digital Systems Number Systems

2 Previous class Summary Electronics aspects of digital design Integrated Circuits (wafer, die, SSI, MSI, LSI, VLSI) PLDs: PLAs, PALs, CPLD, FPGA ASIC

3 Digital Design Levels Many representations of digital logic Device Physics and IC manufacturing  Moore’s Law [1965, Gordon Moore]: Transistor level --->Logic design, functional building blocks The number of transistors per square inch in an IC doubles every year [18months].

4 Digital Design Levels Transistor-level circuit diagrams Example: Multiplexor

5 Truth tables Gate-level Logic diagrams

6 Prepackaged building blocks, e.g. multiplexer Equations: Z = S  A  + S  B

7 Various hardware description languages  ABEL  VHDL

8 Binary Representation The basis of all digital data is binary representation. Binary - means ‘two’  1, 0  True, False  Hot, Cold  On, Off We must be able to handle more than just values for real world problems  1, 0, 56  True, False, Maybe  Hot, Cold, Warm, Cool  On, Off, Leaky

9 Number Systems To talk about binary data, we must first talk about number systems The decimal number system (base 10) you should be familiar with! Positional number system

10 Positional Notation Value of number is determined by multiplying each digit by a weight and then summing. The weight of each digit is a POWER of the BASE and is determined by position.

11 The decimal number system (base 10) you should be familiar with!  A digit in base 10 ranges from 0 to 9.  A digit in base 2 ranges from 0 to 1 (binary number system). A digit in base 2 is also called a ‘bit’.  A digit in base R can range from 0 to R-1  A digit in Base 16 can range from 0 to 16-1 (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F). Use letters A-F to represent values 10 to 15. Base 16 is also called Hexadecimal or just ‘Hex’.

= 9 x x x x x = = = 1x x x x x x2 -2 = = A2F 16 = 10x x x16 0 = 10 x x x 1 = = 2607 Base 10, Base 2, Base 16

13 Common Powers 2 -3 = = = = = = = = = = = = = = = = = 1 = = 16 = = 256 = = 4096 = = 1024 = 1 K 2 20 = = 1 M (1 Megabits) = 1024 K = 2 10 x = = 1 G (1 Gigabits)

14 Least Significant Digit Most Significant Digit = Most Significant Digit (has weight of 2 5 or 32). For base 2, also called Most Significant Bit (MSB). Always LEFTMOST digit. Least Significant Digit (has weight of 2 0 or 1). For base 2, also called Least Significant Bit (LSB). Always RIGHTMOST digit.

15 Hex (base 16) to Binary Conversion Each Hex digit represents 4 bits. To convert a Hex number to Binary, simply convert each Hex digit to its four bit value. Hex Digits to binary (cont): 9 16 = A 16 = B 16 = C 16 = D 16 = E 16 = F 16 = Hex Digits to binary: 0 16 = = = = = = = = =

16 Hex to Binary, Binary to Hex A2F 16 = = Binary to Hex is just the opposite, create groups of 4 bits starting with least significant bits. If last group does not have 4 bits, then pad with zeros for unsigned numbers = = Padded with a zero

17 Next… More conversions Addition/Subtraction HW #2