Skip to content

Commit 977c350

Browse files
committed
corrections
1 parent 3fe804b commit 977c350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number-systems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ How many bits would you need in order to store the numbers between 0 and 1000 in
7474
Answer: 10
7575

7676
How can you test if a binary number is a power of two (e.g. 1, 2, 4, 8, 16, ...)?
77-
Answer:
77+
Answer: They all have only 1 bit and other bits are 0
7878

7979
Convert the decimal number 14 to hex.
8080
Answer: E

0 commit comments

Comments
 (0)