z80:Answers 1

From Learn @ Cemetech
Revision as of 07:29, 5 February 2016 by KermMartian (talk | contribs) (Created page with "== Binary to Decimal == # 14 # 201 # 3416 # 15 # 136 == Binary to Hexadecimal == # 9 # AA # 9D # C # 86 == Decimal to Binary == # 1010 # 100100 # 111001 # 10111000 # 1011...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Binary to Decimal

  1. 14
  2. 201
  3. 3416
  4. 15
  5. 136

Binary to Hexadecimal

  1. 9
  2. AA
  3. 9D
  4. C
  5. 86

Decimal to Binary

  1. 1010
  2. 100100
  3. 111001
  4. 10111000
  5. 101111000

Decimal to Hexadecimal

  1. 5B
  2. 64
  3. 354
  4. 11B5
  5. 1A8

Hexadecimal to Binary

  1. 10000
  2. 10101011
  3. 10001111
  4. 111110
  5. 10110111

Hexadecimal to Decimal

  1. 4
  2. 248
  3. 235
  4. 209
  5. 151

Denotations

Identify the following numbers as binary, decimal, or hexadecimal according the the denotation.

  1. Binary
  2. Decimal
  3. Hexadecimal
  4. Hexadecimal
  5. Binary
  6. Decimal
  7. Hexadecimal. (*Can't use post-denotation if number starts with a letter. Suggested changes: 0AEh, or $AE)
  8. Decimal
  9. Binary
  10. Hexadecimal