COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The following are programming paradigms:
A
Imperative, object-imperative, scripting, declaring, functional, aspect-oriented
B
Procedural, object-oriented, scripting, declaring, functional, aspect-oriented
C
Procedural, object-procedural, scripting, declaring, functional, aspect-oriented
D
Imperative, object-oriented, procedural, declarative, functional
Explanation: 

Detailed explanation-1: -Procedural and object-oriented programming (OOP) languages fall under imperative programming, such as C, C++, C#, and Java.

Detailed explanation-2: -The decision to divide the theories into four paradigms is somewhat arbitrary, however. An even simpler scheme supports just two, which might be called “body” (the behavior of the body: the behaviorist paradigm) and “mind” (thinking and the workings of the brain: the other three paradigms). What is learning?

Detailed explanation-3: -Imperative. Logical. Functional. Object-Oriented.

Detailed explanation-4: -Imperative : Programming with an explicit sequence of commands that update state. Declarative : Programming by specifying the result you want, not how to get it. Structured : Programming with clean, goto-free, nested control structures. Procedural : Imperative programming with procedure calls. More items

There is 1 question to complete.