For each language below use one or two words to summarize th
For each language below, use one or two words to summarize the kind of use that originally inspired its development or that is mainly associated with.
Solution
COBOL is primarily used in business, finance, and administrative systems for companies and governments. COBOL is still widely used in legacy applications deployed on mainframe computers, such as large-scale batch and transaction processing jobs.
FORTRAN is especially suited to numeric computation and scientific computing.
Lisp programs can manipulate source code as a data structure, giving rise to the macro systems that allow programmers to create new syntax.
Pascal allows the programmers to define complex structured data types and build dynamic and recursive data structures, such as lists, trees and graphs.
C was initially used for system development work, particularly the programs that make-up the operating system.
