Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nadika-zavodovska
Copy link

Hi,
I've added my answers to the README file.

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Thank you.

@nadika-zavodovska nadika-zavodovska added Needs Review Participant to add when requesting review 📅 Sprint 1 Assigned during Sprint 1 of this module labels Mar 3, 2025
Copy link

@mjpeet mjpeet left a 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))
Copy link

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?

Copy link
Author

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.

@mjpeet mjpeet added Reviewed Volunteer to add when completing a review Complete Volunteer to add when work is complete and review comments have been addressed and removed Needs Review Participant to add when requesting review labels Mar 4, 2025
@nadika-zavodovska
Copy link
Author

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!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Volunteer to add when work is complete and review comments have been addressed Reviewed Volunteer to add when completing a review 📅 Sprint 1 Assigned during Sprint 1 of this module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants