A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | ||||||||||||||||||||||||||||||||||
2 | Bitmaps | |||||||||||||||||||||||||||||||||
3 | ||||||||||||||||||||||||||||||||||
4 | PART 1 | |||||||||||||||||||||||||||||||||
5 | Create your own 8x8 bitmaps on the grids below. Then convert your bitmap into binary as shown in the example - using "0" to represent a white pixel and a "1" to represent a black pixel. Finally convert the binary number into a hexadecimal. | |||||||||||||||||||||||||||||||||
6 | ||||||||||||||||||||||||||||||||||
7 | Binary | Hex | Binary | Hex | ||||||||||||||||||||||||||||||
8 | 00000000 | 00 | 00000000 | |||||||||||||||||||||||||||||||
9 | 00011100 | 1c | 01000010 | |||||||||||||||||||||||||||||||
10 | 00100010 | 22 | 01001010 | |||||||||||||||||||||||||||||||
11 | 01000001 | 41 | 00010000 | |||||||||||||||||||||||||||||||
12 | 01001001 | 49 | 00011000 | |||||||||||||||||||||||||||||||
13 | 01000001 | 41 | 01000010 | |||||||||||||||||||||||||||||||
14 | 00100010 | 22 | 00111100 | |||||||||||||||||||||||||||||||
15 | 00011100 | 1c | 00000000 | |||||||||||||||||||||||||||||||
16 | ||||||||||||||||||||||||||||||||||
17 | Binary | Hex | Binary | Hex | ||||||||||||||||||||||||||||||
18 | ||||||||||||||||||||||||||||||||||
19 | ||||||||||||||||||||||||||||||||||
20 | ||||||||||||||||||||||||||||||||||
21 | ||||||||||||||||||||||||||||||||||
22 | ||||||||||||||||||||||||||||||||||
23 | ||||||||||||||||||||||||||||||||||
24 | ||||||||||||||||||||||||||||||||||
25 | ||||||||||||||||||||||||||||||||||
26 | ||||||||||||||||||||||||||||||||||
27 | PART 2 | |||||||||||||||||||||||||||||||||
28 | Convert from hexadecimal into binary, then convert the binary number into a bitmap. For the second grid, ask one of your class mates for the hexadecimal values or binary from their favourite bitmap from Part 1 of this excercise. Take care not to peek at your class mates bitmap while writing down the binary. | |||||||||||||||||||||||||||||||||
29 | ||||||||||||||||||||||||||||||||||
30 | Hex | Binary | Hex | Binary | ||||||||||||||||||||||||||||||
31 | 7e | 01111110 | ||||||||||||||||||||||||||||||||
32 | 81 | 10000001 | ||||||||||||||||||||||||||||||||
33 | a5 | 10100101 | ||||||||||||||||||||||||||||||||
34 | a5 | 10100101 | ||||||||||||||||||||||||||||||||
35 | 81 | 10000001 | ||||||||||||||||||||||||||||||||
36 | bd | 10111101 | ||||||||||||||||||||||||||||||||
37 | 81 | 10000001 | ||||||||||||||||||||||||||||||||
38 | 7e | 01111110 | ||||||||||||||||||||||||||||||||
39 | ||||||||||||||||||||||||||||||||||
40 | cse4k12.org/binary/bitmaps.html | |||||||||||||||||||||||||||||||||
41 | ||||||||||||||||||||||||||||||||||
42 | ||||||||||||||||||||||||||||||||||
43 | ||||||||||||||||||||||||||||||||||
44 | ||||||||||||||||||||||||||||||||||
45 | ||||||||||||||||||||||||||||||||||
46 | ||||||||||||||||||||||||||||||||||
47 | ||||||||||||||||||||||||||||||||||
48 | ||||||||||||||||||||||||||||||||||
49 | ||||||||||||||||||||||||||||||||||
50 | ||||||||||||||||||||||||||||||||||
51 | ||||||||||||||||||||||||||||||||||
52 | ||||||||||||||||||||||||||||||||||
53 | ||||||||||||||||||||||||||||||||||
54 | ||||||||||||||||||||||||||||||||||
55 | ||||||||||||||||||||||||||||||||||
56 | ||||||||||||||||||||||||||||||||||
57 | ||||||||||||||||||||||||||||||||||
58 | ||||||||||||||||||||||||||||||||||
59 | ||||||||||||||||||||||||||||||||||
60 | ||||||||||||||||||||||||||||||||||
61 | ||||||||||||||||||||||||||||||||||
62 | ||||||||||||||||||||||||||||||||||
63 | ||||||||||||||||||||||||||||||||||
64 | ||||||||||||||||||||||||||||||||||
65 | ||||||||||||||||||||||||||||||||||
66 | ||||||||||||||||||||||||||||||||||
67 | ||||||||||||||||||||||||||||||||||
68 | ||||||||||||||||||||||||||||||||||
69 | ||||||||||||||||||||||||||||||||||
70 | ||||||||||||||||||||||||||||||||||
71 | ||||||||||||||||||||||||||||||||||
72 | ||||||||||||||||||||||||||||||||||
73 | ||||||||||||||||||||||||||||||||||
74 | ||||||||||||||||||||||||||||||||||
75 | ||||||||||||||||||||||||||||||||||
76 | ||||||||||||||||||||||||||||||||||
77 | ||||||||||||||||||||||||||||||||||
78 | ||||||||||||||||||||||||||||||||||
79 | ||||||||||||||||||||||||||||||||||
80 | ||||||||||||||||||||||||||||||||||
81 | ||||||||||||||||||||||||||||||||||
82 | ||||||||||||||||||||||||||||||||||
83 | ||||||||||||||||||||||||||||||||||
84 | ||||||||||||||||||||||||||||||||||
85 | ||||||||||||||||||||||||||||||||||
86 | ||||||||||||||||||||||||||||||||||
87 | ||||||||||||||||||||||||||||||||||
88 | ||||||||||||||||||||||||||||||||||
89 | ||||||||||||||||||||||||||||||||||
90 | ||||||||||||||||||||||||||||||||||
91 | ||||||||||||||||||||||||||||||||||
92 | ||||||||||||||||||||||||||||||||||
93 | ||||||||||||||||||||||||||||||||||
94 | ||||||||||||||||||||||||||||||||||
95 | ||||||||||||||||||||||||||||||||||
96 | ||||||||||||||||||||||||||||||||||
97 | ||||||||||||||||||||||||||||||||||
98 | ||||||||||||||||||||||||||||||||||
99 | ||||||||||||||||||||||||||||||||||
100 |