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 binary representation of 0.125?

The binary representation of the decimal number 0.125 can be found by converting it to binary. Since 0.125 is equal to ( \frac{1}{8} ), it can be expressed as ( 0.001 ) in binary. This is derived from the fact that ( 2^{-3} = 0.125 ). Thus, the binary representation of 0.125 is ( 0.001 ).


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.


What is the binary representation for a?

To provide the binary representation for "a," we first need to know that "a" is a character in the ASCII (American Standard Code for Information Interchange) encoding system. In ASCII, the character "a" is represented by the decimal value 97, which converts to binary as 01100001. Thus, the binary representation for "a" is 01100001.


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


Binary representation of 0xCA?

The hexadecimal value 0xCA can be converted to binary by converting each hex digit to its 4-bit binary equivalent. The hex digit 'C' corresponds to the binary 1100, and 'A' corresponds to 1010. Therefore, the binary representation of 0xCA is 11001010.


What is the binary representation of 4?

4 = 100


What is the binary representation of 13?

1310 = 11012