INFORMATION REPRESENTATION
INFORMATION REPRESENTATION
REPRESENTATI
ON
NUMBER SYSTEMS
A number system defines how a number can be represented
using distinct symbols. A number can be represented
differently in different systems. For example, the two
numbers (2A)16 and (52)8 both refer to the same
quantity, (42)10 but their representations are different.
This is the same as using the words cheval(French), and
equus(Latin) to refer to the same entity, a horse. We use
symbols(digits) to represent number.
NUMBER SYSTEMS
(CONT…)
There are natural numbers expressed in what can be
described as the denary, decimal or base-10 system of
numbers. Had we learned to count using 0, 1, 2, 3, 4, 5, 6,
7, 8, 9 we would have more clearly understood that the
number system was base-10 because there are 10
individual, distinct symbols or digits available to express a
number. Numbers in this system are called Denary
numbers or more traditionally, decimal numbers
NUMBER SYSTEMS
(CONT…)
When a number is written down the value that it represents is
defined by the place value of the digits in the number. This can
be illustrated by considering the denary number 346 which is
interpreted as shown below.
Place value 102=100 101=10 100=1
Digit 3 4 6
Product of digit and 300 40 6
place value
Binary numbers
The binary number system is a base-2 system which uses
just two symbols, 0 and 1. These binary digits are usually
referred to as 'bits'.
As with a denary number, the value of a binary number is
defined by place values. For example see next slide for
the binary number 101110
NUMBER SYSTEMS
(CONT…)
Binary numbers