First-generation programming language: Difference between revisions
m Reverted 1 edit by 2409:4042:238C:3373:0:0:2298:40A1 (talk) to last revision by Brian R Hunter (TW) |
→top: Rvv |
||
Line 1: | Line 1: | ||
{{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 [[programming language generations|generation (programming) language]] (1GL) is a grouping of programming languages that are machine level languages used to program [[first-generation computer]]s. Originally, no [[translator]] was used to [[compiler|compile]] or [[assembly language|assemble]] the first-generation language. The first-generation programming instructions were entered through the [[front panel]] switches of the computer system. |
A first [[programming language generations|generation (programming) language]] (1GL) is a grouping of programming languages that are machine level languages used to program [[first-generation computer]]s. Originally, no [[translator]] was used to [[compiler|compile]] or [[assembly language|assemble]] the first-generation language. The first-generation programming instructions were entered through the [[front panel]] switches of the computer system. |
||
Revision as of 02:35, 12 April 2020
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.