Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGlenn Irwin
961 Pointswhat is the base number in the binary number system?
Help me understand the base number for binary number system?
2 Answers
Michael Afanasiev
Courses Plus Student 15,596 PointsHi Glenn,
Here's a cool video to explain the binary number system in a quick way.
To get a deep understanding of the binary number system and computer science in general search for the course CS50 on YouTube, highly recommended!!!
Also, the binary number system uses the number 2 as its base number.
Melanie Day
5,540 PointsHello,
I'm not sure the binary number systems base number is 2. It's made up of 1's and 0's, 1 being the base number. Wikipedia is always a good source for more info if interested: https://en.wikipedia.org/wiki/Binary_code
Michael Afanasiev
Courses Plus Student 15,596 PointsHi Melanie,
"A binary code represents text or computer processor instructions using the binary number system's two binary digits, 0 and 1" - https://en.wikipedia.org/wiki/Binary_code
1's and 0's are 2 digits. :)
Melanie Day
5,540 PointsHi Michael,
Haha, just been diving deeper into this to better understand. Yes I was totally wrong and now myself understand what and why the base number is 2.
Thanks for your feedback :)
Michael Afanasiev
Courses Plus Student 15,596 PointsGlad I could help! :D
Glenn Irwin
961 PointsGlenn Irwin
961 Pointsthanks this really helped