It looks like that the question is about the the steps of coding
and decoding in the process of communication. The entire process starts with
the sender of the communication having a thoughts in mind which needs to be
communicated. This thought than is coded - that is converted in a form which
can be sent or transmitted from sender of communication to the receiver, The
process of coding typically involves representing the thoughts of information
to be communicated in some form of language. This is first done mentally then
represented in some physical form like written or spoken word or some other
forms method physically representing and transmitting data. The coded data is
then transmitted or sent to the receiver of the communication.
The message transmitted thus teaches the recipient in the form of
some physical representation of data. This physical form of message is
perceived by the recipient through sensory organs. Typically this involves some
activity like hearing, reading, or seeing. Whatever is perceived by the
receiver of the message is then mentally decoded back in the form of thoughts
in the mind of the receiver.The thoughts created in the process of decoding
makes up the understanding of the message by the receiver.
- Encoding and decoding in communication
Sometimes it is not possible to send a message directly in spoken or
written words. Semaphore, for instance, uses flags held by a person or a
so-called semaphore tower. Particular combinations of the positions of the
flags or tower arms represent the symbols used in the semaphore code. The
message is encoded into those combinations and a person seeing the message from
a distance can decipher, or decode, the message.
This code uses specific sequences of dots and dashes for each letter.
The sender translates, or encodes, the message into the correct sequences, then
transmits it. The receiver writes down
the sequences and then decodes them using the same system. This enabled the
sending of text messages well before the age of computers or mobile phones.
Telegraph messages, were often abbreviated or encoded into five letter
codes for speed. This was used for commercial, military, diplomatic and
espionage purposes. AYYLU, for instance, meant not clearly coded, repeat more
clearly.
This involves secret codes meant to obscure the real meaning of a
message. Sometimes a particular book was used as a reference. Transmissions
would simply consist of page, line and word numbers. The receiver would then
decode the message by finding the corresponding words in the correct book.
Most modern computers use binary codes to
represent and transmit letters and numbers. The lower case a, for instance, may
be represented as 1100001, while the capital A would be 1000001.
The difference between encoding and
decoding is that encoding means to send information in a code, while decoding
means to remove information. Encoding is the process of putting a sequence of
characters into a specialized format for communication. Decoding is the
reversal of encoding. Decoding is the processing of converting these symbols
back into the format that is understandable by a receiver. Coding is used to
enable communication in situations where spoken or written language is
difficult or impossible.
Encoding
·
To encode a message is to alter the format of a message
so that it is more easily transferable. For example, you could take a sentence
in English and encode it so that it is a series of symbols. People encode
messages so that they are more easily sent and stored. Many types of messages
can be encoded, including text, images, audio, video, multimedia, computer
programs and different types of signals. Morse code is a well-known type of
encoding that people historically used to send telegrams over long distances.
In modern times, computers frequently use encoding to send and store
information so you can perform tasks like viewing it on your hard drive or send
them to a friend via email. Wireless communication devices also commonly use
encoding to transmit data over air waves.
Encoding is the process of
converting data into a format required for a number of information processing
needs, including:
- Program compiling and execution
- Data transmission, storage and
compression/decompression
- Application data processing, such as file
conversion
Encoding can have two meanings:
- In computer technology, encoding is the
process of applying a specific code, such as letters, symbols and numbers,
to data for conversion into an equivalent cipher.
- In electronics, encoding refers to analog to
digital conversion.
Techopedia explains Encoding
Encoding involves the use of a
code to change original data into a form that can be used by an external
process.
The type of code used for converting characters is known as American Standard
Code for Information Interchange (ASCII), the most commonly used encoding
scheme for files that contain text. ASCII contains printable and nonprintable
characters that represent uppercase and lowercase letters, symbols, punctuation
marks and numbers. A unique number is assigned to some characters. The standard ASCII scheme has only zero to
127 character positions; 128 through 255 are undefined. The problem of
undefined characters is solved by Unicode encoding, which assigns a number to
every character used worldwide. Other types of codes include BinHex, Uuencode
(UNIX to UNIX encoding) and Multipurpose Internet Mail Extensions (MIME).Encoding
is also used to reduce the size of audio and video files. Each audio and video
file format has a corresponding coder-decoder (codec) program that is used to
code it into the appropriate format and then decodes for playback. Encoding should not be confused with
encryption, which hides content. Both techniques are used extensively in the networking,
software programming, wireless communication and storage fields
Decoding
Decoding a message is the opposite of
encoding it. You decode an encoded message so that it is in its original
format.
Definition - What does Decoding mean?
Decoding is the process of
converting code into plain text or any format that is useful for subsequent
processes. Decoding is the reverse of encoding. It converts encoded data
communication transmissions and files to their original states.
Techopedia explains Decoding
Most computers use an encoding
methodology to transfer, save or use data. Data to be encoded are transformed
via an encoding mechanism (for example, the American Standard Code for
Information Interchange (ASCII) or BinHex) and transmitted via a communication
medium.
As an example, when sending an email, all data, including certain attachments
and images, are encoded using a format such as Multipurpose Internet Mail
Extensions (MIME). When data arrives, decoding converts the email message
content to its original form.