Search Header Logo
Binary

Binary

Assessment

Presentation

Computers

7th Grade

Practice Problem

Medium

Created by

Ayomikun J Sodipe

Used 14+ times

FREE Resource

18 Slides • 10 Questions

1

media
media

DO NOW

2

media

BINARY

3

media

LEARNING OBJECTIVES

1. Understand the binary code basic.

2. Perform simple binary operations, using positive

numbers.

3. Be able to convert to and from Binary to Denary.

4

media

HOW DO COMPUTERS COMMUNICATE?

Computers communicate using a two digit eletronic signal system

called binary (0 and 1).

These shape system correspond to the electrical

on/off signals. It makes it useful for the computer to

processing and storing data.

5

media

WHAT IS BINARY & DENARY ?

Binary: is the base 2 number system, which uses only two
digits (0 and 1).
The binary digits (0 and 1) are called bits.

To understand solve Binary, we must first understand Denary.

Denary:
is the base-10 number system that uses digits 0 to 9 for

counting and arithmetic.

Denary = 0 1 2 3 4 5 6 7 8 9

6

media

BINARY (BASE 2) IN A
COMPUTER

Binary Exist in the digits 0 and 1, and

they are called bits.

Inside a computer, if there is an electrical voltage

on a wire. It means that wire is transmitting a

1 (one), which also means it's ON.

If there's no voltage, the wire is transmitting 0

(Zero), which means it's OFF.

It allows computers to store and manipulate data

using a system of switches that can be turned on

or off.

7

Questions Ahead.

8

Multiple Choice

What is Binary?

1

A system that uses 10 digits

2

A system that uses 2 digits

3

A system that uses 8 digits

4

A system that uses 16 digits

9

Multiple Choice

What is Denary?

1

A system that uses 2 digits

2

A system that uses 8 digits

3

A system that uses 16 digits

4

A system that uses 10 digits

10

Multiple Choice

What are the Binary Digits 0 and 1 called?

1

Units

2

Bytes

3

Bits

4

Nibbles

11

Multiple Choice

How do Computers Communicate?

1

Using letters and symbols

2

By sending electrical signals

3

By using their own language

4

By sending light signals

12

Multiple Choice

If there is an electrical voltage on a wire, what is the wire transmitting?

1

0

2

A bit

3

A nibble

4

1

13

Fill in the Blank

If there is no voltage, the wire is transmitting ____, which means it’s ____

,

14

media

POSITIONAL NUMBER SYSTEM

A positional number system is a way of writing numbers where the value of
each digit depends on its position.

Think of the Positional Number System as Place Value.

For example, in our usual math's number system, the number 123 means:

Each digit’s value changes based on where it is in the number.

So, 1 = 100

2 = 20

3 = 3

Therefore, the combined number = 123.

Hundreds

Tens

Ones

1

2

3

15

media

BINARY POSITIONAL NUMBER
SYSTEM (PLACE VALUE)

Binary uses a Positional System (Place Value) of 8 Bits.

The binary place value increases by 2 digits. This is why it is also
called a based 2 systems.

128

64

32

16

8

4

2

1

16

Questions Ahead.

17

Multiple Choice

What is the Positional Number System?

1

A system where the value of a digit depends on its position

2

A system where all digits have the same value

3

A system with only two digits

4

A system where numbers are randomly arranged

18

Multiple Choice

Another word for Positional System is?

1

Non-Positional System

2

Decimal System

3

Place-Value System

4

Alphabetic System

19

Multiple Choice

What is the Binary Positional Value?

1

10, 100, 1000

2

1, 10, 100

3

1, 2, 4, 8, 16, 32, 128

4

1, 3, 5, 7, 9, 12

20

Multiple Choice

Binary allows computers to?

1

Understand only letters

2

Solve human language instantly

3

Store words in sentences

4

Store and manipulate data using a system of switches (ON/OFF)

21

media

BINARY CONVERSION

CONVERTING BINARY TO DENARY

22

media

EXAMPLE OF CONVERTING
BINARY TO DENARY

Example 1:
Convert the 8 Bit Binary (0 0 1 1 0 1 0 1) into Base 10
(Denary).

Remember: 1 = ON & 0 = OFF.
To convert this binary, we only calculate the 1s:
(1 x 32) + (1 x 16) + (1 x 4) + (1 x1 ) = 53

128

64

32

16

8

4

2

1

0

0

1

1

0

1

0

1

23

media

EXAMPLE OF CONVERTING
BINARY TO DENARY

Example 2:
Convert the 8 Bit Binary (0 1 0 1 1 0 1 0) into Base 10
(Denary).

Remember: 1 = ON & 0 = OFF.
To convert this binary, we only calculate the 1s:
(1 x 64) + (1 x 16) + (1 x 8) + (1 x 2 ) = 90

128

64

32

16

8

4

2

1

0

1

0

1

1

0

1

0

24

media

EXAMPLE OF CONVERTING
BINARY TO DENARY

Example 3: We Do
Convert the 8 Bit Binary (1 1 1 1 1 1 1 1) into Base 10
(Denary).

Remember: 1 = ON & 0 = OFF.
To convert this binary, we only calculate the 1s:

128

64

32

16

8

4

2

1

25

media

ACTIVITY 1:

Complete
Activity 1
on Class

Note.

“Convertin

g 8 Bits
Binary to
Denary”.

26

media

BINARY CONVERSION

CONVERTING DENARY TO BINARY

27

media

EXAMPLE OF CONVERTING
DENARY TO BINARY

Example 1:
Convert the 49 Into 8 bit Binary.

Remember: 1 = ON & 0 = OFF.
To convert this binary, we only calculate the 1s:
32 + 16 + 1 = 49.

128

64

32

16

8

4

2

1

1

1

1

28

media

ACTIVITY 2:

Complete
Activity 2
on ClassNote.

“Converting

Denary to Binary”.

media
media

DO NOW

Show answer

Auto Play

Slide 1 / 28

SLIDE