CHAPTER 3: Number Systems The Architecture of Computer Hardware and Systems Software & Networking: An Information Technology Approach 4th Edition, Irv.

Slides:



Advertisements
Similar presentations
SUPPLEMENTARY CHAPTER 2 Instruction Addressing Modes
Advertisements

7-1 COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
CHAPTER 4: Representing Integer Data The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition, Irv Englander.
Chapter 12 Three System Examples The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition, Irv Englander.
Level ISA3: Information Representation
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Number Systems. 2 The total number of allowable symbols in a number system is called the radix or base of the system. Decimal Numbers: radix = 10 (symbols:
CHAPTER 2: Number Systems
CHAPTER 5: Floating Point Numbers
Chapter Chapter Goals Know the different types of numbers Describe positional notation.
Chapter 101 Information Technology For Management 6 th Edition Turban, Leidner, McLean, Wetherbe Lecture Slides by L. Beaubien, Providence College John.
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
CHAPTER 9: Input / Output
5th Edition, Irv Englander
CHAPTER 2: Introduction to Systems Concepts and Systems Architecture
Managerial Accounting by James Jiambalvo
2-1 Information Technologies Concepts and Management.
Accounting Information Systems, 1st Edition
CHAPTER 11: Modern Computer Systems
ES 244: Digital Logic Design Chapter 1 Chapter 1: Introduction Uchechukwu Ofoegbu Temple University.
Numbering systems.
CS105 INTRODUCTION TO COMPUTER CONCEPTS BINARY VALUES & NUMBER SYSTEMS Instructor: Cuong (Charlie) Pham.
CHAPTER 5: Representing Numerical Data
“Copyright © 2001 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
How Computers Work Dr. John P. Abraham Professor UTPA.
CHAPTER 11: Modern Computer Systems
CHAPTER 9: Input / Output
Chapter 12 To accompany Helping Children Learn Math Cdn Ed, Reys et al. ©2010 John Wiley & Sons Canada Ltd.
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,
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Date: Session III Topic: Number Systems Faculty: Anita Kanavalli Department of CSE M S Ramaiah.
Number systems, Operations, and Codes
CHAPTER 3: Number Systems
Design & Layout of Foodservice Facilities Reading Architectural Drawings Using the Architects’ Scale.
CHAPTER 6: The Little Man Computer
Chapter 111 Information Technology For Management 6 th Edition Turban, Leidner, McLean, Wetherbe Lecture Slides by L. Beaubien, Providence College John.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
9-1 COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
“Copyright © 2001 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Slide 1-1 Chapter 1 Terms Information Systems Overview Introduction to Information Systems Judith C. Simon.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
7-1 COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
1 LO 7 Compute earnings per share in a complex capital structure. Dirac Enterprises Example (Solution 1) Compute basic & diluted earnings per share for.
Lecture 2 Number Systems
Introduction to Drafting and Design
CHAPTER 3: Number Systems
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Copyright 2006 John Wiley & Sons, Inc. Beni Asllani University of Tennessee at Chattanooga Operations Management - 5 th Edition Chapter 10 Supplement Roberta.
Slide 8-1 Chapter 8 Terms Programming Languages Introduction to Information Systems Judith C. Simon.
A- 1. A- 2 Appendix B Standards of Ethical Conduct for Management Accountants The Institute of Management Accountants has published and promoted the following.
K-1. K-2 Appendix K Standards of Ethical Conduct for Management Accountants The Institute of Management Accountants has published and promoted the following.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
I-1. I-2 I ACCOUNTING FOR SOLE PROPRIETORSHIPS Accounting, Fifth Edition.
H-1 Prepared by Coby Harmon University of California, Santa Barbara Westmont College.
Digital logic COMP214  Lecture 2 Dr. Sarah M.Eljack Chapter 1 1.
“Copyright © 2001 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
CHAPTER 5: Representing Numerical Data
Chapter 2 Binary Number Systems.
Introduction To Number Systems
CHAPTER 6: The Little Man Computer
Number Systems and Binary Arithmetic
COMPUTING FUNDAMENTALS
Prepared by Debby Bloom-Hill CMA, CFM
Number System conversions
liquidation of a partnership.
Transportation and Transshipment Models
Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Module 1: Decision Making,
CHAPTER 6: The Little Man Computer
Digital Logic Design (CSNB163)
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
Presentation transcript:

CHAPTER 3: Number Systems The Architecture of Computer Hardware and Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons  2010 PowerPoint slides authored by Wilson Wong, Bentley University PowerPoint slides for the 3 rd edition were co-authored with Lynne Senne, Bentley University

Why Binary?  Early computer design was decimal  Mark I and ENIAC  John von Neumann proposed binary data processing (1945)  Simplified computer design  Used for both instructions and data  Natural relationship between on/off switches and calculation using Boolean logic OnOff TrueFalse YesNo Copyright 2010 John Wiley & Sons, Inc.

Counting and Arithmetic  Decimal or base 10 number system  Origin: counting on the fingers  “Digit” from the Latin word digitus meaning “finger”  Base: the number of different digits including zero in the number system  Example: Base 10 has 10 digits, 0 through 9  Binary or base 2  Bit (binary digit): 2 digits, 0 and 1  Octal or base 8: 8 digits, 0 through 7  Hexadecimal or base 16: 16 digits, 0 through F  Examples: = A 16 ; = B Copyright 2010 John Wiley & Sons, Inc.

Keeping Track of the Bits  Bits commonly stored and manipulated in groups  8 bits = 1 byte  4 bytes = 1 word (in many systems)  Number of bits used in calculations  Affects accuracy of results  Limits size of numbers manipulated by the computer 3-4 Copyright 2010 John Wiley & Sons, Inc.

Numbers: Physical Representation  Different numerals, same number of oranges  Cave dweller: IIIII  Roman: V  Arabic: 5  Different bases, same number of oranges  5 10   Copyright 2010 John Wiley & Sons, Inc.

Number System  Roman: position independent  Modern: based on positional notation (place value)  Decimal system: system of positional notation based on powers of 10.  Binary system: system of positional notation based powers of 2  Octal system: system of positional notation based on powers of 8  Hexadecimal system: system of positional notation based powers of Copyright 2010 John Wiley & Sons, Inc.

Positional Notation: Base 10 Place Value Evaluate5 x 1002 x 107 x1 Sum ’s place 10’s place 527 = 5 x x x ’s place 3-7 Copyright 2010 John Wiley & Sons, Inc.

Positional Notation: Octal = Place Value6481 Evaluate6 x 642 x 84 x 1 Sum for Base ’s place8’s place1’s place 3-8 Copyright 2010 John Wiley & Sons, Inc.

Positional Notation: Hexadecimal 6, = 26, Place Value4, Evaluate 6 x 4,096 7 x 2560 x 164 x 1 Sum for Base 10 24,5761, ,096’s place256’s place1’s place16’s place 3-9 Copyright 2010 John Wiley & Sons, Inc.

Positional Notation: Binary Place Value Evaluate1 x 1281 x 640 x 321 x160 x 81 x 41 x 20 x 1 Sum for Base = Copyright 2010 John Wiley & Sons, Inc.

Range of Possible Numbers  R = B K where  R = range  B = base  K = number of digits  Example #1: Base 10, 2 digits  R = 10 2 = 100 different numbers (0…99)  Example #2: Base 2, 16 digits  R = 2 16 = 65,536 or 64K  16-bit PC can store 65,536 different number values 3-11 Copyright 2010 John Wiley & Sons, Inc.

Decimal Range for Bit Widths BitsDigitsRange 10+2 (0 and 1) (0 to 15) ,024 (1K) ,536 (64K) 2061,048,576 (1M) 329+4,294,967,296 (4G) 6419+Approx. 1.6 x Approx. 2.6 x Copyright 2010 John Wiley & Sons, Inc.

Base or Radix  Base:  The number of different symbols required to represent any given number  The larger the base, the more numerals are required  Base 10 : 0,1, 2,3,4,5,6,7,8,9  Base 2 : 0,1  Base 8 : 0,1,2, 3,4,5,6,7  Base 16 : 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F 3-13 Copyright 2010 John Wiley & Sons, Inc.

Number of Symbols vs. Number of Digits  For a given number, the larger the base  the more symbols required  but the fewer digits needed  Example #1:   Example #2:  11C Copyright 2010 John Wiley & Sons, Inc.

Counting in Base 2 Binary Number Equivalent Decimal Number 8’s (2 3 )4’s (2 2 )2’s (2 1 )1’s (2 0 ) 00 x x x x x x x x x x x x x x x x x x x Copyright 2010 John Wiley & Sons, Inc.

Base 10 Addition Table etc = Copyright 2010 John Wiley & Sons, Inc.

Base 8 Addition Table = 11 8 (no 8 or 9, of course) 3-17 Copyright 2010 John Wiley & Sons, Inc.

Base 10 Multiplication Table x etc x 6 10 = Copyright 2010 John Wiley & Sons, Inc.

Base 8 Multiplication Table x x 6 8 = Copyright 2010 John Wiley & Sons, Inc.

Addition BaseProblemLargest Single Digit Decimal Octal Hexadecimal 6 +9 F Binary Copyright 2010 John Wiley & Sons, Inc.

Addition BaseProblemCarryAnswer Decimal 6 +4 Carry the 1010 Octal 6 +2 Carry the 810 Hexadecimal 6 +A Carry the 1610 Binary 1 +1 Carry the Copyright 2010 John Wiley & Sons, Inc.

Binary Arithmetic Copyright 2010 John Wiley & Sons, Inc.

Binary Arithmetic  Addition  Boolean using XOR and AND  Multiplication  AND  Shift  Division x Copyright 2010 John Wiley & Sons, Inc.

Binary Arithmetic: Boolean Logic  Boolean logic without performing arithmetic  EXCLUSIVE-OR  Output is “1” only if either input, but not both inputs, is a “1”  AND (carry bit)  Output is “1” if and only both inputs are a “1” Copyright 2010 John Wiley & Sons, Inc.

Binary Multiplication  Boolean logic without performing arithmetic  AND (carry bit)  Output is “1” if and only both inputs are a “1”  Shift  Shifting a number in any base left one digit multiplies its value by the base  Shifting a number in any base right one digit divides its value by the base  Examples:  shift left =  shift right = 1 10  10 2 shift left =  10 2 shift right = Copyright 2010 John Wiley & Sons, Inc.

Binary Multiplication ’s place 0 2’s place ’s place (bits shifted to line up with 4’s place of multiplier) Result (AND) 3-26 Copyright 2010 John Wiley & Sons, Inc.

Converting from Base 10 Power Base ,7684, ,5364,  Powers Table 3-27 Copyright 2010 John Wiley & Sons, Inc.

From Base 10 to Base = Power Base Integer42/32 = 1 Remainder 10/16 = /8 = 1 2 2/4 = 0 2 2/2 = 1 0 0/1 = Copyright 2010 John Wiley & Sons, Inc.

From Base 10 to Base 2 Base )42( 0 Least significant bit 2 ) 21( 1 2 )10( 0 2 )5( 1 2 )2( 0 2 )1 Most significant bit Base Remainder Quotient 3-29 Copyright 2010 John Wiley & Sons, Inc.

