Lecture Outline CS1101: Lecture 11 Binary Numbers Dr. Barry O’Sullivan • The General Form of a Decimal Number
[email protected] • Some Radix Systems • Examples of Radix Numbers • Conversions: Binary, Octal, Hexadecimal • Examples: Conversion • Decimal-Binary Conversion by Halving Course Homepage • Reading: Tanenbaum, Appendix A. http://www.cs.ucc.ie/˜osullb/cs1101 Department of Computer Science, University College Cork Department of Computer Science, University College Cork 1 CS1101: Systems Organisation Binary Numbers CS1101: Systems Organisation Binary Numbers The General Form of a Decimal Number Some Radix Systems 100's 10's 1's .1's .01's .001's place place place place place place • A radix k number system requires k different symbols to represent the digits 0 to k − 1. dn …d2 d1 d0 . d–1 d–2 d–3 • Decimal numbers are built up from the 10 decimal digits n i Number = Σ di × 10 i = –k 0123456789 Figure A.1 The general form of a decimal number • Binary numbers do not use these ten digits. They are all constructed exclusively from the two binary digits 01 • Octal numbers are built up from the eight octal digits 01234567 Department of Computer Science, University College Cork 2 Department of Computer Science, University College Cork 3 Some Radix Systems Examples of Radix Numbers • For hexadecimal numbers, 16 digits are needed. Thus six new symbols are required. Binary 1 1 1 1 10 1 00 0 1 It is conventional to use the upper case letters 1 × 210 + 1 × 29 + 1 × 28 + 1 × 27 + 1 × 26 + 0 × 25 + 1 × 24 + 0 × 23 + 0 × 22 + 0 × 21 + 1 × 20 A through F for the six digits following 9.