Skip to content

Commit 560b7a9

Browse files
committed
number systems, but in a branch
1 parent e643a35 commit 560b7a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

number-systems/Part-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Q4: Which is larger: 00100 or 01011?
1919
Answer: 01011
2020

2121
Q5: What is 10101 + 01010?
22-
Answer: 31
22+
Answer: 11111
2323

2424
Q6: What is 10001 + 10001?
25-
Answer: 34
25+
Answer: 100010
2626

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

0 commit comments

Comments
 (0)