answersLogoWhite

0

No.

eg 0.1 is non terminating in binary and so would only ever be an approximation, just like 0.3, 0.33, 0.3333333 are all approximations of 1/3 (which is non terminating when represented as a decimal).

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What decimal number is represented by the binary number?

Every decimal number can be represented by a binary number - and conversely.


What is the binary represented by of 1111?

1111 in binary is 15 in decimal. 1111 in decimal is 10001010111‬ in binary.


What is the binary number for the decimal number 101?

The decimal number 101 is represented by the binary number 1100101.


What's the highest decimal number that be represented with 5 binary digits?

The largest decimal number is binary 11111, which is decimal 31.


How is 16 in decimal represented in binary?

16 = 10000


What does B C D stand for in math?

Binary coded decimal. Each decimal digit is represented by its binary equivalent.


What is the binary number for 58?

The decimal number 58 is represented by the binary number 111010.


How are negative number represented in binary number system?

Just as in decimal, you can put a minus sign in front. For example, if 101 (binary) is decimal 5, then -101 (binary) is decimal -5.


How would the decimal value 39 be represented in binary coded decimal?

39 = 100111


What decimal number can be represented by the binary number 11011101?

221


What is the decimal number for 00101111?

The binary number represented by 00101111 is equivalent to the decimal number 47.


Difference between bcd and binary?

Binary is a base-2 numeral system that uses only two digits, 0 and 1, to represent values. Binary-Coded Decimal (BCD), on the other hand, is a form of binary encoding where each decimal digit is represented by its own group of four binary bits. For example, the decimal number 25 in binary is represented as 11001, while in BCD, it is represented as 0010 0101 (for 2 and 5). BCD is often used in digital displays and calculators to ensure accurate decimal representation.