From Base 10 to Base 16 5, = Power Base ,5364, Integer 5,735 /4,096 = 1 1,639 / 256 = /16 = 6 7 Remainder 5, ,096 = 1,639 1,639 –1,536 = – 96 = Copyright 2010 John Wiley & Sons, Inc.

From Base 10 to Base 16 Base 108, )8,039( 7 Least significant bit 16 )502( 6 16 )31( )1( 1 Most significant bit 16 )0 Base 161F67 Quotient Remainder 3-31 Copyright 2010 John Wiley & Sons, Inc.

From Base 8 to Base = 3, Power x 7 x 2x 6x 3 Sum for Base 10 3, Copyright 2010 John Wiley & Sons, Inc.

From Base 8 to Base = 3, x =58 x =470 x =3, Copyright 2010 John Wiley & Sons, Inc.

From Base 16 to Base 2  The nibble approach  Hex easier to read and write than binary  Why hexadecimal?  Modern computer operating systems and networks present variety of troubleshooting data in hex format Base 161F67 Base Copyright 2010 John Wiley & Sons, Inc.

Fractions  Number point or radix point  Decimal point in base 10  Binary point in base 2  No exact relationship between fractional numbers in different number bases  Exact conversion may be impossible 3-35 Copyright 2010 John Wiley & Sons, Inc.

