Coding
Why is coding done?
Talking to computers simply means commanding or giving
computers tasks to do. As a result of computers doing tasks
faster than human brain can comprehend, we use the back and
forth to relieve effort.
Coding is done to reduce time consumption as it would take
decades for a person to master binary coding while languages
like Python and Java are more closer to the known languages to
humans in this case English.
What is coding?
Coding is a method to comprehend or converse with a
computer: talking codes a computer can easily decrypt to
binary.
Coding can relate to humanly languages such as:
Languages => Spanish, English, French, German etc..
Coding => Python, Java, C++, C etc..
In my interests I can talk to the computer in a variety of
languages like python, C, C++.
How do you code?
The code first goes to a compiler which is a basic translator like
we have for example you go to Japan and you don’t know
Japanese but, your friend does so he translates English to
Japanese for you and vice versa . That’s what a compiler does
from code to binary.
The compiler splits the source code into lexemes, which are
individual code fragments that represent specific patterns in the
code which are identified by the compiler and turned into binary.