Skip to content

Commit 2d1c023

Browse files
Finish remaining numbers-systems exercises
1 parent 1c9ac6f commit 2d1c023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

number-systems/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Convert the decimal number 14 to binary.
88
Answer:1110
99

1010
Convert the binary number 101101 to decimal:
11-
Answer:
11+
Answer:45
1212

1313
Which is larger: 1000 or 0111?
1414
Answer:1000
@@ -20,7 +20,7 @@ What is 10101 + 01010?
2020
Answer:11111
2121

2222
What is 10001 + 10001?
23-
Answer:
23+
Answer:100010
2424

2525
What's the largest number you can store with 4 bits, if you want to be able to represent the number 0?
2626
Answer:15

0 commit comments

Comments
 (0)