Decoding data

​Decoding data is the process that is opposite to encoding data. If encoding data is a process of transforming information to the data that is easily can be be processed by a computer, then decoding the data, means taking that data and presenting it to a person.

For example a computer will store a picture in a binary format, however for a person to make meaning out if it, this picture needs to be presented to such a person as a drawing and not as a set of numbers.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator