0% found this document useful (0 votes)
16 views

Problems 4

This document contains 7 problems involving converting between binary, hexadecimal, and decimal number systems and performing basic arithmetic operations on numbers represented in these systems.

Uploaded by

bilal butt
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Problems 4

This document contains 7 problems involving converting between binary, hexadecimal, and decimal number systems and performing basic arithmetic operations on numbers represented in these systems.

Uploaded by

bilal butt
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Computer Fundamentals: Problem Set 4

Clearly show your working in all the problems

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

You might also like