What are the application domains of programming languages Gi
What are the application domains of programming languages? Give examples if you have any for each domain.
Solution
Application Domains:
Scientific Applications: Programs tend to involve use of arithmetic on real numbers, arrays and counting loops. Example for Scientic applications is Fortran.
Business Applications: Among the desires here are to do decimal arithmetic and to produce elaborate reports. Example is cobol.
Artificial Intelligence: Tends to require symbolic manipulation rather than numeric, use of lists rather than arrays. Example is LISP
Systems Programming: Require for efficiency and for capacity to do low-level operations. This is used in device drivers.
Web software: Usually want good string processing capabilities. Scripting languages such as PHP and JavaScript have happen to popular here.

