Ch1-Revision Pack Ict
Ch1-Revision Pack Ict
NUMBERING SYSTEMS
OBJECTIVES
In this system we add a new digit every ten things, therefore each digit
represents an increase in the power of ten.
WHAT IS BINARY?
Each digit of binary only has 2 values, each additional digit represents
an increasing power of 2 rather than 10
WHY USE BINARY?
Process 128 64 32 16 8 4 2 1
0 0 0 1 1 1 1 0 0 0 1 1 0 0 1 1
4096+2048+1024+512+32+16+2+1= 7731
DENARY (DECIMAL) TO BINARY division result
Remaind
er
41/2 20 1
Answer: 1 0 1 0 0 1 0
20/2 10 0
10/2 5 0
Validation: 5/2 2 1
2/2 1 0
1 0 1 0 0 1 0
1/2 0.5 1
64 32 16 8 4 2 1
The correct order is
64+16+2= 82 from bottom to top,
then left to right
BINARY CONVERSION
The way to Convert hexa decimal digits to Binary is by finding the digits in the table of
the next slide.
Example:
Convert this hexa value to binary (2AB):
By comparing Each digit, ( 2 - A - B ) in the table to it’s binary digit, you get the
result below:
0011 1010 1011
Convert ( 1000 1111 0000 ) to Hex value:
you compare each 4 digit to it’s hex value:
8F0
USE OF THE HEXADECIMAL SYSTEM
Error codes
MAC addresses
IPv6 addresses
HTML colour codes
USE OF THE HEXADECIMAL SYSTEM
The Rules:
1 1 1 1 1 The carry
0 1 1 1 0 1 0 1
0 1 1 1 0 1 0 1
1 1 1 0 1 0 1 0 Final answer
BINARY ADDITION
QUESTIONS
Analog signals are converted to ________
so the computer can process it.