answersLogoWhite

0


Best Answer

The binary number 11111111 represents the number 255 in base 10.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is binary 11111111 represents what base ten number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the correct binary number for 255?

11111111 (base 2, also called biinary) represents 255. This is all 8 bits of a byte have a value of 1. A byte can represent 256 different values (0 to 255)


What is the biggest number you can get with 8 bits?

the largest number you can get in binary with 8 bits is 11111111.in base ten, you would add up like so: 1+2+4+8+16+32+64+128+256.This equals 511.In binary with 8 bits you get 11111111. In base ten, that is 1+2+4+8+16+32+64+128 which is 255.


What does the decimal number 255 mean in binary?

255 as a decimal number (also known as a base 10 number) = 11111111 in binary (also known as a base 2 number). In binary, each digit is known as a bit, and 8 bits are known as 1 byte. 255 is the largest (positive) number you can make in binary using only 8 bits (1 byte).


What base 10 number is represented by binary 10110101100011?

10110101100011 represents 11619 in base 10.


What would 11111111 be in decimal?

There is no indication that the base of the given number is anything other than "normal". Since the default base is 10, the answer is 11111111.


Why are different number systems used in computers?

It turns out that using the binary system - base 2 - requires circuits that are extremely simple, compared to circuits that manage decimal (base 10) numbers. So, internally, computers do lots of stuff in binary. Octal and hexadecimal numbers are used as shorthand for binaries, to make them readable for humans. This is because on average, a number written in binary digits requires 3-4 times as many digits as a number in decimal. Each octal (base 8) number simply represents three bits (binary digits); while each hexadecimal (base 16) number represents 4 bits.


What number base is binary?

The base two is binary. That's where bi- comes from.


Each place value in a binary number represents what?

A power of 2. In the decimal system, we use powers of 10, in the binary system, powers of 2. Other number system use some other number as their base; for example, hexadecimal (base-16) uses powers of 16.


Which is the number of base in binary number system?

Base 2


The base 10 number 21 is equal to the binary number?

The number 21 in binary is 10101


What does 1012000 mean?

If this represents a number written in the common base of 10, then "1012000" means "one million 12 thousand". If it represents a number written in the base of 3, then "1012000" means "eight hundred sixty-four". It it represents a number written in the base of 8, then "1012000" means "two hundred sixty-seven thousand two hundred sixty-four". It could represent a number written in any base, except 2 (binary).


What is Binary System is and how ito represents data?

The binary numeral system, or base-2 number systemrepresents numeric values using two symbols, 0 and 1. More specifically, the usual base-2 system is apositional notation with a radix of 2.