Skip to content

Commit f4d29e6

Browse files
committed
Fix errors
1 parent 852d2e2 commit f4d29e6

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
@@ -29,7 +29,7 @@ How many bits would you need in order to store the numbers between 0 and 255 inc
2929
Answer: 8
3030

3131
How many bits would you need in order to store the numbers between 0 and 3 inclusive?
32-
Answer: 4
32+
Answer: 2
3333

3434
How many bits would you need in order to store the numbers between 0 and 1000 inclusive?
3535
Answer: 10
@@ -47,10 +47,10 @@ Convert the hex number 386 to decimal.
4747
Answer:
4848

4949
Convert the hex number B to decimal.
50-
Answer:902
50+
Answer: 11
5151

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

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

0 commit comments

Comments
 (0)