Search Header Logo
Number Converesions

Number Converesions

Assessment

Presentation

Computers

9th - 12th Grade

Medium

Created by

Danielle Mills

Used 5+ times

FREE Resource

17 Slides • 11 Questions

1

media

Number Conversions

2

media

Binary Numbers

3

media

The decimal counting system uses the Base-10 numbering system where
each digit in a number takes on one of ten possible values, called “digits”,
from 0 to 9, eg. 21310 (Two Hundred and Thirteen).

Binary & Decimal Numbers

Binary Numbering System is the most fundamental numbering
system in all digital and computer based systems

The binary numbering system works on powers of two giving a
binary to decimal conversion from base-2 to base-10.

Each “0” and “1” is considered to be a single binary digit (bit)

01

02

03

04

4

media

Representation of a Binary Number

Right-hand most bit being the Least Significant Bit or LSB,
Left-hand most bit being the Most

Significant Bit or MSB

5

media

Binary Number Names & Prefixes

6

media

SLIDESMANIA.COM

A “bit” is the abbreviated term derived from BInary digit

A Binary system has only two states, Logic “0” and Logic “1” giving a

base of 2

A Decimal system uses 10 different digits, 0 to 9 giving it a base of 10

A Binary number is a weighted number who’s weighted value increases

from right to left

The weight of a binary digit doubles from right to left

A decimal number can be converted to a binary number by using the

sum-of-weights method or the repeated division-by-2 method

When we convert numbers from binary to decimal, or decimal to binary,

subscripts are used to avoid errors

Binary to Decimal Summary

7

media

Converting Binary -> Decimal

0010 1110 =

0001 1001 =

8

Fill in the Blank

What is the Decimal number for 01010111

9

media

Converting Decimal -> Binary

33 =

153 =

220 =

10

Fill in the Blank

What is the binary form of 219? (Use 8 digits with no spaces)

11

media

Hexadecimal Numbers

12

media

The one main disadvantage of binary numbers is that the binary string
equivalent of a large decimal base-10 number can be quite long. One way
of overcoming this problem is to group the binary numbers into sets of
four bits. These groups of 4-bits uses another type of numbering system
called Hexadecimal Numbers.

Hexadecimal Numbers

The “Hexadecimal” or simply “Hex” numbering system uses Base 16.

Hex uses 16 different symbols to represent the numbers 0-15. The
symbols are the numbers 0-9 then capital letters of A, B, C, D, E and F

Hex is mainly used when dealing with computers and memory
address locations or representing RGB Color

01

02

03

04

https://www.electronics-tutorials.ws/binary/bin_3.html

13

media

0…to…9, A,B,C,D,E,F, 10…to…19, 1A, 1B, 1C, 1D, 1E, 1F, 20, 21….etc

Counting using Hexadecimal Numbers

Do not get confused, 10 or 20 is NOT ten or twenty it is 1 + 0 and 2 + 0 in
hexadecimal. With two hexadecimal numbers, we can count up to FF which is
equal to decimal 255. Likewise, to count higher than FF we would add a third
hexadecimal digit to the left so the first 3-bit hexadecimal number would be 10016,
(25610) and the last would be FFF16, (409510).

14

Fill in the Blank

How many symbols are used in the hexadecimal number system?

15

media

16

Fill in the Blank

What hexadecimal number goes before 1A?

17

media

D216=

9116=

​Converting Hex -> Decimal

18

Fill in the Blank

Convert A516 to decimal

19

media

Converting Decimal -> Hex

2010=

18210=

media

20

Multiple Choice

Convert 8510 into Hexadecimal

1
01010101
2
55
3
5A
4
A5

21

media

Converting Hex -> Binary

A716 =

5016=

22

Multiple Choice

What is the binary equivalent of 4A16

1

1010 0100

2

0100 1010

3

0011 0010

4

1000 1100

23

media

Converting Binary -> Hex

1110 10102=

1101 01112 =

24

Multiple Choice

What is the Hex equivalent for 1001 00112

1

93

2

12

3

C

4

147

25

Multiple Choice

A video game character can face toward one of four directions: north, south, east, and west. Each direction is stored in memory as a sequence of four bits. A new version of the game is created in which the character can face toward one of eight directions, adding northwest, northeast, southwest, and southeast to the original four possibilities. Which of the following statements is true about how the eight directions must be stored in memory?

1

Four bits are not enough to store the eight directions. Five bits are needed for the new version of the game.

2

Four bits are not enough to store the eight directions. Eight bits are needed for the new version of the game.

3

Four bits are not enough to store the eight directions. Sixteen bits are needed for the new version of the game.

4

Four bits are enough to store the eight directions.

26

Multiple Choice

Why do Computers use Binary Numbers Instead of Decimal Numbers?

1

Because Computers just do.

2

Computers use binary numbers to store data.

3

The digits 1 and 0 used in binary reflect the off and on states of a transistor.

4

Because Decimals are too easy

27

Multiple Choice

What is one of the primary benefits of using hexadecimal numbers in computing?

1

Hexadecimal numbers are easier for humans to read and write than binary numbers.

2

Hexadecimal numbers use fewer digits than decimal numbers for the same value.

3

Hexadecimal numbers are universally accepted in all programming languages.

4

Hexadecimal numbers can represent a larger range of values than octal numbers.

28

media

Unit Conversions

media

Number Conversions

Show answer

Auto Play

Slide 1 / 28

SLIDE