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

Programming language

From NetSec
Revision as of 06:34, 6 December 2010 by WillieArce (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

Feel free to add a language to this.