COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Imperative
|
|
Functional
|
|
Object-Oriented
|
|
Logic
|
Detailed explanation-1: -Logical programming is a computer programming paradigm that has its foundations in mathematical logic in which program statements express facts and rules about problems within a system. Rules are written as logical clauses with a head and a body. They also follow a declarative rather than an imperative approach.
Detailed explanation-2: -In computer science, imperative programming is a programming paradigm of software that uses statements that change a program’s state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform.
Detailed explanation-3: -As we’ve seen, programming paradigms are different ways in which we can face programming problems, and organize our code. Imperative, procedural, functional, declarative, and object oriented paradigms are some of the most popular and widely used paradigms today.