FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Regular expressions and SQL belong to which paradigm?
A
Imperative
B
Object oriented
C
Declarative
D
Low level
Explanation: 

Detailed explanation-1: -Many languages fall under the banner of declarative programming, but some of the most widely used include HTML, SQL, CSS and XML. Other examples include a mix of functional and logic programming languages, such as Prolog, Haskell, Miranda, XQuery and Lisp.

Detailed explanation-2: -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-3: -Object-oriented programming (OOP) is a software development paradigm which encourages sculpting desired entities with properties and methods in named classes to create applications. OOP relies on two major concepts: the class and the object-these foundational concepts applied in code enable us to build applications.

Detailed explanation-4: -There are several kinds of major programming paradigms: Imperative. Logical.

There is 1 question to complete.