answersLogoWhite

0


Best Answer

1 and 0 stands in for both of these states. Binary numerals are composed of the numbers 1 and 0. Different data are represented by these numbers. The number system is commonly referred to as binary, or base 2 because numbers are represented by two digits.

User Avatar

bushramathswizard

Lvl 3
2mo ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

In terms of day to day business, the binary number system holds no real advantage in the business world over decimal.

The binary number system is merely another means of representing numbers; akin to another language if you will. You can do the same operations in base 2 (binary) as base 10 (regular decimal) without losing any precision or inserting any errors. The advantage of base 10 is that people are taught to think on base 10. Everybody knows 2 + 2 = 4. Few know 0b10 + 0b10 = 0b100. (Note the use of the 0b prefix to signify binary.)

Where base 2 really holds it's own is in digital computing systems. In a digital system a data line is either on or off, 1 or 0. You cannot represent a base 10 digit on a single dateline. To directly represent a base 10 number digitally you need four datelines per digit. (This is known as Binary Coded Decimal.) However, this method is wasteful as 4 binary digits can store 0-15 but is only being used for 0-10. Also, because of that discontinuity special circuitry is required. With binary, the full range of the data bus (2 ^ (number of lines (bits)) can be utilized. Half-adders can be used for adding, and the twos-compliment method for storing negative numbers can be used which allows for subtraction using half-adders. Binary allows digital systems to operate. This, however, is unseen to most business people as knowledge of exactly how a calculator works is not requisite to use one.

I'll sum up with an old joke: There are 10 kinds of people in the world: Those who understand binary and those who don't.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does the binary number system help us in everyday business?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who defined the binary number system?

A.N.D. Leibniz defined the binary number system.


What is the difference between a number system and a binary system?

A binary system is a special type of a number system. The binary system uses only two digits, other number systems use more.


At their core computers recognize only what number system?

What is called the Binary number system. on and off is a binary state.


WHICH number system is used by 32-bit number system?

BIT means binary digit. So it is binary.


How many digits are used in a binary number system and what are they?

There are two digits in the binary number system. 0 and 1


IPv6 uses what number system?

binary number system


Why binary system based on binary number?

Because if it were not, then the name of the system would have to be changed.


What is the decimal number of the binary number 13 in the OCT counting system?

There is no decimal number for the binary number 13 because 13 cannot be a binary number.


Is the octal number system used for business dealing in Pakistan?

the octal numbering system is not used for dealing it was once used for computers but has been replaced with binary and hexadecimal because of its complexity and how it does not relate to binary at all hexadecimal and binary go together way better...


Which binary numeral system is also known as base?

The binary system is the name given to the base-2 number system.


Advantages of binary number system?

The base-2 (binary) system is simpler than a system based on any higher integer. In a way, it is the simplest possible number system.


Which number would you find in a binary code?

The numbers used in the binary number system are 1 and 0