Chapter 2. Binary Values and Number Systems

Similar documents
QUIZ: Generations of computer technology. Hardware:

QUIZ: Generations of computer technology. Hardware:

Chapter 2 Binary Values and Number Systems

QUIZ ch.1. 1 st generation 2 nd generation 3 rd generation 4 th generation 5 th generation Rock s Law Moore s Law

Positional notation Ch Conversions between Decimal and Binary. /continued. Binary to Decimal

Chapter 2 Exercises and Answers

Electronic Data and Instructions

Number Systems and Conversions UNIT 1 NUMBER SYSTEMS & CONVERSIONS. Number Systems (2/2) Number Systems (1/2) Iris Hui-Ru Jiang Spring 2010

Numeral Systems. -Numeral System -Positional systems -Decimal -Binary -Octal. Subjects:

T02 Tutorial Slides for Week 2

Octal & Hexadecimal Number Systems. Digital Electronics

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

COMP Overview of Tutorial #2

CMPE223/CMSE222 Digital Logic Design. Positional representation

DATA REPRESENTATION. By- Neha Tyagi PGT CS KV 5 Jaipur II Shift, Jaipur Region. Based on CBSE curriculum Class 11. Neha Tyagi, KV 5 Jaipur II Shift

Chapter 1 Preliminaries

Number representations

BINARY SYSTEM. Binary system is used in digital systems because it is:

COE 202- Digital Logic. Number Systems II. Dr. Abdulaziz Y. Barnawi COE Department KFUPM. January 23, Abdulaziz Barnawi. COE 202 Logic Design

Digital Fundamentals

1010 2?= ?= CS 64 Lecture 2 Data Representation. Decimal Numbers: Base 10. Reading: FLD Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

COE 202: Digital Logic Design Number Systems Part 2. Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:

Agenda EE 224: INTRODUCTION TO DIGITAL CIRCUITS & COMPUTER DESIGN. Lecture 1: Introduction. Go over the syllabus 3/31/2010

Number Systems CHAPTER Positional Number Systems

TOPIC: NUMBER SYSTEMS

Level ISA3: Information Representation

Number System. Introduction. Decimal Numbers

CHW 261: Logic Design

Hexadecimal Numbers. Journal: If you were to extend our numbering system to more digits, what digits would you use? Why those?

CS & IT Conversions. Magnitude 10,000 1,

Homework 1 graded and returned in class today. Solutions posted online. Request regrades by next class period. Question 10 treated as extra credit

CMPS 10 Introduction to Computer Science Lecture Notes

Data Representation COE 301. Computer Organization Prof. Muhamed Mudawar

Final Labs and Tutors

Course Schedule. CS 221 Computer Architecture. Week 3: Plan. I. Hexadecimals and Character Representations. Hexadecimal Representation

Octal and Hexadecimal Integers

EE292: Fundamentals of ECE

Digital Logic. The Binary System is a way of writing numbers using only the digits 0 and 1. This is the method used by the (digital) computer.

Binary Values and Number Systems

Introduction to Numbering Systems

Module 1: Information Representation I -- Number Systems

Digital Systems COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

ECOM 2325 Computer Organization and Assembly Language. Instructor: Ruba A.Salamah INTRODUCTION

DLD VIDYA SAGAR P. potharajuvidyasagar.wordpress.com. Vignana Bharathi Institute of Technology UNIT 1 DLD P VIDYA SAGAR

Moodle WILLINGDON COLLEGE SANGLI. ELECTRONICS (B. Sc.-I) Introduction to Number System

Number Systems and Binary Arithmetic. Quantitative Analysis II Professor Bob Orr

Numbering systems. Dr Abu Arqoub

DIGITAL SYSTEM DESIGN

Digital Logic Design Exercises. Assignment 1

Digital Fundamentals

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 1: Basic Concepts. Chapter Overview. Welcome to Assembly Language

MACHINE LEVEL REPRESENTATION OF DATA

2 Number Systems 2.1. Foundations of Computer Science Cengage Learning

Lecture 1: Digital Systems and Number Systems

Number Systems. TA: Mamun. References: Lecture notes of Introduction to Information Technologies (ITEC 1011) by Dr Scott MacKenzie

Chapter 3 DATA REPRESENTATION

Computer Arithmetic. In this article we look at the way in which numbers are represented in binary form and manipulated in a computer.

