answersLogoWhite

0

Plus or minus 65,535

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Other Math

What is the binary number for 238?

The binary number is 11101110. A binary number represents exponential values of 2, in this case 8 digits for 128, 64, 32, 16, 8, 4, 2, and 1 238 = 128 + 64 + 32 + (0x16) + 8 + 4 + 2 + (0x1)


What decimal number is equivalent to binary number 121?

That's not a binary number ! Binary numbers can only use the digits 1 and 0.


What digits can be used in a binary number?

0 and 1


Which binary code strings represents the number 5?

The number 5 in binary is 101


What is 10111010 in hexidecimal?

I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).

Related Questions

What is the maximum number represents by 10 bit signed binary digits?

+511


How many digits does binary number system use?

The binary number system uses two digits: 0 and 1. This base-2 system represents values using combinations of these two digits. Each digit represents a power of 2, allowing for the representation of any integer or binary-coded data.


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


What is 1000 binary?

In binary, the number 1000 is represented as 1111101000. This is calculated by converting the decimal number 1000 into binary, which involves dividing the number by 2 and recording the remainders. The binary representation uses only the digits 0 and 1, where each digit represents a power of 2.


What do you know about binary number system?

The binary number system is a base-2 numeral system that uses only two digits: 0 and 1. It is fundamental in digital electronics and computer science because it aligns with the on/off states of electronic circuits. Each binary digit (bit) represents an increasing power of 2, enabling the representation of any numerical value through combinations of these two digits. For example, the binary number 1011 represents the decimal number 11.


How many binary digits would be required to represent the decimal number 1000 in the binary number system?

10 digits.


What is the binary of 122?

The binary representation of the decimal number 122 is 1111010. This is obtained by converting the decimal number into its binary form, where each bit represents a power of 2. In this case, 122 can be expressed as (64 + 32 + 16 + 8 + 2), corresponding to the binary digits.


What language consists of only two digits 0 and 1?

Binary code represents text using the binary number system's two digits 1 and 0. The code assigns a bit string to each symbol or instruction. Binary is commonly used for encoding data.


Was binary stands for binary digits?

No, binary is a number system.A binary digit is called a bit.


How many binary digits in a bit rate?

A bit rate is typically measured in bits per second (bps), where each bit represents a binary digit (0 or 1). Thus, the number of binary digits in a bit rate corresponds directly to the number of bits being transmitted per second. For example, a bit rate of 1,000 bps means 1,000 binary digits are transmitted every second.


What is 01101101 in binary?

The binary number 01101101 represents the decimal value 109. In the context of ASCII encoding, it corresponds to the lowercase letter 'm'. Binary is a base-2 numeral system that uses only two digits, 0 and 1, to represent values. Each digit in a binary number represents a power of 2, starting from the rightmost digit.


What is the binary number for 84?

It is the binary number 1010100. A binary number represents exponential values of 2, in this case 7 digits for 64, 32, 16, 8, 4, 2, and 1 84 = 64 + (0x32) + 16 + (0x8) +4 + (0x2) + (0x1) = 1010100