Skip to content

Commit fc5b2d6

Browse files
committed
answers to the final set of questions
1 parent 8e019a5 commit fc5b2d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

number-systems/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If reading the byte 0x21 as a greyscale colour, as described in "Approaches for
5959
Answer: A dark shade of grey
6060

6161
If reading the bytes 0xAA00FF as an RGB colour, as described in "Approaches for Representing Colors and Images", what colour would it mean?
62-
Answer:
62+
Answer: A bright shade of purple
6363

6464
If reading the bytes 0xAA00FF as a sequence of three one-byte decimal numbers, what decimal numbers would they be?
65-
Answer:
65+
Answer: 170, 0, 255 respectively

0 commit comments

Comments
 (0)