answersLogoWhite

0


Best Answer

Four bytes represent 32 bits. 32 bits represent 4,294,967,296 possibilities.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Four bytes can represtent a decimal number between 0 and?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Convert 2 byte binary number to decimal?

0.00195 KB equals 2 bytes


What is the largest hex number that can be represented in four bytes?

The Largest 4Bytes Hex number is FFFF FFFF which is 65535 in decimal.


What are the procedure involved in calculating ip address?

The standard written format for an IP address is as 4 bytes written as their decimal values separated by periods. Just convert each decimal value to a binary byte and append them to make a 32 bit number. Reverse that to convert a 32 bit number to 4 decimal bytes separated by periods.


Why 1024 bytes rounded to 1000 bytes?

1024 bytes is binary counting while 1000 bites is decimal counting.


Why is hexadecimel useful in computing?

Hexadecimal allows you to specify the size in bytes of a decimal number. A Simple decimal number does not signify its size in memory so a computer must generally use the smallest size that the number will fit into.


What is 1 gigabyte in decimal?

The way "gigabyte" is usually used, it means 10243 bytes. In other words, 1,073,741,824 bytes.


How big are 11000 bytes?

If the number you entered is base 10 then 11000 bytes will require 88000 bits of memory (not including parity bits etc.). If the number you entered is base 16 or base 8 or any other base, convert it to a decimal number and multiply by 8 to get the number of bits. You can also express 11000 bytes as kilobytes, megabytes or gigabytes if you can convert 11000 to the proper values for those units.


What is double precision value?

That usually refers to a floating-point number that is stored in 8 bytes, and has (in decimal) about 15 significant digits. In contrast, single-precision is stored in 4 bytes, and has only 6-7 significant digits.


What is a zettabyte?

A zettabyte is a massive amount of bytes and referencing from wikipedia (yes it is correct) it is 1,000,000,000,000,000,000,000 bytes in decimal or 1021


What is the largest decimal value that can be represented in BCD using two bytes?

If using the compressed format, where a byte holds two decimal digits (because only 4 bits are needed to make nine), so two bytes would be four decimal digits, the largest which is 9999.


How many megabytes are in 100 megabytes?

100, 104.858, or 95.367, depending on if you mean decimal to decimal, binary to binary, decimal to binary, or binary to decimal. Simply, decimal megabytes, used by the storage industry, is 1,000KB, where each KB is 1,000 bytes. Binary megabytes, used by programmers (such as Microsoft, Linux, etc) are 1,024 KB, where each KB is 1,024 bytes (2^10, or 0x0200). Converting from decimal to binary will yield a smaller number of megabytes, while converting from binary to decimal will result in more megabytes.


How many bytes are used to store a 64-bit number?

how many bytes are there in a 64-bit machine? Another Answer: It takes 8 bytes to store a 64 bit number.