Download presentation
Presentation is loading. Please wait.
1
Binary Lesson 4a Hexadecimal and Binary Practice2
2
Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex) 0 0 0 1000 8 8 0 0 0 1000 8 8 1 1 1 1001 9 9 1 1 1 1001 9 9 10 2 2 1010 10 A 10 2 2 1010 10 A 11 3 3 1011 11 B 11 3 3 1011 11 B 100 4 4 1100 12 C 100 4 4 1100 12 C 101 5 5 1101 13 D 101 5 5 1101 13 D 110 6 6 1110 14 E 110 6 6 1110 14 E 111 7 7 1111 15 F 111 7 7 1111 15 F
3
Four Bits Make a Nybble 1 0 0 1 A nybble can be represented by one hexadecimal digit Values from 0 to 15, or 0 to F 8s 4s2s1s
4
Eight Bits Make a Byte 1 0 0 1 1 0 0 1 So this number is 128 + 16 + 8 + 1 = 153 8s4s2s1s8s4s2s8s4s1s2s8s4s 16s32s 128s 64s16s32s64s16s32s One nybble: 0 through F One nybble: 0 through F
5
Two hexadecimal digits make a byte 1 0 0 1 1 0 0 1 So this number is $99 = 9*16 + 9 = 144+9 = 153 One nybble: 0 through F # of 16s One nybble: 0 through F # of 1s
6
Binary iClicker Questions
7
What is 24 in hexadecimal? A.$14 B.$24 C.$20 D.$18 E.$16 1 of 11
8
What is $40 in decimal? A.96 B.100 C.40 D.64 E.60 2 of 11
9
What is 112 in hexadecimal? A.$B2 B.$40 C.$70 D.$84 E.$6C 3 of 11
10
What is 212 in hexadecimal? A.$D0 B.$C2 C.$E2 D.$D4 E.$E0 4 of 11
11
Convert this binary number to hexadecimal: 11010101 A.$D3 B.$A3 C.$E7 D.$D9 E.$D5 5 of 11
12
What is the highlighted IP Address? A.10.64.15.26 B.10.100.21.38 C.10.100.31.32 D.10.96.31.36 E.Something else 6 of 11
13
Convert this IP address to hexadecimal: 192.168.1.101 A.B0 A8 01 A1 B.C0 A8 01 61 C.C0 A0 01 65 D.C0 A8 01 6F E.Something else 7 of 11
14
Convert this IP address to binary: 10.20.30.40 A.00000111 00010010 00011110 00101000 B.00001010 00010100 00011100 00101000 C.00001010 00011000 00100000 01001000 D.00001010 00010100 00011110 00101000 E.Something else 8 of 11
15
Convert this IP address to binary: 64.42.208.11 A.00100100 00101010 11100010 00001011 B.00100010 00111000 11100000 00001101 C.00100000 00110010 11100000 00001011 D.00100000 00110010 11100000 00001111 E.Something else 9 of 11
16
Convert this IP address to binary: 1.255.128.2 A.00000001 10000000 10000000 00000001 B.00000001 11111111 11000000 00000010 C.00000001 11111111 11111111 00000010 D.00000001 11111111 10000000 00000010 E.Something else 10 of 11
17
Convert this subnet mask to binary: 255.255.240.0 A.11111111 11111111 11111100 00000000 B.01111111 01111111 01110011 00000000 C.11111111 11111111 11110000 00000000 D.11111111 11111111 11100000 00000000 E.Something else 11 of 11
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.