1 / 8

Numeric Systems

Numeric Systems. All Numeric Systems. Numeric Systems. Decimal Binary Octal Hexadecimal. Numeric Systems. Decimal Base 10 0,1,2… 9 Arabic Hindu numbers How do we read this number? Why? 9,852. Binary Numbers. 1 and 0 Binary digits (bits) Base 2

Download Presentation

Numeric Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numeric Systems All Numeric Systems

  2. Numeric Systems • Decimal • Binary • Octal • Hexadecimal

  3. Numeric Systems • Decimal • Base 10 • 0,1,2… 9 • Arabic Hindu numbers How do we read this number? Why? 9,852

  4. Binary Numbers • 1 and 0 • Binary digits (bits) • Base 2 • Ascii (American Standard for Information interchange) System • Std ASCCII 7 bits yields 128 presentations • Extended ASCII 8 bit Yields 256 presentations 1010 Is 12 not One hundred and ten

  5. Octal Numbers • 0,1,2 .. 7 • Base 8 • Binary coded Octal 3 bits • 6 base 10 is not the same as 6 base 10 or 6 base 16 ?!

  6. Hexadecimal Numbers • 0,1,2 .. 9, A, B, … F • Base 16 • Binary coded hex 4 bits • 6 base 10 is not the same as 6 base 10 or 6 base 16 ?!

  7. convert • From decimal to: • to Binary • Hexadecimal • Octal

  8. convert • From Binary to: • to Binary • BCH to Hexadecimal • BCO to Octal

More Related