Common needs
Computer
To store and view data
Define
Data
Units of information.In computing there can be different data types including integers, characters and Boolean. Data is often acted on by instructions.
What do computers use to “see” everything?
Electrical signals that are on or off, represented by binary numbers
Define
Binary
A number system that contains two symbols, 0 and a 1.Aslo known as Base 2.
True or False
All data that we want a computer to process must be converted to binary?
True
Why is binary known as ‘Base 2’?
Define
Denary
The number system most commonly used by people.It contains 10 unique digits 0-9. Aslo known as decimal or base 10.
Define
Place value
The value of the place or position of a digit in a number
Place value
Binary
1,2,4,8,16,32,64,128 and so on
Place value
Denary
1,10,100,1000 and so on
How would you work out this decimal value?
1024
(1×1000) + (0×100) + (2×10) + (4×1)=1024
How would you work out this binary value?
1010 1000
(1×128) + (0×64) + (1×32) + (0×16) + (0×8) + (0×4) + (0×2) + (0×1) = 168
How to convert from binary to denary
Divide method
Addition rules
Binary