0% found this document useful (0 votes)
3 views3 pages

CCICOMP - Problem Set 1 Worksheet

The document is a problem set for a course on number systems, focusing on conversions and arithmetic operations across various bases including binary, octal, decimal, and hexadecimal. It includes exercises for converting numbers between different bases and performing addition and subtraction in those bases. The problems are structured to enhance understanding of number system conversions and arithmetic operations.

Uploaded by

raphaelvicuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

CCICOMP - Problem Set 1 Worksheet

The document is a problem set for a course on number systems, focusing on conversions and arithmetic operations across various bases including binary, octal, decimal, and hexadecimal. It includes exercises for converting numbers between different bases and performing addition and subtraction in those bases. The problems are structured to enhance understanding of number system conversions and arithmetic operations.

Uploaded by

raphaelvicuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

CCICOMP | Term 1, AY 2024-2025

Problem Set #1 – Number Systems Conversion and Addition/Subtraction

A. Number System Conversions

1. Convert from Base-10 to Base-2:


● Convert 45 (decimal) to binary
● Convert 89 (decimal) to binary

2. Convert from Base-10 to Base-8:


● Convert 125 (decimal) to octal
● Convert 255 (decimal) to octal

3. Convert from Base-10 to Base-16:


● Convert 300 (decimal) to hexadecimal
● Convert 567 (decimal) to hexadecimal

4. Convert from Base-10 to Any Other Base:


● Convert 74 (decimal) to base-5
● Convert 56 (decimal) to base-7

5. Convert from Base-2 to Base-10:


● Convert 101011 (binary) to decimal
● Convert 1111001 (binary) to decimal

6. Convert from Base-2 to Base-8:


● Convert 11010101 (binary) to octal
● Convert 101110011 (binary) to octal

7. Convert from Base-2 to Base-16:


● Convert 110111101 (binary) to hexadecimal
● Convert 100110011 (binary) to hexadecimal

8. Convert from Base-8 to Base-10:


● Convert 325 (octal) to decimal
● Convert 571 (octal) to decimal

9. Convert from Base-8 to Base-2:


● Convert 745 (octal) to binary
● Convert 253 (octal) to binary

10. Convert from Base-8 to Base-16:


● Convert 623 (octal) to hexadecimal
● Convert 371 (octal) to hexadecimal

11. Convert from Base-16 to Base-10:


● Convert 1F4 (hexadecimal) to decimal
● Convert 7B (hexadecimal) to decimal

Page | 1
CCICOMP | Term 1, AY 2024-2025
Problem Set #1 – Number Systems Conversion and Addition/Subtraction

12. Convert from Base-16 to Base-2:


● Convert 3E7 (hexadecimal) to binary
● Convert A1C (hexadecimal) to binary

13. Convert from Base-16 to Base-8:


● Convert 2AF (hexadecimal) to octal
● Convert B3 (hexadecimal) to octal

14. Convert from Any Base to Any Other Base:


● Convert 1011001 (binary) to base-5
● Convert 623 (octal) to base-3
● Convert 110A (hexadecimal) to base-7
● Convert 35 (decimal) to base-9

B. Number System Addition/Subtraction

1. Base-2 (Binary) Addition:

• 1011 + 1101 =
• 11101 + 10110 =

2. Base-2 (Binary) Subtraction:

• 10110 - 1011 =
• 11001 - 10011 =

3. Base-8 (Octal) Addition:

• 527 + 364 =
• 756 + 234 =

4. Base-8 (Octal) Subtraction:

• 765 - 345 =
• 634 - 427 =

5. Base-16 (Hexadecimal) Addition:

• A3 + 1F =
• BC + 87 =

6. Base-16 (Hexadecimal) Subtraction:

• D3 - 5A =
• F1 - 9B =

Page | 2
CCICOMP | Term 1, AY 2024-2025
Problem Set #1 – Number Systems Conversion and Addition/Subtraction

7. Base-5 Addition:

• 342 + 124 =
• 4321 + 1342 =

8. Base-5 Subtraction:

• 431 - 243 =
• 2143 - 1321 =

9. Base-9 Addition:

• 358 + 647 =
• 746 + 125 =

10. Base-9 Subtraction:

• 856 - 438 =
• 745 - 627 =

Page | 3

You might also like