0% found this document useful (0 votes)
354 views

Octal Numbering System Assignment

This document provides a series of problems to practice converting between different number systems including binary, octal, decimal, and hexadecimal. There are 8 problems with multiple parts each requiring the conversion between two of the number systems. The conversions include changing between decimal and binary, octal, or hexadecimal as well as between the different bases.

Uploaded by

usmanf87
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
354 views

Octal Numbering System Assignment

This document provides a series of problems to practice converting between different number systems including binary, octal, decimal, and hexadecimal. There are 8 problems with multiple parts each requiring the conversion between two of the number systems. The conversions include changing between decimal and binary, octal, or hexadecimal as well as between the different bases.

Uploaded by

usmanf87
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Assignment – Binary, Octal, Hexadecimal, and Decimal Number systems

NOTE: ONLY ORGANIZED AND COMPLETE SOLUTIONS WILL RECEIVE


FULL MARKS.

1. Convert the following octal (base-8) numbers to decimal:

  a. 4=4

  b. 10=8

  c. 777=7x8^2+7x8^1+7x8^0=

448+56+7=511

  d. 05726=3030

  e. 183242=67234

2. Convert the following decimal numbers to octal:

  a. 5=5

  b. 9=11

  c. 625=15111(625%8=78. 78%8=9, 9%8)

  d. 1,024=1000

  e. 32,767=77777

3. Convert the following octal numbers to binary:

  a. 107=001111

  b. 2746= 2=010 7=111 4=100 6=110 2746=010111100110

  c. 1=001

  d. 66542=110110101100010

  e. 76543210=111110001100011010001

4. Convert the following binary numbers to octal:


  a. 110=6

  b. 011101=011 101= 35

  c. 010101011= 010 101 011=253

  d. 1111011101101=001 111 011 101 101=17355

  e. 111110101100011010001=001 111 101 011 000 110 100 001=17530641

5. Convert the following octal numbers to hexadecimal:

  a. 6=0110=6

  b. 12=001 010=0000 1010=A

  c. 367=0000 1111 0111=F7

  d. 5555=1011 0110 1101=B6D

  e. 123456=00 1010 0111 0110 1110=A76E

6. Convert the following hexadecimal numbers to octal:

  a. 2=0010= 000 010= 2

  b. 8=1000

  c. 10=8

d. FE=011 110 01=

e. 2A4F2D=00 101 010 111 100 101 101=567455

7. Convert the following hexadecimal numbers to decimal:

  a. AA=10x16^1+110x16^0=170

  b. 123F=4671

  c. FEDCBA=16702650

  d. D0-BE-D0=13680256

  e. B8C=2956
  f. FF-FF-FF-FA=4294967290

  g. 10=16

  h. BABE=47806

8. Convert the following decimal numbers to hexadecimal:

  a. 9=1

  b. 32%16=2

  c. 73=90

  d. 255=ff

  e. 1,025=401

  f. 4,099=1003

  g. 65536=10000

  h. 1,048,575=FFFFF

BY:USMAN

You might also like