9 (base 10) = 1001 (base 2)
9
only difference is that binary is only consists of 0 and 1 bits,where as digital means it may either contain binary bits (0,1), or contain the numeric digit (0-9), mainely digital means just the number between 0 to 9
Binary is base 2, using the digits 0 and 1. Decimal system is base 10 with 0-9.
Assuming the 00001001 is supposed to be in binary, the decimal equivalent is 9.
1001 is the binary of 9
9 = 1001
1001.
1001 in binary is equal to 9 in decimal.
1001 base 2 = 9 base 10
9 (base 10) = 1001 (base 2)
The Unit - 2006 Binary Explosion 3-9 is rated/received certificates of: USA:TV-14
The base units; 8 4 2 1 9 in binary: 1 0 0 1 So 1001...because 9 = 8 + 1
9
In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.
A Binary Number is made up of only 0s and 1s. 110100 Example of a Binary Number There is no 2, 3, 4, 5, 6, 7, 8 or 9 in Binary! A "bit" is a single binary digit. The number above has 6 bits. Binary numbers have many uses in mathematics and beyond.
convert 13 to binary its 01101 and then convert 25 to binary its 11001 and perform logical 'and' operation i.e. 01101 & 11001 ------------------- 01001 i.e. 9 so the correct answer is 9.