answersLogoWhite

0

How 32700 stored in 1 byte?

Updated: 12/22/2022
User Avatar

Wiki User

12y ago

Best Answer

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

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How 32700 stored in 1 byte?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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).


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

255


One character of data is stored as one?

byte


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 do bytes take the form of?

A byte (in computer terminology) is equal to 8 bits. A bit is a single binary number (0 or 1). Therefore a byte takes the form of 8 of the smallest pieces of data stored by a computer.


What is unit of information stored in a computer?

The unit of information stored in a computer is typically the bit, which represents a binary value of either 0 or 1. Data is stored and processed in computer systems using combinations of bits, with larger units such as bytes, kilobytes, and megabytes representing collections of bits.


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.