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

Difference between revisions of "Programming language"

From NetSec
Jump to: navigation, search
m
 
Line 1: Line 1:
 
There are several types of programming languages.  [[Machine code]], [[compiled languages]], and [[interpreted languages]].
 
There are several types of programming languages.  [[Machine code]], [[compiled languages]], and [[interpreted languages]].
  
[[Machine code]] is [http://wiki.dotslashproductions.net/Assembly_Basics#Counting hexadecimal] and is understood directly by the computer's processor.  [http://wiki.dotslashproductions.net/Assembly_Basics Assembly] is translated to [http://wiki.dotslashproductions.net/Assembly_Basics#Counting hexadecimal].
+
[[Machine code]] is [[Assembly_Basics#Counting|hexadecimal]] and is understood directly by the computer's processor.  [[Assembly_Basics|Assembly]] is translated to [[Assembly_Basics#Counting|hexadecimal]].
  
 
Interpreted Languages Include:
 
Interpreted Languages Include:

Revision as of 19:50, 25 November 2011

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.