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 3fe804b commit 977c350Copy full SHA for 977c350
number-systems/README.md
@@ -74,7 +74,7 @@ How many bits would you need in order to store the numbers between 0 and 1000 in
74
Answer: 10
75
76
How can you test if a binary number is a power of two (e.g. 1, 2, 4, 8, 16, ...)?
77
-Answer:
+Answer: They all have only 1 bit and other bits are 0
78
79
Convert the decimal number 14 to hex.
80
Answer: E
0 commit comments