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 852d2e2 commit f4d29e6Copy full SHA for f4d29e6
number-systems/README.md
@@ -29,7 +29,7 @@ How many bits would you need in order to store the numbers between 0 and 255 inc
29
Answer: 8
30
31
How many bits would you need in order to store the numbers between 0 and 3 inclusive?
32
-Answer: 4
+Answer: 2
33
34
How many bits would you need in order to store the numbers between 0 and 1000 inclusive?
35
Answer: 10
@@ -47,10 +47,10 @@ Convert the hex number 386 to decimal.
47
Answer:
48
49
Convert the hex number B to decimal.
50
-Answer:902
+Answer: 11
51
52
If reading the byte 0x21 as a number, what decimal number would it mean?
53
-Answer: 3
+Answer: 33
54
55
If reading the byte 0x21 as an ASCII character, what character would it mean?
56
Answer: !
0 commit comments