Decimal Fractions  Move the number point one place to the right  Effect: multiplies the number by the base number  Example:  Move the number point one place to the left  Effect: divides the number by the base number  Example: Copyright 2010 John Wiley & Sons, Inc.

Fractions: Base 10 and Base 2 Place Value1/101/1001/10001/10000 Evaluate2 x 1/105 x 1/1008 x 1/10009 x1/1000 Sum = Place Value1/21/41/81/161/321/64 Evaluate1 x 1/20 x 1/41x 1/80 x 1/161 x 1/321 x 1/64 Sum Copyright 2010 John Wiley & Sons, Inc.

Fractions: Base 10 and Base 2  No general relationship between fractions of types 1/10 k and 1/2 k  Therefore a number representable in base 10 may not be representable in base 2  But: the converse is true: all fractions of the form 1/2 k can be represented in base 10  Fractional conversions from one base to another are stopped  If there is a rational solution or  When the desired accuracy is attained 3-38 Copyright 2010 John Wiley & Sons, Inc.

Mixed Number Conversion  Integer and fraction parts must be converted separately  Radix point: fixed reference for the conversion  Digit to the left is a unit digit in every base  B 0 is always 1 regardless of the base 3-39 Copyright 2010 John Wiley & Sons, Inc.

Copyright 2010 John Wiley & Sons All rights reserved. Reproduction or translation of this work beyond that permitted in section 117 of the 1976 United States Copyright Act without express permission of the copyright owner is unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages caused by the use of these programs or from the use of the information contained herein.” 3-40 Copyright 2010 John Wiley & Sons, Inc.