TOPICS. Other Number Systems. Other Number Systems 9/9/2017. Octal Hexadecimal Number conversion

CS 121 Digital Logic Design. Chapter 1. Teacher Assistant. Hadeel Al-Ateeq

Data Representation. Interpreting bits to give them meaning. Part 1: Numbers, Bases, and Binary

UNIT 2 NUMBER SYSTEM AND PROGRAMMING LANGUAGES

History of Computing. Ahmed Sallam 11/28/2014 1

Slide Set 1. for ENEL 339 Fall 2014 Lecture Section 02. Steve Norman, PhD, PEng

Module 2: Computer Arithmetic

Rui Wang, Assistant professor Dept. of Information and Communication Tongji University.

Logic Design: Part 2

Digital Logic Lecture 2 Number Systems

Decimal & Binary Representation Systems. Decimal & Binary Representation Systems

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-278: Digital Logic Design Fall Notes - Unit 4. hundreds.

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-2700: Digital Logic Design Winter Notes - Unit 4. hundreds.

CHAPTER V NUMBER SYSTEMS AND ARITHMETIC

Chapter Overview. Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 1: Basic Concepts. Printing this Slide Show

Introduction to Computer Programming with MATLAB Calculation and Programming Errors. Selis Önel, PhD

Chapter 4 Section 2 Operations on Decimals

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc.

DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) COURSE / CODE NUMBER SYSTEM

data within a computer system are stored in one of 2 physical states (hence the use of binary digits)

Beyond Base 10: Non-decimal Based Number Systems

Number Systems Base r

What Is It? Instruction Register Address Register Data Register

Numeral system Numerals

Positional Number System

Course Syllabus [1/2]

CS101 Lecture 04: Binary Arithmetic

Numbers!!...is that right? CSCI 255

Chapter 2 Data Representations

Chapter 3 Data Representation

CPS 104 Computer Organization and Programming Lecture-2 : Data representations,

CPE 323 REVIEW DATA TYPES AND NUMBER REPRESENTATIONS IN MODERN COMPUTERS

CPE 323 REVIEW DATA TYPES AND NUMBER REPRESENTATIONS IN MODERN COMPUTERS

Binary Arithmetic CS 64: Computer Organization and Design Logic Lecture #2

Chapter 1. The Big Picture

1.3 Systems of numeration: To represent quantities in the different systems of numeration, specific symbols are used, which are also called ciphers.

A Level Computing. Contents. For the Exam:

D I G I T A L C I R C U I T S E E

Lecture 2: Number Systems

CHAPTER 2 Number Systems

COMP2121: Microprocessors and Interfacing. Number Systems

Data Representation and Binary Arithmetic. Lecture 2

Harry H. Porter, 2006

Transcription:

Chapter 2 Binary Values and Number Systems

Numbers Natural numbers, a.k.a. positive integers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative numbers A value less than 0, with a sign Examples: -24, -1, -45645, -32 2 2

Integers A natural number, a negative number, zero Examples: 249, 0, - 45645, - 32 Rational numbers An integer or the quotient of two integers Examples: -249, -1, 0, 3/7, -2/5 Real numbers In general cannot be represented as the quotient of any two integers. They have an infinite # of fractional digits. Example: Pi = 3.14159265 3 3

2.2 Positional notation How many ones (units) are there in 642? 600 + 40 + 2 6 x 100 + 4 x 10 + 2 x 1 6 x 10 2 + 4 x 10 1 + 2 x 10 0 10 is called the base We also write 642 10 4 4

QUIZ How many ones (units) are there in 642 9 (642 in base nine)? Use the base-10 model: 600 + 40 + 2 6 x 100 + 4 x 10 + 2 x 1 6 x 10 2 + 4 x 10 1 + 2 x 10 0 5 4

QUIZ How many ones (units) are there in 642 9 (642 in base nine)? 6 x 9 2 + 4 x 9 1 + 2 x 9 0 = 125 10 6 4

Positional Notation The base of a number determines how many digits are used and the value of each digit s position. To be specific: In base R, there are R digits, from 0 to R-1 The positions have for values the powers of R, from right to left: R 0, R 1, R 2, 7 5

Positional Notation Formula: R is the base of the number d n * R n-1 + d n-1 * R n-2 +... + d 2 * R + d 1 n is the number of digits in the number d is the digit in the i th position in the number 8 7

