COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Fortran
|
|
C
|
|
Pascal
|
|
SQL
|
Detailed explanation-1: -SQL is an example of a declarative programming language. Statements do not describe computations directly, but instead describe the desired result of some computation. It is the role of the query interpreter of the database system to design and perform a computational process to produce such a result.
Detailed explanation-2: -For example, Simula, the real first object-oriented programming language was created specifically for running complex simulations. Another great example is COBOL, which is a programming language mostly used in business applications. Most modern programming languages are multi-paradigm programming languages.
Detailed explanation-3: -Imperative, procedural, functional, declarative, and object oriented paradigms are some of the most popular and widely used paradigms today. And knowing the basics about them is good for general knowledge and also for better understanding other topics of the coding world.
Detailed explanation-4: -There are several kinds of major programming paradigms: Imperative. Logical.