First-generation programming language: Difference between revisions
ClueBot NG (talk | contribs) m Reverting possible vandalism by Caceress to version by 93.136.5.19. Report False Positive? Thanks, ClueBot NG. (3926152) (Bot) |
No edit summary Tags: Mobile edit Mobile app edit iOS app edit |
||
Line 1: | Line 1: | ||
{{Short description|A category of programming languages}} |
|||
{{Refimprove|date=September 2013}} |
{{Refimprove|date=September 2013}} |
||
A '''first-generation programming language''' ('''1GL''') is a [[machine code|machine-level]] [[programming language]].<ref name="Computer Hope">[http://www.computerhope.com/jargon/num/1gl.htm "Computer Hope, Generation languages"]</ref> |
A '''first-generation programming language''' ('''1GL''') is a [[machine code|machine-level]] [[programming language]].<ref name="Computer Hope">[http://www.computerhope.com/jargon/num/1gl.htm "Computer Hope, Generation languages"]</ref> |
Revision as of 17:15, 25 May 2021
This article needs additional citations for verification. (September 2013) |
A first-generation programming language (1GL) is a machine-level programming language.[1]
A first generation (programming) language (1GL) is a grouping of programming languages that are machine level languages used to program first-generation computers. Originally, no translator was used to compile or assemble the first-generation language. The first-generation programming instructions were entered through the front panel switches of the computer system.
The instructions in 1GL are made of binary numbers, represented by 1s and 0s. This makes the language suitable for the understanding of the machine but far more difficult to interpret and learn by the human programmer.
The main advantage of programming in 1GL is that the code can run very fast and very efficiently, precisely because the instructions are executed directly by the central processing unit (CPU). One of the main disadvantages of programming in a low level language is that when an error occurs, the code is not as easy to fix.
First generation languages are very much adapted to a specific computer and CPU, and code portability is therefore significantly reduced in comparison to higher level languages.
Modern day programmers still occasionally use machine level code, especially when programming lower level functions of the system, such as drivers, interfaces with firmware and hardware devices. Modern tools such as native-code compilers are used to produce machine level from a higher-level language.
What's next
- Second-generation programming language
- Third-generation programming language
- Fourth-generation programming language
- Fifth-generation programming language
References
General
1. Nwankwogu S.E (2016). Programming Languages and their history.