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 1c9ac6f commit 2d1c023Copy full SHA for 2d1c023
number-systems/README.md
@@ -8,7 +8,7 @@ Convert the decimal number 14 to binary.
8
Answer:1110
9
10
Convert the binary number 101101 to decimal:
11
-Answer:
+Answer:45
12
13
Which is larger: 1000 or 0111?
14
Answer:1000
@@ -20,7 +20,7 @@ What is 10101 + 01010?
20
Answer:11111
21
22
What is 10001 + 10001?
23
+Answer:100010
24
25
What's the largest number you can store with 4 bits, if you want to be able to represent the number 0?
26
Answer:15
0 commit comments