Zusammenfassung der Ressource
Programming Languages
- Programming language is a standardized
method to communicate instructions to a
computer.
- Examples of programming language:
- Java
- C
- Basic
- PHP
- Assembly
- How to program:
- check the need to create a program
- raise the requirements
- write the programming logic
- perform tests to identify bugs
- Write a detailed description of how
the program works (program
documentation)
- END
- programming language story
- 1842-1843 first computer program
was created by Ada Lovelace
- In the 1950s the first three modern
programming languages whose descendants
are still in widespread use today were
designed: FORTRAN, COBOL, LISP
- C, one of the first systems programming language was
developed by Dennis Ritchie and Ken Thompson at Bell
Labs between 1969 and 1973.
- In 1990 new languages emerged.