Data Representation (Part 1)
Data Representation (Part 1)
DATA: -
- Data is a collection of raw facts and figures.
- Data deals with numbers, texts or images etc. to solve a problem.
- Data can be simple, random and useless until it is organized.
DATA PROCESSING: -
- The method or technique by which data is transformed into meaningful information is
known as Data Processing.
EXTERNAL DATA: -
- The type of communication of data between the user and the computer is known as
External Data.
- The external data may be classified as:
NUMBER SYSTEM: -
- Number system is the method of representing numbers of a certain type.
- Certain type means set of distinct graphic symbols or signs.
Categories of Number System: - There are multiple number systems are in use. These number
systems can be broadly divided into two categories: -
Non-positional number system: - In non-positional number system, a symbol carries the same
value always irrespective of its position.
Example-
Positional number systems: - Positional number systems (also called place-value numeral
systems) are systems in which the value of a digit changes according to their position. Means
position of a digit tells the value of that digit.
For instance: -
Base or Radix: - A Base or Radix tells how many distinct graphic symbols are used to represent
number in a number system.
For example: - In decimal number system, the base is 10 as it uses ten (10) different symbols {0,
1, 2, 3, 4, 5, 6, 7, 8, 9} to represent numbers.
This base or radix plays an important role in determining positional value of a digit.
Example-
Digital Number Systems
In Digital representation, various number systems are used. The most common number systems
used are decimal, binary, octal, and hexadecimal systems.
Most Significant Digit (MSD): - The digit which carries the most weight is called the most
significant digit.
Least Significant Digit (LSD): - The digit which carries the least weight is called the least
significant digit.
- The sequence of octal numbers goes as 0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17,
20, 21……..See each successive number after 7 is a combination of 2 or more unique
symbols of octal system.