We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d14dbd commit 8e019a5Copy full SHA for 8e019a5
number-systems/README.md
@@ -50,13 +50,13 @@ Convert the hex number B to decimal.
50
Answer: 11
51
52
If reading the byte 0x21 as a number, what decimal number would it mean?
53
-Answer:
+Answer: 528
54
55
If reading the byte 0x21 as an ASCII character, what character would it mean?
56
+Answer: !
57
58
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: A dark shade of grey
60
61
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:
0 commit comments