You are on page 1of 2

Assignment 1- Do it in your notebook.

DO THIS ASSSIGNMENT IN YOUR BOOK

 1- Self studying about octal numeral system:

1.1- Describe the base-8 number system (as detailed as possible).

Give the following examples:

1.2-Converting from three decimal numbers (2 number of hundreds, 1 number of thousands) to octal
numbers, and then continue from octal numbers to binary numbers. Description details the steps
performed (step by step)

1.3-Adding two octal numbers (3-digit number)

1.4-Subtracting two octal numbers (3-digit number)

1.5-In your opinion why octal number system is less common than hexadecimal number system in
computer science area ?

 2- Do the following conversions

d: Decimal expansion

h: Hexadecimal expansion

b: Binary expansion

(e1) : 1234d = ?b = ?h

(e2) : 2567d = ?b = ?h

(e3) : 101011001110(b) =  ?h = ?d

(e4) : 1100110011101101b = ?h = ?d

(e5) : 17ADh = ? b = ?d

(e6) : 5DE6h = ?h = ?d

(e7) : 9ABF2h = ?b = ?d

(e8) : 101011001110b = ?h = ?d

(e9) : 110010011101b = ?h = ?d
(e10) : 1001011011011b = ?h = ?d

(e11) : 978d = ?b = ?h

(e12) : 12906=?b = ?h

  4- Do the following operations

(e13) : 143d + 01011101b = ?h

(e14) : 1234d + 3ABCh = ?b

(e15) : 10110011011b – 100110111b = ?b = ?h

(e16) : 1101110011011010b – 10110110b = ?b = ?h

(e17) : 1010110b * 1011b = ?b = ?h

(e18) : 1001011b * 100110b = ?b =?h

(e19) : 1011011011b / 10011b = ?b = ?h

(e20) : 1001010101b / 11001b = ?b = ?h

You might also like