answersLogoWhite

0

It is relatively easy to code things in terms of on-and-off or magnetised-and-not (magnetic storage), or pit-or-no-pit (CDs). Coding in terms of 10 levels of magnetisation or ten depths of pits is much more difficiult and prone to error - both in writing and reading.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

Was ENIAC a decimal or binary computer?

decimal computer


What benefit does the binary digit have over decimal in ters of the internal operation of computer?

Binary is easier for the computer to understand. It is also easier to handle and is not costly.


What is bitwise product?

The bitwise product, often referred to as the bitwise AND operation, is a binary operation that takes two binary numbers and compares their bits. For each pair of corresponding bits, the result is 1 if both bits are 1, and 0 otherwise. For example, the bitwise product of the binary numbers 1101 (13 in decimal) and 1011 (11 in decimal) would be 1001 (9 in decimal). This operation is commonly used in computer science for tasks such as masking and setting specific bits.


Advantages of binary over decimal you?

The addition and multiplication table is much simpler. Also, on a computer it is easier to distinguish two different states than ten different states. For these reasons, modern computers do most of their calculations internally in binary.


What decimal number is 110 squared in binary?

If 110 is binary, and you want the answer in decimal form,110 in binary = 6 in decimal, so binary 1102 = decimal 62 = 36If 110 is decimal, and you want the answer in binary form,Decimal 1102 = 12100; decimal 12100 in binary is 10111101000100


What is the answer of binary decimal plus binary?

If you want to add numbers in different bases, in this case decimal and binary, or do any other calculation that involves different bases for that matter, you have to convert all numbers to a single system first - for example, all to decimal. Then you can do the operation. It is really up to you in what base you represent the final answer. In this example, you can convert back to binary, for example.


What is binary 10000111 in decimal?

Binary 10000111 = Decimal 135


What is the binary number for the decimal number 134?

The binary number for the decimal 134 is calculated as 128+4+2=10000110. The binary number system is used internally on almost all computers and computer based devices like cell phones.


What is the decimal binary code for 30?

Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.


What is the decimal value of 181 in binary?

Decimal 181 in binary is 10110101


Decimal 4 is binary equivalent to?

Decimal 4 is binary 100.


What is the binary coded decimal of 69?

69 in decimal = 1000101 in binary.