Unit 1 - Lesson 1 - Binary Systems
Unit 1 - Lesson 1 - Binary Systems
• You will get regular progress sheets to tell you what grade you are working at.
Your parents will be contacted if you are not working to your full potential
Challenge Activity:
Write your own 16 bit binary numbers
is stored as numbers.
• We can use binary numbers to control these ons and offs: off = 0, on = 1
Circuit Switches
On = 1
Off = 0
Circuit Switches
• Sound
• Images
• Text
• Video
BIT
• A bit is a Binary Digit (the word comes from Binary DigIT)
BYTE
• Bits are usually grouped into groups of 8, and each group is called a
Byte.
10101011
01110010
10101010
00001111
Bits and Bytes
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits 1 Byte
1024 Bytes 1 Kilobyte
1024 Kilobytes 1 Megabyte
1024 Megabytes 1 Gigabyte
1024 Gigabytes 1 Terabyte
1024 Terabytes 1 Petabyte
1024 Petabytes 1 Exabyte -
1024 Exabytes 1 Zettabyte
1024 Zettabytes 1 Yottabyte
1024 Yottabytes 1 Brontobyte
Starter Activity
STARTER
What is a Bit?
A bit is a Binary Digit (the word comes from Binary DigIT)
Because it is a binary digit, a bit can only have the value of …………. Or
……………….
STARTER
What is a Bit?
A bit is a Binary Digit (the word comes from Binary DigIT)
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits (8 lots of 1 and/or 0’s) 1 ………….
1024 Bytes 1 ………….
1024 ………….. 1 ……………
1024 ………….. 1 ……………
1024 Gigabytes 1 Terabyte
STARTER
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits (8 lots of 1 and/or 0’s) 1 byte
1024 Bytes 1 ………….
1024 ………….. 1 ……………
1024 ………….. 1 ……………
1024 Gigabytes 1 Terabyte
STARTER
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits (8 lots of 1 and/or 0’s) 1 byte
1024 Bytes 1 KB
1024 ………….. 1 ……………
1024 ………….. 1 ……………
1024 Gigabytes 1 Terabyte
STARTER
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits (8 lots of 1 and/or 0’s) 1 byte
1024 Bytes 1 KB
1024 Kilo Bytes 1 ……………
1024 ………….. 1 ……………
1024 Gigabytes 1 Terabyte
STARTER
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits (8 lots of 1 and/or 0’s) 1 byte
1024 Bytes 1 KB
1024 Kilo Bytes 1 MB
1024 ………….. 1 ……………
1024 Gigabytes 1 Terabyte
STARTER
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits (8 lots of 1 and/or 0’s) 1 byte
1024 Bytes 1 KB
1024 Kilo Bytes 1 MB
1024 Mega Bytes 1 ……………
1024 Gigabytes 1 Terabyte
STARTER
Unit Equals
1 Bit Binary Digit 1 or 0
8 Bits (8 lots of 1 and/or 0’s) 1 byte
1024 Bytes 1 KB
1024 Kilo Bytes 1 MB
1024 Mega Bytes 1 GB
1024 Gigabytes 1 Terabyte
BASE 2 SYSTEM
Binary uses a base 2 system (0 or 1).
128 64 32 16 8 4 2 1
21 20
WHAT IS 11110000?
Binary uses a base 2 system (0 or 1)
The number 2 is calculated to the power starting at 0 to give you each digit
128 64 32 16 8 4 2 1
WHAT IS 11110000?
Binary uses a base 2 system (0 or 1)
The number 2 is calculated to the power starting at 0 to give you each digit
128 64 32 16 8 4 2 1
1 1 1 1 0 0 0 0
Challenge Activity:
Write your own 16 bit binary numbers
128 64 32 16 8 4 2 1
WHAT IS 20 IN Binary?
Which of these numbers make 20?
128 64 32 16 8 4 2 1
1 1
Task 2: Denary to Binary
Complete Task 2 on page 7
Challenge Activity:
Write your own 16 bit binary numbers
Challenge Activity:
Write your own 16 bit binary numbers
• 01010101 in denary
• 60 in binary
• 111+010 = ??
Plenary
You will be randomly picked to come to the front to answer the
following:
• 01010101 in denary 85
• 60 in binary 00111100
• 111+010 = ?? 1001