FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
State a use of declarative programming
A
Expert Systems/ Knowledge-based Systems.
B
Artificial Intelligence
C
Sequential Execution
D
Machine Architecture
Explanation: 

Detailed explanation-1: -Declarative programming languages often empower developers working on large, feature-heavy applications to improve productivity and code efficiency. The function-based structure found within declarative languages usually eliminates the need to write and maintain hundreds of lines of instructional code.

Detailed explanation-2: -Prolog is notably a so-called nonprocedural, or declarative, language in the sense that the programmer specifies what goals are to be accomplished but not how specific methods are to be applied to attain those goals. C and C++ have been used widely in robotics, an important application of AI research.…

Detailed explanation-3: -Declarative Programming Languages: Examples of declarative languages are ML, pure Lisp and pure Prolog. The programming model in imperative languages is based on a statement-at-a-time paradigm where each statement has some effect on a memory store.

Detailed explanation-4: -PROGRAMMING LANGUAGES IN ARTIFICIAL INTELLIGENCE (AI) are the major tool for exploring and building computer programs that can be used to simulate intelligent processes such as learning, reasoning and understanding symbolic information in context.

There is 1 question to complete.