answersLogoWhite

0

Binary numbers have only 2 digits, 0 and 1. Binary came from a need to represent information based in magnetics that only offer an "on" or "off" state. Decimal numbers have 10 digits, 0,1,2,3,4,5,6,7,8,9. Decimal numbers came about from humans having 10 fingers to count with. Once they reach 10, they start reusing fingers (digits).

When humans count to 3, they count to their 3rd digit.

Here's how to count to 3 in binary, which only has 2 digits: 01,10,11

Here's counting to 7 in decimal: 1,2,3,4,5,6,7

Here's counting to 7 in binary: 001,010,011,100,101,110,111

All of the mathematics done in decimal can be done in binary.

No matter how fancy computers get, the bottom line is they have to store and manipulate information at a physical level, something physical must store all of that information. In computers, that physical storage is magnetic. All information is stored and manipulated at the lowest level as a combination of large binary values, large combinations of "on" and "off".

Scientists are inventing new ways to store information in computers, so perhaps in time computer storage won't be limited to binary values.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: Why do digital computer use binary number system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Why all digital devices use binary number system?

The binary number system inside the electronics of a computer is generally represented by a high or a low voltage, a charged or uncharged capacitor, or sometimes even a switch that is on or off. That these electronics are generally in either one or the other state, the binary system is the simplest.


What are binery numbers?

Binary numbers belong to Binary number system. Binary System consists of only 2 digits (known as bits) 0 & 1. Any no. from decimal number system can be converted to binary number system. Binary numbers are widely used in design of various digital gadgets & computers. Following are some decimal no.s converted into binary numbers. Decimal number Binary number 0 0 1 1 2 10 3 11 4 100 5 101 6 110


Who advocated the binary number system?

The binary system is not used because someone advocated it. It's used because each digital computer is composed of an enormous number of on-off switches. The obvious way of representing 'on-off' in numbers is as one or zero, which is the binary number system. If you ask why couldn't computers be composed of 10-way switches well that's a matter of electronics. It would be much more difficult to build those than the two-way switches.


Why do you learn number system in digital logic?

One of the biggest applications of digital logic is using circuits to perform arithmetical operations. While theoretically, any number system could be used, binary is the most simple to express in terms of digital logic circuits.


What is the advantage of having the binary number system to represent data inside the computer instead of the decimal number system?

They use the binary sysem because the number 1 means the switch is turned on and the number 0 means the switch is off. There is no way to use the decimal number system.