Various Types Of Computer Languages..

SHARE:

Language Categories


Procedural Language
A language which states how to compute the result of a given problem. This term encompasses both imperative and functional languages.
Imperative Language
A language which operates by a sequence of commands that change the value of data elements. Imperative languages are typified by assignments and iteration.
Declarative Language
A language which operates by making descriptive statements about data, and relations between data. The algorithm is hidden in the semantics of the language. This category encompasses both applicative and logic languages. Examples of declarative features are set comprehensions and pattern-matching statements.
Applicative Language
A language that operates by application of functions to values, with no side effects. A functional language in the broad sense.
Functional Language
In the narrow sense, a functional language is one that operates by use of higher-order functions, building operators that manipulate functions directly without ever appearing to manipulate data. Example: FP.
Definitional Language
An applicative language containing assignments interpreted as definitions. Example: Lucid.
Single Assignment Language
An applicative language using assignments, with the convention that a variable may appear on the left side of an assignment only once within the portion of the program in which it is active.
Dataflow Language
A language suitable for use on a dataflow architecture. Necessary properties include freedom from side effects, and the equivalence of scheduling constraints with data dependencies. Examples: Val, Id, SISAL, Lucid.
Logic Language
A logic language deals with predicates or relationships p(X,Y). A program consists of a set of Horn clauses which may be:
  • facts - p(X,Y) is true
  • rules - p is true if q1 and q2 and ... qn are true
  • queries - is g1 and g2 and ... gn true? (gi's are the goals.)
Further clauses are inferred using resolution. One clause is selected containing p as an assumption, another containing p as a consequence, and p is eliminated between them. If the two p's have different arguments they must be unified, using the substitution with the fewest constraints that makes them the same. Logic languages try alternative resolutions for each goal in succession, backtracking in a search for a common solution.
  • OR-parallel logic languages try alternative resolutions in parallel
  • AND-parallel logic languages try to satisfy several goals in parallel.
Constraint Language
A language in which a problem is specified and solved by a series of constraining relationships.
Object-Oriented Language
A language in which data and the functions which access it are treated as a unit.
Concurrent Language
A concurrent language describes programs that may be executed in parallel. This may be either
  • Multiprogramming: sharing one processor
  • Multiprocessing: separate processors sharing one memory
  • Distributed
Concurrent languages differ in the way that processes are created:
  • Coroutines - control is explicitly transferred - examples are Simula I, SL5, BLISS and Modula-2.
  • Fork/join - examples are PL/I and Mesa.
  • Cobegin/coend - examples are ALGOL 68, CSP, Edison, Argus.
  • Process declarations - examples are DP, SR, Concurrent Pascal, Modula, PLITS and Ada.
and the ways in which processes interact:
  • Semaphores - ALGOL 68
  • Conditional critical regions - Edison, DP, Argus
  • Monitors - Concurrent Pascal, Modula
  • Message passing - CSP, PLITS, Gypsy, Actors
  • Remote procedure calls - DP, *Mod
    • Rendezvous - Ada, SR
    • Atomic transactions - Argus
Fourth Generation Language (4GL)
A very high-level language. It may use natural English or visual constructs. Algorithms or data structures may be selected by the compiler.
Query Language
An interface to a database.
Specification Language
A formalism for expressing a hardware or software design.
Assembly Language
A symbolic representation of the machine language of a specific computer.
Intermediate Language
A language used as an intermediate stage in compilation. May be either text or binary.
Metalanguage
A language used for the formal description of another language.

COMMENTS

5K Followers,1,AIEEE,2,ASSISTANCE,67,BIG DATA,1,CAREER,98,CHILDRENS,3,COLLEGE,10,COMPETITION,16,CONTEST,6,COUNSELLOR,19,EARNINGS,3,EDUCATION,10,ENGINEERING,3,EXAMS,1,FRESHER,7,GOOGLE,2,GUIDANCE,63,HAPPY,4,HELP,10,IIT,1,IMPROVEMENT,56,INDIA,2,INTERVIEW,9,IT,27,JOBS,30,LATEST UPDATES,15,LEADERSHIP,8,MBA,1,MEDICAL,2,MONEY,2,MOTIVATION,37,MUSIC,1,NEWS,1,ONLINE LEARNING,7,PERSONAL BRAND,21,PLACEMENT,1,RESOURCES,4,RESUME TIPS,8,RSS,1,RUSSIA,1,SALARY,3,SAVINGS,1,SKILLS,9,SOCIAL NETWORKING,12,SOFTWARE,1,STUDY ABROAD,1,TECHNOLOGY,1,THINKQUEST,1,TWITTER,1,USA,1,WIKIPEDIA,1,
ltr
item
eStudents Guide: Various Types Of Computer Languages..
Various Types Of Computer Languages..
eStudents Guide
https://www.estudentsguide.com/2010/02/various-types-of-computer-languages.html
https://www.estudentsguide.com/
https://www.estudentsguide.com/
https://www.estudentsguide.com/2010/02/various-types-of-computer-languages.html
false
8081207374628887599
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy