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

1.07 Application 1: More Number Systems Conversion Worksheet

This document provides examples of converting between decimal, hexadecimal, and octal number systems. It shows the place value of each digit position and how to calculate the decimal equivalent. Examples are provided of converting 4210 to 2A16, 2710 to 11016, 20210 to 31208, 1510 to 1718, 13010 to 0202818, 8210 to 0122818, and 22910 to 0345818. It also converts 1308 to 8216, 31210 to 13816, and 17510 to 0AF16.

Uploaded by

Osaretin Lawani
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)
59 views3 pages

1.07 Application 1: More Number Systems Conversion Worksheet

This document provides examples of converting between decimal, hexadecimal, and octal number systems. It shows the place value of each digit position and how to calculate the decimal equivalent. Examples are provided of converting 4210 to 2A16, 2710 to 11016, 20210 to 31208, 1510 to 1718, 13010 to 0202818, 8210 to 0122818, and 22910 to 0345818. It also converts 1308 to 8216, 31210 to 13816, and 17510 to 0AF16.

Uploaded by

Osaretin Lawani
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

1.

07 Application 1:
More Number Systems Conversion Worksheet
Convert the following hexadecimal and octal numbers to their decimal equivalent. Note the subscripts on the
numbers to show the base. Octal uses the eight digits 0-7. Hexadecimal uses the 16 digits 0-9, A (10), B (11), C
(12), D (13), E (14), and F (15).
EXAMPLE
Hexadecimal Number: 2A​16
16​n 16​2 16​1 16​0
Place Value 256 16 1

Hexadecimal Digit 0 2 A

Decimal Value 0 32 10

Decimal Number:​ (256 x 0) + (16 x 2) + (1 x 10) = ​4210


Hexadecimal Number: 110​16


16​n 16​2 16​1 16​0
Place Value 256 16 1

Hexadecimal Digit 1 1 0

Decimal Value 256 16 0

Decimal Number: ​(256x1)+(16x1)+(1x0)= ​27210


Octal Number: 312​8


8​n 8​3 8​2 8​1 8​0
Place Value 512 64 8 1

Octal Digit 0 3 1 2

Decimal Value 0 192 8 2


Decimal Number:​(512x0)+(64x3)+(8x1)x(1x2)= 2
​ 02​10

Octal Number: 17​8


8​n 8​3 8​2 8​1 8​0

Place Value 512 64 8 1

Octal Digit 0 0 1 7

Decimal Value 0 0 8 7
Decimal Number:​(512x0)+(64x0)+(8x1)x(1x7)= 1
​ 5​10

Convert the following decimal numbers to their octal equivalent.


EXAMPLE

1
Decimal Number: 130​10
Place Value 512 64 8 1

Octal Digit 0 2 0 2
Verify: (512 x 0) + (64 x 2) + (8 x 0) + (1 x 2) = 130
Octal Number: ​02028​

Decimal Number: 82​10


Place Value 512 64 8 1

Octal Digit 0 1 2 2

Verify: (512 x 0) + (64 x 1) + (8 x 2) + (1 x 2) = 82


Octal Number: ​01228​

Decimal Number: 229​10


Place Value 512 64 8 1

Octal Digit 0 3 4 5

Verify: (512 x 0) + (64 x 2) + (8 x 0) + (1 x 2) = 229


Octal Number: ​03458​

Convert the following decimal numbers to their hexadecimal equivalent.


EXAMPLE
Decimal Number: 130​10
Place Value 256 16 1

Hexadecimal Digit 0 8 2

Verify: (256 x 0) + (16 x 8) + (1 x 2) = 130


Hexadecimal Number: ​082​16

Decimal Number: 312​10


Place Value 256 16 1

Hexadecimal Digit 1 3 8

Verify: (256 x 1) + (16 x 3) + (1 x 8) = 312


Hexadecimal Number: ​138​16

Decimal Number: 175​10


Place Value 256 16 1

Hexadecimal Digit 0 A F
Verify: (256 x 0) + (16 x A) + (1 x F) = 175
Hexadecimal Number: ​0AF16 ​

2
1.07 Application 2:

1. No there is not, this is because there are an infinite amount of numbers that exist.
Meaning that there is never going to be a minimum of maximum value, therefore
there is no limit.

2. An abstraction in layman's terms is a simplified version of something technical.


Therefore, hexadecimal and octal number systems are abstractions of the binary
number system because it is easier for human beings to remember the shorter
numbers of the hexadecimal and octal number systems compared to the binary
number system.

You might also like