Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7173945
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:55:49+00:00 2026-05-28T15:55:49+00:00

I am trying very hard to develop a much deeper understanding of programming as

  • 0

I am trying very hard to develop a much deeper understanding of programming as a whole. I understand the textbook definition of “binary”, but what I don’t understand is exactly how it applies to my day to day programming?

The concept of “binary numbers” vs .. well… “regular” numbers, is completely lost on me despite my best attempts to research and understand the concept.

I am someone who originally taught myself to program by building stupid little adventure games in early DOS Basic and C, and now currently does most (er, all) of my work in PHP, JavaScript, Rails, and other “web” languages. I find that so much of this logic is abstracted out in these higher level languages that I ultimately feel I am missing many of the tools I need to continue progressing and writing better code.

If anyone could point me in the direction of a good, solid practical learning resource, or explain it here, it would be massively appreciated.

I’m not so much looking for the ‘definition’ (I’ve read the wikipedia page a few times now), but more some direction on how I can incorporate this new-found knowledge of exactly what binary numbers are into my day to day programming, if at all. I’m primarily writing in PHP these days, so references to that language specifically would be very helpful.

Edit: As pointed out.. binary is a representation of a number, not a different system altogether.. So to revise my question, what are the benefits (if any) of using binary representation of numbers rather than just… numbers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:55:51+00:00Added an answer on May 28, 2026 at 3:55 pm

    Binary trees (one of your tags), particularly binary search trees, are practical for some everyday programming scenarios (e.g. sorting).

    Binary numbers are essential to computing fundamentals but more rarely used in higher-level languages.

    Binary numbers are useful in understanding bounds, such as the largest unsigned number of various widths (e.g. 2^32 – 1 for 32-bit), or the largest and smallest signed numbers for two’s complement (the system normally used). For example, why is the smallest signed two’s complement 32-bit number -2^31 but the largest 2^31 – 1? Even odder at first glance, -(-2^31) (negating the smallest number), yields itself. (Hint, try it with 2-bit numbers, since the analysis is the same).

    Another is basic information theory. How many bits do I need to represent 10000 possibilities (log2 10000, rounded up)? It’s also applicable to cryptography, but you’re probably not getting into that much yet.

    Don’t expect to use binary everyday, but do develop a basic understanding for these and other reasons.

    If you explore pack and bitwise operators, you may find other uses. In particular, many programmers don’t know when they can use XOR (which can be understood by looking at a truth table involving the two binary digits).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying very hard to make this work but I can't see what
I am trying very hard for the last 2 hours but am not able
I have been trying very hard to achieve rounded corners with IE6+jquery ui tabs.
I am trying something very simple, but for some reason it does not work.
I am trying to understand dynamic linq and expression trees. Very basically trying to
i have been trying very hard to make tinyMCE work on my page. even
I'm having a very hard time trying to do something very simple. Here's the
I am programming a game and I have come to a very hard spot.
I'm having a very hard time trying to access a custom configuration section in
I'm having a very hard time at trying to do trivial things with Visual-generated

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.