-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
London | Nadika Zavodovska | Module-Tools | Sprint 1 | Number Systems #22
base: main
Are you sure you want to change the base?
London | Nadika Zavodovska | Module-Tools | Sprint 1 | Number Systems #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on working through these binary number exercises! Your answers are correct, and it's clear that you have a good understanding of how to work with binary numbers. Keep up the excellent work, and continue practicing to strengthen your intuition for binary and other number systems. You're doing fantastic!
|
||
How many bits would you need in order to store the numbers between 0 and 1000 inclusive? | ||
Answer: | ||
Answer: we need 10 bits (1111101000(binary) = 1000(decimal)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what would be the largest decimal number you can store with 10 bits?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjpeet, thank you for the interesting question. The largest decimal number that can be stored with 10 bits is 1023
. This is because if I convert 1111111111
(binary) to decimal, it equals 1023.
Hi @mjpeet, thank you so much for your helpful review and support. With your encouragement, I'm motivated to practise even more and continue improving. I really appreciate your feedback. |
Hi,
I've added my answers to the README file.
Self checklist
Thank you.