Skip to content

Commit 85377a7

Browse files
committed
answers
1 parent 1172e69 commit 85377a7

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
@@ -38,10 +38,10 @@ How can you test if a binary number is a power of two (e.g. 1, 2, 4, 8, 16, ...)
3838
Answer: the most significant bit (on the left) always holds the value 1 while the rest of the bits (on the right) have 0s.
3939

4040
Convert the decimal number 14 to hex.
41-
Answer:
41+
Answer: E
4242

4343
Convert the decimal number 386 to hex.
44-
Answer:
44+
Answer: 182
4545

4646
Convert the hex number 386 to decimal.
4747
Answer:

0 commit comments

Comments
 (0)