Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 2 (Q.No. 6)
6.
A program that converts computer data into some code system other than the normal one is known as
Encoder
Simulation
Emulator
Coding
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Vijay bhaskar said:   1 decade ago
This is called Encription technique is to find Decription technique
P=D(k,E(k));
where
E=encription function
D=Decription function,
P=plain text

Ashok Arya said:   9 years ago
Every information needs to be converted to machine code (means 0's and 1's) because computer only understands machine codes. We need something which can convert information to machine code.

Encoder is used for the same purpose (means to convert information to machine code) and Decoder is just opposite of encoder.

Shewangizaw Bogale said:   8 years ago
Encoding : is the process of putting a sequence of characters into a specialized format for efficient transmission or storage.

Post your comments here:

Your comments will be displayed after verification.