CIS 125

05 – Binary Multiplication

 

Multiply the two eight bit binary values given. Convert the result to decimal.

Note: None of the values are negative.

 

1.          00000110

            *00000111

 

 

 

 

 

 

2.          00000011

            *00000010

 

3.          00000010

            *00001000

 

 

 

 

 

 

 

 

4.          00000111

            *00000101

5.          00000100

            *00001001

 

 

 

 

 

 

 

 

6.          00001111

            *00000101

 

7.          00001010

            *00000011

 

 

 

 

 

 

 

8.          00000100

            *00001000

 

9.          00001101

            *00000110

 

10.        00001011

            *00001011