Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| info:encoding [2026/08/26 19:51] – skander | info:encoding [2026/08/27 14:33] (current) – skander | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| Information is all around us, be it sensor data, records kept by governments, | Information is all around us, be it sensor data, records kept by governments, | ||
| - | For devices, systems or programs to communicate and store information, | + | |
| + | ==== ENCODING SCHEME ==== | ||
| + | An encoder takes as input information in some form and outputs the information encoded into the storage medium according to the encoding scheme. | ||
| + | |||
| + | The encoding scheme is as follows. | ||
| + | |||
| + | |||
| + | {{ : | ||
| + | |||
| + | |||
| + | ==== COMPUTERS==== | ||
| + | For devices, systems or programs to communicate and store information, | ||
| + | |||
| + | A bit is either a 1 or a 0. Mechanically and electronically this can be seen as on and off. Or, up and down. | ||
| + | |||
| + | Classic computers that were built using mechnical components, such as solenoid switches and vacuum tubes, had bits represented using those components. A solenoid switch can ' | ||
| ==== Structured data ==== | ==== Structured data ==== | ||