Midterms Flashcards
Easy to learn due to the similarity to the human language.
Human Friendly Programing Language
Easy to understand
User Friendly
1st Generation Programming Language
1950’s
Machine Language
2nd Generation Programming Language
Mid 1950’s
Assembly Language
3rd Generation Programming Language
1960’s to 1970’s
High Level
3rd Generation Programming Language
FORTRAN, BASIC, COBOL
4th Generation Programming Language
Very High Level Programming Languages
ex: Python, Ruby
5th Generation Programming Language
Very closely resemble human speech
6th Generation Programming Language
Very high level programming programming language with extreme abstraction.
6th Generation Programming Language
No code, more on visual development
5th Generation Programming Language
Designed to make computer smarter
5th Generation Programming Language
Mercury, PROLOG, LISP
Paradigm of programming Language
the pattern of the PL in modeling and solving problems.
Describes “how” the program solves the problem through step by step statements.
Imperative Programming
Follows a sequence of statements or commands.
ex: FORTRAN, C, C++, PASCAL, BASIC
Procedural Programming