8.8k views
0 votes
Name a first generation programming language, second generation programming language, and a third gen programming languages

1 Answer

2 votes

Final answer:

A first generation programming language is a low-level language understood by the computer's hardware. A second generation language is a low-level language closer to human language. A third generation language is a higher-level language closer to human language.

Step-by-step explanation:

A first generation programming language is a low-level programming language that is directly understood by the computer's hardware. Examples include machine language and assembly language.

A second generation programming language is a low-level programming language that is closer to human language than machine language. Examples include FORTRAN and COBOL.

A third generation programming language is a higher-level programming language that is closer to human language and makes use of high-level constructs. Examples include C, Java, and Python.

User Maraspin
by
8.6k points