Ics Flashcards
1
Q
DESCRIBE LOGIC
A
2
Q
•A logic programming paradigm is a set of
A
3
Q
principles and techniques that guide the
A
4
Q
design and implementation of logic
A
5
Q
programs
A
6
Q
• It defines the syntax and semantics of the
A
7
Q
facts
A
rules and queries
8
Q
inference mechanism that derives new facts
A
9
Q
and rules from the existing ones.
A
10
Q
For example
A
11
Q
argument:
A
12
Q
If Tom is a philosopher
A
then Tom is poor.
13
Q
consider the following
A
14
Q
Tom is a philosopher.
A
15
Q
Therefore
A
Tom is poor.
16
Q
If K>10
A
then K>2.
17
Q
K>10.
A
18
Q
Therefore
A
K>2.