Search Header Logo
Conversion: Number Systems

Conversion: Number Systems

Assessment

Presentation

Computers

10th Grade

Medium

Created by

A Grace

Used 5+ times

FREE Resource

14 Slides • 13 Questions

1

Conversion: Number Systems

media

2

Convert Binary to Decimal

32 16 8 4 2 1

3

Fill in the Blank

011100

4

Fill in the Blank

001100

5

Fill in the Blank

111100

6

Fill in the Blank

111111

7

media

8

Decimal to Binary

9

Fill in the Blank

100

10

Fill in the Blank

111

11

Fill in the Blank

255

12

media

13

Binary to Hex

Group the binary into 4 bits (nibble)

Convert the nibble to decimal

Convert decimal to hex

10-> A

11->B

12->C

13->D

14 ->E

15 -> F

14

Fill in the Blank

11001100

15

11001100

1100   1100

 12       12

  C         C

16

Fill in the Blank

1111011111100

17

1111011111100

0001  1110  1111   1100

  1        14     15     12

  1         E     F        C

18

Hex to Binary

1.) Hex values - Decimal digits

10 A-------11 B-------12 C -------13 D


2.) Group into 4


3.) 8 4 2 1


4.) Write 0 and 1


19

Fill in the Blank

4FA

20

4  F  A

4  15  10

8421 8421 8421

0100 1111 1010

21

Fill in the Blank

9DB2

22

9  D  B  2

9  13  11  2

8421 8421 8421 8421

1001  1101  1011  0010

23

Hex to Decimal

Hex values - Decimal digits

10 A-------11 B-------12 C -------13 D


(value * 16²) + (value * 16¹) + (value * 16⁰)

24

Fill in the Blank

7DE

25

7 D E

7 ------------13------------ 14

(7 * 16²) +  (13 * 16¹) +  (14 * 16⁰)

1792     +   208   +   14

= 2014


26

Fill in the Blank

1D9

27

1 D 9

1 ------------13------------ 9

(1 * 16²) +  (13 * 16¹) +  (9 * 16⁰)

256 + 208 + 9

= 473

Conversion: Number Systems

media

Show answer

Auto Play

Slide 1 / 27

SLIDE