| The beginning of generation codes used to
| |
| | to understand any HLL, a compiler
|
| program computers, was called machine
| |
| | interprets the high level language into
|
| language or machine code, it is the only
| |
| | either assembly language or machine code.
|
| language a computer really understands.
| |
| | All software programming languages need
|
| It is a sequence of 0s and 1s that the
| |
| | to be eventually translated into machine
|
| computer's controllers electrically
| |
| | code for a computer to use the
|
| interpret as instructions. The second
| |
| | instructions they contain.
|
| generation of codes was called assembly
| |
| | As the user you do not see the code used
|
| language. assembly language turns the
| |
| | to create computer software programs.
|
| foreign language of 0s and 1s into human
| |
| | However, you do use the results and the
|
| words like 'add'. Assembly language is
| |
| | end products of software programming
|
| always translated back into machine code
| |
| | which are soft programs that are easy to
|
| by computer programs called assemblers.
| |
| | use by the consumer. Below is an article
|
| The third generation of code, was called
| |
| | discussing the history of software
|
| high level language or HLL, which has
| |
| | programming of Computer Chess and the
|
| human sounding words as well as words put
| |
| | lives of the software programmer behind
|
| into sentences. In order for the computer
| |
| | one of your favorite software programs.
|