90 likes | 266 Views
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
E N D
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
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
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
What is this binary value in hexadecimal?1111 1110 1000 0000 FF00 FC00 2610 FE80 FFFE
What is this binary value in hexadecimal?0010 0110 0001 0000 2600 2310 2130 3330 2610
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
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