COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What are the 2 ways to classify programming languages? (SELECT 2 options)
A
Language generation
B
language level
C
high level
D
low level
Explanation: 

Detailed explanation-1: -Programming languages can be divided into two different levels: High-level Languages – Python, Visual Basic, Java, C, C++, SQL and many more. Low-level Languages – Hardware/Processor-specific assembly languages and machine code.

Detailed explanation-2: -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-3: -Procedural Programming. Problem is broken down into procedures, or blocks of code that perform one task each. Object-oriented Programming. Here the solution revolves around entities or objects that are part of problem. Functional Programming.

There is 1 question to complete.