answersLogoWhite

0


Best Answer

255

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the maximal decimal number that can be accommodated in a byte?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 smallest decimal number that can be represented by one byte?

-127 or -128


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).


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.


Convert 2 byte binary number to decimal?

0.00195 KB equals 2 bytes


What is the difference between packed bcd and unpacked bcd?

BCD:A byte (unpacked) representation of a decimal digit in the range0 through9. Unpacked decimal numbers are stored as unsigned byte quantities. Onedigit is stored in each byte. The magnitude of the number is determined fromthe low-order half-byte; hexadecimal values 0-9 are valid and areinterpreted as decimal numbers. The high-order half-byte must be zero formultiplication and division; it may contain any value for addition andsubtraction.Packed BCD:A byte (packed) representation of two decimal digits, each in the range0 through 9. One digit is stored in each half-byte. The digit in thehigh-order half-byte is the most significant. Values 0-9 are valid in eachhalf-byte. The range of a packed decimal byte is 0-99.


How 32700 stored in 1 byte?

It is not possible. A Byte is 8 bits, the largest possible 8 bit number is '11111111' which is only 255 (in normal decimal numbers).


What is the largest decimal number that a two byte integer can represent?

There are 8 bits in a byte, so a two byte integer would be 16 bits. The largest 16 bit integer possible would be 11111111111111112, which is 65535 in base 10.


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 are the Computer units?

BCD (binary coded decimal) - 4 bit Byte - 8 bit Byte


What is the decimal value of byte 2 by itself?

2.0


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.