Problems 4
Problems 4
Problem 1
Convert the following numbers from hexadecimal to binary and also to decimal
a) (1234.ABCD)16
b) (A0.0A)16
Problem 2
Convert the following numbers from binary to hexadecimal and also to decimal
a) (111.001)2
b) (10100000.0000101)2
Problem 3
Compute the result of the following in binary
a) (1001)2 + (1011)2
b) (10100000.0000101)2 + (111.001)2
c) (10100000.0000101)2 + (10100000.0000101)2
Problem 4
Compute the result of the following in binary
a) (1001)2 − (1011)2
b) (10100000.0000101)2 − (111.001)2
c) (111.001)2 − (101000.00101)2
Problem 5
Compute the result of the following in hexadecimal
a) (129)16 + (783)16
b) (129.783)16 + (783.129)16
c) (129)16 − (783)16
d) (129.783)16 − (783.129)16
Problem 6
Convert the following numbers from decimal to binary
a) 129.783
b) 783.129
Problem 7
Convert the following numbers from decimal to binary
a) 0.3
b) 0.7