answersLogoWhite

0


Best Answer

My initial guess is as follows: binary code will render 2 possible digits, either 0 or 1. If there are 32 digits with two possible outcomes per digit then you will find the answer by calculating 2 to the 32nd power. The answer I got was 4294967296 seconds.

Edit: The maximum number which can be represented by a binary string is always 2^n where n is the number of bits in the string.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many seconds can be represented in a binary number 32 bits long?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the largest number that can be represented using 5 bits?

31 - it's binary equivalent is 11111


How many binary bits are necessary to represent 748 different numbers?

Binary bits are necessary to represent 748 different numbers in the sense that binary bits are represented in digital wave form. Binary bits also have an exponent of one.


Does the number 255 hold any special significance to computer coders?

Yes - it's the largest number that can be represented in Binary code with 8 bits


How many different binary codes can be represented in 2 bits?

2


How many bits in the binary system are represented by one digit in the hexadecimal system?

4


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

11b which is 1*2 + 1*1 = 3 would be for two bits. But a byte is 8 bits, so 2 bytes is 16 bits. The largest binary number is [2^16 - 1], which is 65535 (base ten)


How many bits to represent twenty-six?

23 can be represented in binary as 10111 and would therefore require 5 bits to represent.


How is infinity represented in binary code?

Infinity is not directly represented in binary code. Binary code uses a finite number of bits to represent numbers, so it is not capable of representing infinity. However, there are ways to approximate infinity in binary code, such as using a special bit pattern to represent a very large number.


What is the largest binary number that can be obtained with 64 bits?

the largest binary number is 1.84467440737e19. to figure this out you put 2 to the exponent of the certain amount of bits. Eg: 2^64 equals the binary number


What is 16Mb in binary notation?

16 Mb in binary notation can be refered to as 16*1024 bits. A bit is represented with a lower case "b".


What is the lowest value 6 bit number you can have in binary?

000000 is the lowest number in a 6 bit unsigned binary number (meaning the high order bit is not the sign bit). If it is a signed number then the lowest number would be represented by 100000 which is equivalent to -32 in decimal. Highest unsigned number in 6 bits is decimal 63. Highest signed number in 6 bits is decimal 31.


How do you compute bits of a sentence?

You count every character and all the spaces, then multiply it by 8. Each character and space is represented in 8 binary digits which are called bits BInary digiTS. 8 bits make a byte and 1 byte represents a single character or space. So, when you count the characters and spaces in a sentence, you will know the number of bytes the sentence has. So, multiply that number by 8 and you will know how many bits.