1. FORTRAN was influential for science and engineering, COBOL for business data processing, LISP for logic and AI, and BASIC as a simple language.
2. Programming languages have code/source code, syntax, output, and a console. Compiling translates source code into machine code, while interpreting runs source code directly.
3. C was developed in 1973 for UNIX and is now widely used. It has a simple core and uses pointers for low-level memory access. Python allows multiple paradigms and uses dynamic typing and garbage collection.