Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
First-generation programming language
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
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]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Programming language generations
(
edit
)
Template:Refimprove
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Search
Search
Editing
First-generation programming language
Add topic