You are on page 1of 1

College of Computing and Information Sciences

ITE 111 – Computer Fundamentals and Programming


Assignment # 1. Convert the following. Please answer in another sheet
of paper and show your solutions.
A. Binary to Octal (4 points each).
1. 1010010111002
2. 11000111112
3. 10000000012
4. 11001111012
5. 101102
B. Hexadecimal to Binary and determine the MSD & LSD (6 points each).
1. 8516
2. B216
3. E916
4. F616
5. A316
C. Binary to Decimal (2 points each).
1. 110012
2. 101011002
3. 01011012
4. 0001102
D. Decimal to Hexadecimal (2 points each).
1. 2010
2. 7310
E. Decimal to Octal (2 points each).
1. 7710
2. 5510
F. Hexadecimal to Octal (2 points each).
1. 1116
2. 9F16
3. 2C16
G. Decimal to Binary (2 points each).
1. 3110
2. 4510
H. Octal – Decimal (2 points each).
1. 248
2. 18

You might also like