Positional Notation reloaded The text shows the digits numbered like this: d n * R n-1 + d n-1 * R n-2 +... + d 2 * R + d 1 but, in CS, the digits are numbered from zero, to match the power of the base: d n-1 * R n-1 + d n-2 * R n-2 +... + d 1 * R 1 + d 0 * R 0 9 7

QUIZ What is 642 in base 13? 10 68

QUIZ What is 642 in base 13? + 6 x 13 2 = 6 x 169 = 1014 + 4 x 13 1 = 4 x 13 = 52 + 2 x 13º = 2 x 1 = 2 = 1068 in base 10 642 13 = 1068 10 11 68

Nota bene! In a given base R, the digits range from 0 up to R 1 R itself cannot be a digit in base R Trick problem: Convert the number 473 from base 6 to base 10 12

Binary Decimal is base 10 and has 10 digits: 0,1,2,3,4,5,6,7,8,9 Binary is base 2 and has 2 digits: 0,1 13 9

QUIZ: Converting Binary to Decimal What is the decimal equivalent of the binary number 110 1110? 110 1110 2 =??? 10 14 13

What is the decimal equivalent of the binary number 1101110? 1 x 2 6 = 1 x 64 = 64 + 1 x 2 5 = 1 x 32 = 32 + 0 x 2 4 = 0 x 16 = 0 + 1 x 2 3 = 1 x 8 = 8 + 1 x 2 2 = 1 x 4 = 4 + 1 x 2 1 = 1 x 2 = 2 + 0 x 2º = 0 x 1 = 0 = 110 in base 10 = 110 10 15 13

Base 8 = octal system What is the decimal equivalent of the octal number 642? 642 8 =??? 10 16 11

Converting Octal to Decimal What is the decimal equivalent of the octal number 642? 6 x 8 2 = 6 x 64 = 384 + 4 x 8 1 = 4 x 8 = 32 + 2 x 8º = 2 x 1 = 2 Add the above = 418 in base 10 = 418 10 17 11

Bases Higher than 10 How are digits in bases higher than 10 represented? Base 16 (hexadecimal, a.k.a. hex) has 16 digits: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E, F 18 10

Converting Hexadecimal to Decimal What is the decimal equivalent of the hexadecimal number DEF? D x 16 2 = 13 x 256 = 3328 + E x 16 1 = 14 x 16 = 224 + F x 16º = 15 x 1 = 15 = 3567 in base 10 19

QUIZ: 2AF 16 =??? 10 20

Are there any non-positional number systems? Hint: Why did the Roman civilization have no contributions to mathematics? 21

Today we ve covered pp.33-39 of text (stopped before Arithmetic in Other Bases) Solve in notebook as individual work for next class: 1, 2, 3, 4, 5, 20, 21 22

QUIZ: Convert to decimal 1101 0011 2 = AB7 16 = 513 8 = 692 8 = 23

Addition in Binary Remember that there are only 2 digits in binary, 0 and 1 1 + 1 is 0 with a carry 0 1 1 1 1 1 1 0 1 0 1 1 1 +1 0 0 1 0 1 1 1 0 1 0 0 0 1 0 Carry Values 24 14

Addition QUIZ 1 0 1 0 1 1 0 +1 0 0 0 0 1 1 Carry values go here Check in base ten! 25 14

Subtraction in Binary Remember borrowing? 1 2 0 2 0 2 1 0 1 0 1 1 1-1 1 1 0 1 1 0 0 1 1 1 0 0 Borrow values Check in base ten! 26 15

Subtraction QUIZ 1 0 1 1 0 0 0-1 1 0 1 1 1 Borrow values go here Check in base ten! 27 15

Direct conversions between bases that are powers of 2 binary hexadecimal octal 28

Counting 29

QUIZ: Add the hex column! 30

Conclusion: In order to represent any octal digit, we need at most bits In order to represent any hex digit, we need at most bits 31

Converting Binary to Octal Mark groups of three (from right) Convert each group 10101011 10 101 011 2 5 3 10101011 is 253 in base 8 32 17

Converting Binary to Hexadecimal Mark groups of four (from right) Convert each group 10101011 1010 1011 A B 10101011 is AB in base 16 33 18

Converting Octal to Hexadecimal End-of-chapter ex. 25: Explain how base 8 and base 16 are related 10 101 011 1010 1011 2 5 3 A B 253 in base 8 = AB in base 16 34 18

