1.2 Memory, Storage and Binary
1.2 Memory, Storage and Binary
On = 1
Off = 0
TRANSISTORS
Transistors are switches
that are used in digital
circuits, in their off state
they represent a 0 and in
their on state they
represent a 1. Computers
use combinations of
millions or even billions of
transistors to carry out
instructions.
ACTIVITY 6
Use internet research to help you complete this table:
Question Answer
Why do computers
use binary?
What are
transistors and
how are they used
in digital circuits?
BINARY
0 1 0 1 0 1 0 1
nibble nibble
byte
COUNTING IN BINARY
We need 8 volunteers to sit at the front in row facing
the class.
12 64 32 16 8 4 2 1
8
Sitting = 0 Standing = 1
COUNTING IN BINARY
This is how we represent the number 1 in binary.
12 64 32 16 8 4 2 1
8
0 0 0 0 0 0
COUNTING IN BINARY
This is how we represent the number 2 in binary.
12 64 32 16 8 4 2 1
8
0 0 0 0 0 0
COUNTING IN BINARY
How do we represent these numbers in binary:
65 92 21 129 254
255 58 5 17 72
63 7 167 150 256
12 64 32 16 8 4 2 1
8
DENARY TO BINARY
65
Start by writing out the place values.
0 12
8 1
64 32
0 0 0
16 8 4 2
0 1
0 1
Then write 1s underneath the place values that add up
to the denary number.
As a class convert these numbers from denary to
binary:
a. 3 b. 46 c. 76
BINARY TO DENARY
Start by writing the place values above each bit.
12 64 32 16 8 4 2 1
0 1 0 1 0 0
8
0 1
Then write out the place values of the 1s.
64 16
+ 1+ =
81
Finally add the numbers together.
As a class convert these numbers from binary to
denary:
a. 01110010 b. 01011010 c. 10100011
Activity 7 – Binary to Denary
Complete these binary to denary conversions: