encoding
Chat with our AI personalities
A cipher machine is a mechanical device for encoding and decoding messages.
1. If you are writing few lines in any computational language in order to achieve certain result, this is called coding. It is understandable to anyone knowing that particular language. Encoding is basically finding an alternate way to represent data such as to make it easier to port across various platforms.e.g. Unicode, ASCII etc. Encoding sometimes in terms of electronics also means encrypting the data e.g. Hoffman encoding
One method of translating data into code is by using encoding techniques. Encoding is the process of transforming data into a format that can be easily processed or transmitted by a computer. Common encoding methods include binary encoding, ASCII encoding, and Unicode encoding. These methods assign numeric values or patterns to represent the data, allowing it to be stored or transmitted as code.
difference between as on and as at
opening/playing/reading/watching a file (Decoding) and making a file (Encoding)there are many different ways to read/write a bunch of "1's" and "0's." A files extention (.wav; .mp3; .iso; etc) explains how that file should be read as/written as. For example, this paragraph could be written in Spanish and generally say the same thing with the same general letters.source:http://www.free-codecs.com/guides/Whats_the_difference_between_decoding_encoding_recoding_and_transcoding.htm EncodingCreating a video file in a special format (e.g. DivX, MPEG-2, MPEG-4, ...) - You´ll need a DivX Encoder in order to be able to create DivX files and a MPEG-2 Encoder in order to be able to create MPEG-2 videos. You´ll need these encoders for transcoding and recoding http://wiki.answers.com/Q/Special:Wysiwyg?tid=wysiwyg# as well.• DecodingSimply opening and watching video files with a http://wiki.answers.com/Q/Special:Wysiwyg?tid=wysiwyg# (e.g. a DivX decoder for opening DivX files or a MPEG-1 Decoder for opening a MPEG-1 video file).