Extra-credit QUIZ: Convert from hex to octal? 2AF 16 = 8 Show all your work for credit! 35

Today we ve covered pp.39-42 of text (stopped before Converting from Base 10 to Other Bases) Solve in notebook as individual work for next class: 6 through 11 36

Homework for ch.1 is due at the beginning of next class (this Friday) 37

Subtraction QUIZ 1 0 1 0 0 0 0-1 0 0 1 0 1 Borrow values go here Check in base ten! 38 15

Periodic patterns 39

The inverse problem: Converting Decimal to Other Bases Algorithm for converting a number in base 10 to any other base R: While (the quotient is not zero) Divide the decimal number by R Make the remainder the next digit to the left in the answer Replace the original decimal number with the quotient Known as repeated division (by the base) 40 19

Converting Decimal to Binary Example: Convert 179 10 to binary 179 2 = 89 rem. 1 2 = 44 rem. 1 2 = 22 rem. 0 2 = 11 rem. 0 MSB LSB 2 = 5 rem. 1 2 = 2 rem. 1 2 = 1 rem. 0 179 10 = 10110011 2 2 = 0 rem. 1 Notes: The first bit obtained is the rightmost (a.k.a. LSB) The algorithm stops when the quotient (not the remainder!) becomes zero 41 19

Repeated division QUIZ Convert 42 10 to binary 42 2 = rem. 42 10 = 2 42 19

The repeated division algorithm can be used to convert from any base into any other base (but normally we use it only for 10 2) Read text example on p.43: Converting Decimal to Hex using repeated division 43

Binary Numbers and Computers Computers have storage units called binary digits or bits Low Voltage = 0 High Voltage = 1 All bits are either 0 or 1 44 22

Binary and Computers Word= group of bits that the computer processes at a time The number of bits in a word determines the word length of the computer. It is usually a multiple of 8. 1 Byte = 8 bits 8, 16, 32, 64-bit computers 128? 256? 45 23

6-bit computers: an Evolutionary dead-end? Motivated by the 6-bit codes for printable graphic patterns created by the U.S. Army and Navy 6, 18, 26, 36, 48-bit words Some history: 18-Bit Computers from DEC 36-bit Wikipedia Edged out of the market by the need for floatingpoint numbers IBM System/360 (1965) 8-bit microprocessors (1970s) 46

6-bit computers: an Evolutionary dead-end? Unisys is still successful with their 36- and 48-bit machines : Clearpath Dorado line of 36-bit CISC high-end servers Clearpath Libra line of 48-bit mainframes although they are being transitioned to Intel Xeon chips (64-bit): see article 47

Grace Murray Hopper Ph.D. in mathematics Wrote A-0, the world s first compiler, in 1952! Co-invented COBOL Found the first bug in Mark II Rear-admiral of the US Navy Nanosecond wires 48

From the history of computing: bi-quinary Roman abacus (source: MathDaily.com) The front panel of the legendary IBM 650 (source: Wikipedia) 49

Ethical Issues Tenth Strand What do the following acronyms stand for: ACM? IEEE? What is the tenth strand? Why the tenth? 50

Why the tenth? 51 A: In the 1989 ACM report ( Computing as a Discipline p.12), the following 9 areas (strands) of CS were defined: Algorithms and data structures Programming languages Computer Architecture Numerical and symbolic computations Operating systems (OS) Software engineering Databases Artificial intelligence (AI) Human-computer interaction

Ethical Issues Tenth Strand The latest official release of the IEEE/ACM CS Curriculum was in 2001: 3 levels of organization: areas knowledge units topics There are now 14 areas, and the tenth strand is listed in position 12 What does SP stand for? How many knowledge units does the SP area have? Name two of these units! 52

Chapter Review questions Describe positional notation Convert numbers in other bases to base 10 Convert base-10 numbers to numbers in other bases Add and subtract in binary Convert between bases 2, 8, and 16 using groups of digits Count in binary Explain the importance to computing of bases that are powers of 2 53 24 6

Individual work for next class: solve in notebook end-of-chapter exercises 22, 26 54

Homework Due next Friday, Sept. 14: End-of-chapter ex. 23, 24, 25, 28, 29, 30, 33, 38 The latest homework assigned is always available on the course webpage 55