You are on page 1of 3

Name

Schedule
Subject Code Time / Days Room
Professor
Date

LABORATORY EXERCISES 1.1 - Conversion from DECIMAL TO BINARY

Create a C++ / JAVA program that converts Decimal to Binary.


FILENAME: Dec2Bin

LABORATORY EXERCISES 1.2 - Conversion from DECIMAL TO HEXADECIMAL

Create a C++ / JAVA program that converts decimal to Hexadecimal.


FILENAME: Dec2Hexa
Name
Schedule
Subject Code Time / Days Room
Professor
Date
LECTURE EXERCISES 1.3 - Conversion from BINARY TO DECIMAL

BINARY DECIMAL
1. 1101
2. 11011
3. 101111
4. 110011
5. 11100011
6. 111000111
7. 1111000011
8. 1111011110
9. 10001111110
10. 11110111110

Note: Write your Solutions here NO SOLUTIONS NO SCORES (2POINTS EACH)


Name
Schedule
Subject Code Time / Days Room
Professor
Date
LECTURE EXERCISES 1.4 - Conversion from BINARY TO HEXADECIMAL

BINARY HEXADECIMAL
1. 1101
2. 11011
3. 101110
4. 110011
5. 11011101
6. 11100111
7. 111010111
8. 10011000010
9. 11011101010
10. 1100011101110
Note: Write your Solutions here NO SOLUTIONS NO SCORES (2POINTS EACH)

You might also like