answersLogoWhite

0

-127 or -128

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

The largest number that can be represented by one byte is?

The biggest number that can be represented in one byte is 11111111. Binary numbers have the ability to added together in a fashion similar to decimal numbers.


What is the address of the last byte in a 512 mega byte memory expressed as a decimal number?

The address of the last byte in a 512 mega byte memory, expressed as a decimal number, is 536,870,911.


What is the maximal decimal number that can be accommodated in a byte?

255


What is the binary range in decimal of a byte?

Nobody knows what you are talking about, but if you mean what the biggest number is in a byte, it is 255 or 127. The former is only for unsigned, while the latter is the maximun if the byte is signed. If you mean how many numbers can be represented, it is 256 or 128. Again, the former is if it is unsigned and the latter is if it is signed.


What number is represented by the byte 00001000?

The byte 00001000 represents the decimal number 8. In binary, each bit represents a power of 2, starting from the rightmost bit, which is 2^0. In this case, the byte has a '1' in the 2^3 position (8), and '0's in all other positions, resulting in the total value of 8.


What does a byte represent?

A byte represented of 8 bits


What is the term used to describe the smallest possible element in a computers memory?

The term used to describe smallest possible element in computer memory is byte. Some people may say bit. But logically, that's incorrect. Each character is represented by 8 bits or 1 byte. In Unicode it is represented by 16 bits or 2 bytes.


What is the largest posistive number that can be represented using 1 byte?

If the byte represents a signed number, values commonly go from minus 128 to plus 127. If the byte represents an unsigned number, values commonly go from 0 to 255.


What is the number of bytes in ipv4 address represented in dotted decimal notation?

An IPv4 address represented in dotted decimal notation consists of four octets, each ranging from 0 to 255. Each octet is 1 byte, so the total size of an IPv4 address is 4 bytes. Thus, an IPv4 address in dotted decimal notation is 4 bytes in size.


What is the largest decimal number that can be stored ising 8 bits or 1 byte?

255 is the largest decimal number. 1 byte (8 bits) can store 256 *values* (0-255).


What is the smallest unit of memory storage in a memory?

bit


Can a byte hold the value 500?

No. 1 byte = 8 bits. 5000 is represented as 110101110000110000. As the no. of binary digits is more then 8, so 500 cannot be represented in a byte.