How do codes work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do codes work

24th Jun 2020, 1:32 PM
Nana Nti Acheampong
Nana Nti Acheampong - avatar
9 Answers
+ 1
There is usually a translator program (compiler or interpreter) that you need to install to get your code to work. What it does is that it translates your human readable code to machine language understandable by computers. This is an oversimplification though as only a few languages work like this. Most languages have a series of translation step before it is converted to machine language.
24th Jun 2020, 2:35 PM
Ore
Ore - avatar
0
We code using programming language but actually every code in a programming language uses binary language ( 0 and 1). A sequence of many 0 and 1 forms a character. Eg:- 000001 = a, 000010 = b, etc. Many such sequence from a code. For human code can be: <!DOCTYPE html>, document.write(), etc. But for an electrically device it is always one or many series of 0 and 1. We type document.write() and our browser convert it into 0 and 1. Like this code work. It is difficult for me to explain code by typing.
24th Jun 2020, 1:58 PM
Omkar Kamat
Omkar Kamat - avatar
0
Ore exactly
24th Jun 2020, 4:00 PM
Omkar Kamat
Omkar Kamat - avatar
0
I want to create an application how do I do it pls
25th Jun 2020, 7:18 AM
Nana Nti Acheampong
Nana Nti Acheampong - avatar
25th Jun 2020, 7:29 AM
Nana Nti Acheampong
Nana Nti Acheampong - avatar
0
How do I use the code to create an application
25th Jun 2020, 7:30 AM
Nana Nti Acheampong
Nana Nti Acheampong - avatar
25th Jun 2020, 8:37 AM
Ore
Ore - avatar
0
What program do I need to install to keep my program running please
25th Jun 2020, 10:24 AM
Nana Nti Acheampong
Nana Nti Acheampong - avatar
0
Nana Nti Acheampong Keep learning. You will eventually be able to create GUI applications and microservices that are not limited to the command line.
25th Jun 2020, 11:23 AM
Ore
Ore - avatar