Data Coding and Information Decoding

Educational level: this is a secondary education resource.
Resource type: this resource is a lesson.
Completion status: this resource is ~75% complete.
This is a lesson in the course Introduction to Computers, which is a part of The School of Computer Science


Unique Code

Data are Numbers, Text, Sounds, Image, Animation, Video, etc.; in order to define them in the real world, we are using Numbers (0,...9), an Alphabet (A,...Z) and symbols (@,[,\,...) or a combination of them, for example:

Computers, however, don't understand the definitions for Numbers (0,...9), the Alphabet (A,...Z) and symbols (@,[,\,...), so in order to process those pieces of information a unique code must be assigned to each of them. The unique code for Numbers (0,...9), the Alphabet (A,...Z) and symbols (@,[,\,...) is a binary numeral.


show 1,0 in binary numbers

In practical use, each "0" and "1" in binary number uses a Physical attribute that is electrical or magnetic. The smallest part of that Physical attribute is named "Bit", the existence of the Physical attribute is "1", and the absence of the Physical attribute is "0"; 8-bit grouped up are called 1 Byte (so 1 byte=8 bit).

The binary numeral system, or base-2 number system, represents numeric values using two symbols - 0 and 1.

Examples:

Alphabet (A,...Z):

for symbols ():

Distinction between "Data" and "Information"

This article is issued from Wikiversity - version of the Sunday, October 26, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.