COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Declarative
|
|
Procedural
|
|
Scripting
|
|
Functional
|
Detailed explanation-1: -In declarative paradigms, the programmer tells the computer what to do instead of how to do it.
Detailed explanation-2: -The procedural programming paradigm is where program code is divided up into procedures, which are discrete blocks of code that carry out a single task. Procedures, also called subroutines or functions, contain a series of computational steps to be carried out in the order specified by the programmer.
Detailed explanation-3: -Declarative programming is a programming paradigm in which the programmer defines what needs to be accomplished by the program without defining how it needs to be implemented. In other words, the approach focuses on what needs to be achieved instead of instructing how to achieve it.
Detailed explanation-4: -Procedural Programming divides the program into small programs and refers to them as functions. Object Oriented Programming divides the program into small parts and refers to them as objects. Available data is capable of moving freely within the system from one function to another.
Detailed explanation-5: -Imperative. Logical. Functional. Object-Oriented.