COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What are the 2 ways to classify programming languages? (SELECT 2 options)
|
Language generation
|
|
language level
|
|
high level
|
|
low level
|
Explanation:
Detailed explanation-1: -Programming languages can be categorized in a number of ways: imperative, applicative, logic-based, problem-oriented, etc. But they all seem to be either an “agglutination of features” or a “crystallization of style.” COBOL, PL/1, Ada, etc., belong to the first kind; LISP, APL-and Smalltalk-are the second kind.
Detailed explanation-2: -The two most common are the so called SPMD (single program multiple data) and FPMD (few programs multiple data). Of these two, SPMD is clearly the most commonly used.
There is 1 question to complete.