Encoder and decoder in circuit diagram | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Encoder and decoder in circuit diagram

how it is useful in programming

25th Apr 2018, 12:21 AM
Insane
Insane - avatar
3 Answers
+ 1
I only know all about encoder and decoders are used to design circuit diagram. which play a vital role in designing enter net through the help of wireless routers which used to converts digital signal to analog,by allocating your memory address 'IP address' unique id is kept safe in enter net by designing such a software programme by using such logic gates in this way encoder and decoders works in our daily life.get more details about softech send your questions I Will solve your queries. thank you!!,🙂
25th Apr 2018, 1:45 AM
Insane
Insane - avatar
- 1
Encoders, encode analogue to digital, and decoders decode digital back to analogue signals. Check out this article: http://www.edgefxkits.com/blog/encoders-and-decoders-truth-tables/ It might be useful for embedded programming, where you're processing data. The data from an analogue source will be easier to process in digital form. You can then shove out an output as analogue if required. Hope that makes sense? They're not useful for most programming projects, that don't involve analogue to digital conversions.
25th Apr 2018, 1:03 AM
Emma
- 1
Encoder encodes data into a format that machine can understand (Keyboard input to binary/ASCII). Decoder decodes machine language to a understandable format(What you see in the screen).
25th Apr 2018, 1:34 AM
Akib
Akib - avatar