0% found this document useful (0 votes)
11 views1 page

COSD Sums

The document provides a series of exercises related to number base conversions, including binary to decimal, decimal to binary, binary to octal, octal to binary, binary to hexadecimal, and hexadecimal to binary. It also includes problems for binary addition and subtraction. Each section contains specific examples to convert or calculate values between different number systems.

Uploaded by

fackedyug
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)
11 views1 page

COSD Sums

The document provides a series of exercises related to number base conversions, including binary to decimal, decimal to binary, binary to octal, octal to binary, binary to hexadecimal, and hexadecimal to binary. It also includes problems for binary addition and subtraction. Each section contains specific examples to convert or calculate values between different number systems.

Uploaded by

fackedyug
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/ 1

Binary to Decimal:

a. Convert the binary number 101011 to its decimal equivalent.

b. What is the decimal value of the binary number 110101?

Decimal to Binary:

a. Convert the decimal number 47 to binary.

b. What is the binary representation of the decimal number 123?

Binary to Octal:

a. Convert the binary number 1101101 to its octal equivalent.

b. What is the octal representation of the binary number 101101011?

Octal to Binary:

a. Convert the octal number 74 to binary.

b. What is the binary equivalent of the octal number 567?

Binary to Hexadecimal:

a. Convert the binary number 100101101 to its hexadecimal equivalent.

b. What is the hexadecimal representation of the binary number 11101010?

Hexadecimal to Binary:

a. Convert the hexadecimal number 2F to binary.

b. What is the binary equivalent of the hexadecimal number AC1E?

Perform the binary addition: 1101 + 1011.

Calculate the sum of 10010 and 11011 in binary.

Add the binary numbers 111001 and 10111.

Find the result of 10101 + 1110 in binary.

Compute the sum of 1111111 and 101010 in binary.

Subtract 1010 from 1111 in binary.

Find the difference between 11001 and 1011 in binary.

Perform the binary subtraction: 100101 - 11010.

Calculate 1010101 minus 11111 in binary.

Subtract 100100 from 1100110 in binary.

You might also like