Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
First-generation programming language
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|A category of programming languages}} {{Refimprove|date=September 2013}} A '''first-generation programming language''' ('''1GL''') is a [[machine code|machine-level]] [[programming language]] and belongs to the [[Low-level programming language|low-level programming languages]].<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. The instructions in 1GL are made of [[binary number]]s, 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 programming language|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 [[high-level programming language|higher level languages]]. Modern day programmers still occasionally use machine level code, especially when programming lower level functions of the system, such as [[device driver|drivers]], [[interface (computing)#Hardware interfaces|interfaces]] with [[firmware]] and hardware devices. Modern tools such as native-code compilers are used to produce machine level from a higher-level language. ==References== {{Reflist}} ===General=== 1. Nwankwogu S.E (2016). Programming Languages and their history. {{Programming language generations}} [[Category:Programming language classification]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Programming language generations
(
edit
)
Template:Refimprove
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)