answersLogoWhite

0


Best Answer
User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the number that you can count up to using 10 bits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the maximum number that you can count up to using 10 bits14 bits and count up to a maximum of 511 63?

Using n bits, you can count to 2n - 1. This is for unsigned integers. So 10 bits = 210 - 1 = 1023 14 bits = 214 - 1 = 16383 To count to 511 you need log2(511+1) = log2(512) = 9 bits. To count to 63 you need log2(63+1) = log2(64) = 6 bits.


How many binary bits are required to represent the decimal number 643?

Count them: 643(10)=1010000011(2)


The minimum number of bits required to store the hexadecimal number FF is?

Count them: FF(16)=255(10)=11111111(2)


How do you cytogenetically determine band levels using chromosome 10?

Count number of bands


What numbers can be stored using 32-bit binary?

A 32 binary number is a number stored by a computer in 32 bits. it can represent: 1) An unsigned number in the range 0 to 4,294,967,295 2) A signed number in the range -2,147,483,648 to 2,147,483,647 3) A single precision IEEE floating point number with 1 sign bit, 8 exponent bits and 23 mantissa bits give an accuracy of about 7.2 decimal digits and a range of ± 10^-38 to 10^38


How many bits are required in decimal numbers in range 0 to 999 using Straight binary code and BCD code?

10 bits would be required. 10 bits long (10 digits long) can represent up to 1024.


Can you give me 10 sentences with count nouns?

You can create 10 sentences with count nouns by using the words many bottles, few bottles, and a few bottles in different sentences. When using count nouns they can be preceded by much.


What is the least number of bits to express 12?

Four bits are required to write '12' as a binary number.(12)10 = ( 1 1 0 0 )2


What does the decimal number 255 mean in binary?

255 as a decimal number (also known as a base 10 number) = 11111111 in binary (also known as a base 2 number). In binary, each digit is known as a bit, and 8 bits are known as 1 byte. 255 is the largest (positive) number you can make in binary using only 8 bits (1 byte).


What are the advantages of using base 10 for people?

Some advantages of uisng base 10 for people are that for a number like 57, you can just say 57 instead of 111001. Also, humans have 10 finger to count on.=P


What is the Octal number system?

The Octal number system is a numeral system based on the number 8 (as opposed to 10). Interestingly, the cultures that have adopted this system count using the spaces between their fingers instead of the individual fingers themselves.


How long would a 10mb animation take to transfervia 100 gbps channel?

Here is how you calculate that. 10MB is 10 million bytes (more precisely, 10 x 1024 x 1024). Multiply that by 8 to convert to bits (since bandwidth is measured in bits per second). gbps means billions of bits per second. Now divide the total number of bits by the bandwidth (in bits/second). The result is the number of seconds it takes.