answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How much information can be stored in 1 byte of an IBM PC compatible?

One byte of information is … one byte … regardless of where it is stored.


How is a 20 byte string value stored in memory?

As a 21 byte array of type char (including 1 byte for the null terminator).


One character of data is stored as one?

byte


What is the largest positive integer that can be stored in memory size of 1 byte?

255


What stores one character on a computer?

A single character, such as "a" is stored on a computer as a byte. A byte is combination of eight 1's and 0's, such as 11001001. Each 1 or 0 is called a bit.


Is the smallest unit of data that can be stored?

byte


A byte stored in AL is present in array of 10 bytes stored in the memory Store the number of occurrences of the byte in register AH?

Of 10 bytes simply stored in the memory? YAWN...


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 32700 in scientific notation?

3.27 x 10^4


What you is a byte?

8 bits or 2 nibbles. =D.A bit is a 1 or 0 in binary and is stored on your hard drive. Every bit of every byte of every megabyte of every gigabyte are 1s and 0s.


What is kilo byte?

Data on a computer is stored in segments called bytes. Traditionally, 1 byte is equal to the amount of space used to encode 1 character of text. A kilobyte is 1000 (or 1024, depending on the standard being used) bytes.


Largest number stored as a byte?

Since 8 bits = 1 byte, the maximum value it could have can be found when all 8 bits are "turned on" or are 1's. 1111 1111 = 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255