Introduction to Data Representation
Introduction to Data Representation
A digital computer works with binary number system. The binary number system has only two
digits 0 and 1. Inside the computer, binary number is represented by an electrical pulse. 1 means
a pulse of electricity and 0 means no pulse.
Data is divided into three types:-
1. Alphabetic data,
2. Numeric data and
3. Alphanumeric data.
Alphabetic data
Alphabetic data is used to represent the alphabets. It consists of capital letters A–Z, small
letters a–z and blank space etc. Alphabetic data is also called non-numeric data.
Numeric data
Numeric data consists of ten digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, or (0-9)
Two signs + and – and decimal point.
Alphanumeric data
Alphanumeric data is used to represent alphabetic data, numeric data, special characters and
symbols.
What are special characters?