Skip to content

Commit 8e019a5

Browse files
committed
answers
1 parent 3d14dbd commit 8e019a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

number-systems/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Convert the hex number B to decimal.
5050
Answer: 11
5151

5252
If reading the byte 0x21 as a number, what decimal number would it mean?
53-
Answer:
53+
Answer: 528
5454

5555
If reading the byte 0x21 as an ASCII character, what character would it mean?
56-
Answer:
56+
Answer: !
5757

5858
If reading the byte 0x21 as a greyscale colour, as described in "Approaches for Representing Colors and Images", what colour would it mean?
59-
Answer:
59+
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?
6262
Answer:

0 commit comments

Comments
 (0)