Search Header Logo
Bit, byte, binary, decimal and hexadecimal

Bit, byte, binary, decimal and hexadecimal

Assessment

Presentation

Computers

10th Grade

Medium

Created by

Andri Pramono

Used 115+ times

FREE Resource

17 Slides • 19 Questions

1

Bit, byte, binary, decimal and hexadecimal

SComputer Science by Andri Pramo

2

SComputer Science by Andri Pramo

3

Definition: bit

Computers use binary data. A b inary dig it , or the digits 0 and 1 bit , is the to store smallest unit of data in computing. It is represented by a 0 or a 1.

media

4

Definition: byte

Bits can be grouped together to make them easier to work with.

A group of 8 bits is called a byte.

media

5

​Common byte storage capacities

media

6

Definition: binary

  • Computers use binary -the digits 0 and 1-to store data.

  • Because it only has 2 symbols (0 & 1) it is also called BASE-2 numbering

  • Binary also refers to the format in which numbers are transmitted and calculated in a computer system.

7

Definition: Denary / decimal

Denary is a numbering system with 10 symbols: 0123456789

It is, therefore, often referred to as BASE-10 numbering.

8

Relationship between ‘normal’ numbers (denary) and binary

media
media
media

9

How to convert from binary to denary :

media

10

How to convert from

denary to binary

media

11

How to convert from denary to binary :

Repeatedly divide the decimal number by two and retain the remainders. When the number to be divided is zero, the algorithm stops. Reading the retained remainders from last to first gives us the decimal number as a binary number.

12

convert the number 4610 to a binary number equivalent.

46 divided by 2 gives 23 and remainder 0

23 divided by 2 gives 11 and remainder 1

11 divided by 2 gives 5 and remainder 1

5 divided by 2 gives 2 and remainder 1

2 divided by 2 gives 1 and remainder 0

1 divided by 2 gives 0 and remainder 1

0 divided by 2 — algorithm has finished

The result (reading the remainders from last to first) is 4610 = 101110

13

Fill in the Blank

Convert the value below to decimal

10110

14

Fill in the Blank

Convert the value below to decimal

1011110

15

Fill in the Blank

Convert the value below to decimal

1011000

16

Fill in the Blank

Convert the value below to binary

17

17

Fill in the Blank

Convert the value below to binary

99

18

Fill in the Blank

Convert the value below to binary

256

19

Multiple Choice

Which of these lists correctly orders the binary numbers from largest to smallest?

1

1010, 0101, 0110, 0011

2

0011, 0101, 0110, 1010

3

0011, 0110, 0101, 1010

4

1010, 0110, 0101, 0011

20

Definition: hexadecimal

  • Hexadecimal is a numbering system with 16 symbols 0123456789ABCDEF

  • It is, therefore, often referred to as BASE16 : numbering

  • Hex, as it is often called, is used to represent very large numbers quickly, such as those used in colour representation.

media

21

Relationship between ‘normal’ numbers (denary) and binary

​multiplier(power of sixteen)

​165

​164

​163

162

​161

​160

​multiplier

​1048576

​65536

​4096

​256

​16

​1

​2

​5

​x

​x

​161

​160

32

5

​2516 = 32 + 5

= 3710

22

Exp. Colour Code

media

23

Binary, Denar and Hexadecimal Digit Table

​Binary

​Denary/Decimal

​Hexadecimal

​0000

0001

0010

0011

0100

...

...

...

...

...

...

...

...

...

...

1111

​0

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

​0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

24

Hexadecimal to Denary

media

25

Fill in the Blank

9B is .............. in denary

26

Fill in the Blank

10AB is .............. in denary

27

Fill in the Blank

10CD is .............. in denary

28

Fill in the Blank

10E is .............. in denary

29

Fill in the Blank

9B is .............. in binary

30

Fill in the Blank

10AB is .............. in binary

31

Fill in the Blank

10CD is .............. in binary

32

Fill in the Blank

10E is .............. in binary

33

Fill in the Blank

100101 is .............. in hexadecimal

34

Fill in the Blank

10101011 is .............. in hexadecimal

35

Fill in the Blank

100000000 is .............. in hexadecimal

36

Fill in the Blank

11111111 is .............. in hexadecimal

Bit, byte, binary, decimal and hexadecimal

SComputer Science by Andri Pramo

Show answer

Auto Play

Slide 1 / 36

SLIDE