-
-
Notifications
You must be signed in to change notification settings - Fork 27
London | 25-SDC-July | Priscilla Emebo | Sprint 1 | Number systems #93
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
base: main
Are you sure you want to change the base?
London | 25-SDC-July | Priscilla Emebo | Sprint 1 | Number systems #93
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 work! Please work on the review comments, and this will be good to go!
|
||
What's the largest number you can store with 4 bits, if you want to be able to represent the number 0? | ||
Answer: | ||
Answer: 1111 |
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 this be in the decimal number format?
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.
15
number-systems/README.md
Outdated
|
||
How can you test if a binary number is a power of two (e.g. 1, 2, 4, 8, 16, ...)? | ||
Answer: | ||
Answer: |
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.
Hint: write down 1, 2, 4, 8, .... in their binary format. Do you see a pattern?
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.
Ok...yes. Thank you so much for reviewing my work. I will work on this
I have made the necessary corrections. Thank you |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.