13 = 1101
1101
If 1101 is a decimal number, then its binary equivalent is 10001001101. If 1101 is a binary number, then its decimal equivalent is 13.
13
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.
13 and 14 respectively in decimal D and E respectively in Hexidecimal
13 in decimal = 1101 in binary.
There is no decimal number for the binary number 13 because 13 cannot be a binary number.
1101
1101
1101
(13)10 = (1101)2
13 = 1101
If 1101 is a decimal number, then its binary equivalent is 10001001101. If 1101 is a binary number, then its decimal equivalent is 13.
1310 = 11012
13
1101 is the binary equivalent of the decimal number 13
To find the 2's complement of (-13) in binary, first, convert the positive value (13) to binary, which is 1101 in 4 bits. Then, invert the bits to get 0010, and finally, add 1 to this result, resulting in 0011. Thus, the 2’s complement representation of (-13) in 4-bit binary is 0011.