-
-
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 | Elhadj Abdoul Diallo | Module-Tools | WEEK1- Number-systems #17
base: main
Are you sure you want to change the base?
Conversation
…mbers between 0 and 255
…mbers between 0 and 3
…mbers between 0 and 1000
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.
This is a very thoughtful response to the assignment, and I particularly enjoyed getting to see your working throughout. You've shown a very good understanding of the course material this week, and with binary and hex numbers and their practical applications. Really good work!
@@ -5,61 +5,66 @@ Do not convert any binary numbers to decimal when solving a question unless the | |||
The goal of these exercises is for you to gain an intuition for binary numbers. Using tools to solve the problems defeats the point. | |||
|
|||
Convert the decimal number 14 to binary. | |||
Answer: | |||
Answer: 1110 | |||
 |
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.
praise: It is a real pleasure to see you include your working here, you've employed a very reliable method for working these out consistently!
|
||
Convert the decimal number 386 to hex. | ||
Answer: | ||
Answer: 182 | ||
 |
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.
praise: I've never done this manually so it's really useful to see this method illustrated!
number-systems/README.md
Outdated
|
||
Convert the decimal number 386 to hex. | ||
Answer: | ||
Answer: 182 |
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.
nitpick: One of the problems with hex numbers are that they often look like decimal ones, so we can avoid this ambiguity here by using 0x182
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.
I agree, thank you for bringing this up. I am going to update it.
@ehwus Thank you for reviewing my work! I really appreciate it. |
Learners, PR Template
Self checklist