Download presentation
Presentation is loading. Please wait.
Published byGabriella King Modified over 9 years ago
1
Introduction to Numerical Analysis I MATH/CMPSC 455 Binary Numbers
2
B INARY N UMBERS Decimal system: Use digits 0,1,2,3,4,5,6,7,8,9 and base 10 to express numbers Binary system: Use digits 0,1 and base 2 to express numbers
3
Example:
4
Decimal to Binary Integer part Divide by 2 successively and record the reminders Fractional part Multiply by 2 successively and record the integer parts Binary to Decimal Integer part Add up powers of 2 Fractional part finite: Add up powers of 2 infinite: 1. Use the shift property of multiplication by 2 2. Add up powers of 2
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.