Types of Programming Languages

?
View mindmap
  • Types of Programming Languages
    • High Level Languages
      • Procedural
        • 3GL: Fortran, C, Pascal, and COBOL.
      • Object Oriented
        • C++, Java, C#, and PHP.
      • Functional
        • Haskell, Scala, Clojure, and Swift.
      • Scripting
        • Bash, JavaScript, Shell, Python, and Perl.
      • Human Friendly / Readable, Abstract
      • AI - 5GL
    • Low Level Languages
      • Machine Code
        • 1GL
      • Assembly Language
        • 2GL
      • Computer Friendly little to no abstraction
    • Paradigms
      • Declarative
        • What to do: Code is usually short e.g SQL and Prolog
      • Impertive
        • Expresses how to do something: Code is usually long e.g: Python, C++

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Systems development lifecycle resources »