COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Focus is on the result of a calculation given certain data
A
procedural paradigm
B
functional paradigm
C
object-oriented paradigm
D
None of the above
Explanation: 

Detailed explanation-1: -Functional programming is a paradigm of building computer programs using expressions and functions without mutating state and data. By respecting these restrictions, functional programming aims to write code that is clearer to understand and more bug resistant.

Detailed explanation-2: -Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects", which can contain data and code.

Detailed explanation-3: -In computer science, functional programming is a programming paradigm … that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.

Detailed explanation-4: -Programming Paradigm Defined A programming paradigm is the classification, style or way of programming. It is an approach to solve problems by using programming languages.

There is 1 question to complete.