- 1
What is code language
say it please
2 Answers
+ 3
Code language is what we use as humans to assist with creating the machine language that the computer uses. Code language is a readable, human-like syntax that allows us to program in a way that makes sense to us and then use a compiler to translate it back into the machine language that the computers understand.
Originally, programmers were people that had to physically rearrange the physical switches inside of a computer. As we progressed and took computers from an analog state to a digital state, the programmers developed a programming language to assist what they were already doing and to make it easier to deal with overall.
Examples of code languages:
C++
Java
C#
C
+ 1
Depends of the code pretty much :^)