answersLogoWhite

0


Best Answer

byte has 8 bits all bits at 0 = zero all bits at 1 = 255

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What decimal numbers can 1 byte represent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 difference between Binary numbers and Decimal Numbers?

Binary can only be 1 & 0. Decimal numbers have a dot in them. Binary numbers use only 2 symbols (0 and 1) to represent different numbers, while decimal numbers use 10 symbols (0 to 9) to represent different numbers. check the below link for more.


How many hex digits are required represent decimal numbers up to 1 million?

5 digits will suffice.


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 makes up a byte of memory?

What needs to be undestood is that all data is represented by numbers in binary form. Each binary digit (a single 1 or 0) is called a bit, and 1 byte is 8 bits, the amount needed to represent any number between 0 and 255. Therefore 1 byte is equivalent to 1 letter, number or punctuation character.


What is largest BCD encoded decimal value that can be represented in three bytes?

A BCD digit only uses the binary patterns that represent decimal numbers, ie 0000 - 1001; this requires 4 bits (1 nybble) so there can be 2 BCD digits to a byte. Therefore in 3 bytes there can be 3 × 2 = 6 BCD digits. The largest BCD digit is 1001 = 9. Assuming non-signed, the maximum 3 byte BCD number is 999,999.


What number does a bit that is turned on represent?

When a bit is turned on, it represents a "1". When it is turned off, it represents a "0". The exact value depends on where the bit is within the byte it is part of. In the binary number 0000 0001, the last bit is set to 1 and represents the number 1. In the binary number 0000 0010, the second to last bit is set to 1, which corresponds to the "2's" place relative to decimal numbers. In the binary number 0000 1000, the bit that is set to 1 represents the value "8" in decimal numbers.


How many hex digits are required to represent decimal numbers upto 1 million?

1 million < 165 so 6 digits would be enough.


How many decimal places in a 32 bit word?

The maximum value represented in a 32-bit unsigned word is 232-1 = 4,294,967,295, so you can represent all numbers with 9 decimal places and some numbers with 10 decimal places in 32-bits. log(232-1) = 9.632959861 is the true answer.


How many bits are there in a byte and what are they used forwhat type of animal is a corvid?

There are 8 bits in a byte. Bits are a digit in a binary number. Binary is a number system that only has 2 symbols (0 and 1) that can be used to represent a number, as opposed to the usual decimal system that we're used to, which has 10 symbols (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9). In computers, all data is stored as a series of 8-bit binary numbers.


What is the purpose of the Byte in programming?

A byte is group of 8 bits. 128 64 32 16 8 4 2 1 1 1 1 1 1 1 1 = 255 Which in binary can represent a number up to 255. Larger numbers are represented by grouping bytes together. The central processor can handle complete bytes at time, each number represents a command.


What is 1 byte?

It is a collection of eight bits which represent one character. Each bit can have the value of 0 or 1, zero or one. A byte has 256 possible combinations of 0's and 1's. In most programming languages and applications, these combinations are assigned values or functions. In ASCII, 00101010 (42 in decimal) is the * symbol. Number 189,(10111101 in ASCII) is ½ and 241 is ñ. There are other uses and definitions of a byte, including how many bits are in one.