4
Chat with our AI personalities
Assuming the number holds an unsigned number, the range of numbers for 4 bits is 0-7. 7 is a prime number.
A decimal digit requires 4 bits of memory space to represent all possible values. So N decimal digits will require 4N bits to store in decimal format. On the other hand, if the same N decimal digits were stored as a binary number, they should require log2(10N) bits, that is, about 3.32N bits. So storing the decimal representation uses about 20% more memory. To put it another way, 4 bits is capable of holding one of 16 different values. By using it to store decimal digits, it is only being used to hold one of 10 different values.
the highest number you can count up to using 10 bits is 1029 using binary
Eight.
Four bits are required to write '12' as a binary number.(12)10 = ( 1 1 0 0 )2