1 / 9

Binary Lesson 3 Hexadecimal

Binary Lesson 3 Hexadecimal. Counting to 15. Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex) 0 0 0 1000 8 8 1 1 1 1001 9 9 10 2 2 1010 10 A 11 3 3 1011 11 B 100 4 4 1100 12 C

Télécharger la présentation

Binary Lesson 3 Hexadecimal

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. Binary Lesson 3Hexadecimal

  2. Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex) 0 0 0 1000 8 8 1 1 1 1001 9 9 10 2 2 1010 10 A 11 3 3 1011 11 B 100 4 4 1100 12 C 101 5 5 1101 13 D 110 6 6 1110 14 E 111 7 7 1111 15 F

  3. Four Bits Make a Nybble 4s 2s 1s 8s 1001 • A nybble can be represented by one hexadecimal digit • Values from 0 to 15, or 0 to F

  4. IPv6 Address fe80:0000:0000:0000:462a:60ff:fef6:0278 8 fields, each containing 16 bits Each field has 4 hexadecimal characters, representing 4 bits each fe80 = 1111 1110 1000 0000 462a = 0100 0110 0010 1010

  5. Binary iClicker Questions

  6. What is this binary value in hexadecimal?1111 1110 1000 0000 FF00 FC00 2610 FE80 FFFE

  7. What is this binary value in hexadecimal?0010 0110 0001 0000 2600 2310 2130 3330 2610

  8. What is the hex value fc00 in binary? 1100 1100 0000 0000 1111 1111 0000 0000 1111 1110 0000 0000 1111 1100 0000 0000 1111 1110 0000 0000

  9. What is the hex value 4340 in binary? 0110 0010 0110 0000 0100 0100 0100 0000 0100 0111 0100 0000 0100 0011 0100 0000 0100 0101 0100 0000

More Related