Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Programming language"

From NetSec
Jump to: navigation, search
Line 21: Line 21:
 
*[[C++]]
 
*[[C++]]
  
Feel free to add a language to this.
+
[[Category:Programming Languages]]
[[Category:Information]][[Category:Programming Languages]]
+

Revision as of 04:45, 16 May 2012

There are several types of programming languages. Machine code, compiled languages, and interpreted languages.

Machine code is hexadecimal and is understood directly by the computer's processor. Assembly is translated to hexadecimal.

Interpreted Languages Include:

Compiled Languages Include: