answersLogoWhite

0

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.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the number that you can count up to using 10 bits?

the highest number you can count up to using 10 bits is 1029 using binary


How do you count the number of elements in an array using PHP?

Using the function "count". <?php $foo = array("John", "Jacob", "Jingleheimer", "Schmidt"); echo count($foo); // <-- outputs the number 4 ?>


Which would be the appropiate expression to count the number of records using the Firstname Field?

=Count([FirstName]);]


Program to count the number of numbers in an array using 8085 microprocessor?

A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.


When you use a mod-2 counter what binary number will you be able to count to?

1 is the highest number you can count to using a mod-2 counter.


When you count to 15 using hexadecimal numbers the highest number is what?

The answer is 15.


What is the appropriate expression to count the number of records using the firstName field in access?

=Count([FirstName]) By Kole G


What is the maximum number of participants that can join a video call at one time using the Zoom platform?

The maximum number of participants that can join a video call at one time using the Zoom platform is 1,000.


What is the maximum number of regions you can make in a plane using six lines?

22


How did you learn to count?

By listening and using my fingers. Some people use a number chart


What is the maximum number of parts a circle can be divided by using four straight lines?

11


How do you know when you have written a thousand words?

If writing by hand - count the number of words on one line - then multiply the number of lines by that first number. If using a computer - most word-processing programs have a word-count function in them.