What is the product of the binary numbers 0101 and 0101?
11001
11001
1001 0101
1110 0101 1101 1011 is E5DB
10010
0101 0011 (2) = 53 (16) which in BCD means 53
Example Binary 00111000 Convert to Decimal 56 Convert to BCD by using groups of four binary numbers for each digit 5 6 0101 0110
m
A product is a binary operation: you need 2 (or more) numbers in order for there to be a product.
A product is a binary operation which means that you need TWO numbers before you can calculate a product.
5
It is simplest to convert each hexadecimal digit into its 4-digit binary equivalent. So: 5 = 0101 A = 1010 3 = 0011 4 = 0100 F = 1111 6 = 0101 So, the binary equivalent is 10110100011010011110101.