answersLogoWhite

0

Binary is used for representing numbers in computer systems because it is the only numeric system that can be represented with on/off switches. Each of those states, on and off, can be used to represent a digit, one and zero respectively.

If we used decimal storage, then it could only be represented in ways that are less efficient, or not technically feasible. For example, if we had a high-speed microswitch (equivalent to a transistor) that had ten different states, then we could use that, but there is no such thing. Alternatively, we could represent decimal using nine on/off switches per digit, each representing a value from one to nine, ensuring that no two of them would be simultaneously on. This though, is a waste of resources. Doing it that way, having eighteen on/off switches would represent a number from zero to 99. Using binary, the same number of on/off switches can represent a number from zero to 262143.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the binary representation of the hexadecimal number 3D9?

The binary representation is : 1111011001


What is the binary representation of the keyword "129" in decimal?

The binary representation of the keyword "129" in decimal is 10000001.


What is data codes and internal representation in computer?

Data is internally represented in binary form in what we call machine language.


What is the use of ASCII in computer system?

ASCII is the representation of Binary Digits (0 & 1s) which are interpreted by Processor as meaningful data.


What is the significance of a normalized binary number in computer science and how is it used in data representation?

A normalized binary number in computer science is important because it represents a standardized format for storing and manipulating numbers. It is used in data representation to ensure consistency and efficiency in calculations and operations. By normalizing binary numbers, computers can perform arithmetic operations more accurately and efficiently, making it easier to process and manipulate data.


Why you are using binary integer representation?

I am not!


How many zeros are present in the binary representation of 51 5?

11111111=255 'o' zeroes are present in the binary representation of 51x5


What is the binary representation of 4?

4 = 100


What is the binary representation of 13?

1310 = 11012


Is binary code an input or output device?

Binary code is not a device. It is a numerical representation of data.


What is 01101001?

That is the binary representation of the decimal number 105.


What is the binary representation of hexadecimal number of ABC?

It is 101010111100.