(A) Safe
(B) Un-safe
(C) Mutual
(D) Starvation
Tag: Artificial Intelligence Mcqs
Addresses generated relative to part of program, not to start of physical memory are?
(A) Virtual
(B) Symbolic
(C) Relocatable
(D) Physical
__ is caused due to un-used space in fixed size blocks/pages.
(A) External fragmentation
(B) Internal fragmentation
(C) MVT
(D) Paging
In a situation where more than one conclusion can be deduced from a set of facts, to decide which rule to be fired we use Conflict resolution.
(A) True
(B) False
Reasoning in backward chaining is known as?
(A) Data-driven reasoning
(B) Rule-driven reasoning
(C) Intelligence-driven reasoning
(D) Goal-driven reasoning
Within an expert system, the __ contains facts about a specific subject area and rules that express the reasoning procedures of an expert on the subject.
(A) Inference engine
(B) Knowledge engineer
(C) Knowledge base
(D) None of the above
Clips command for adding two numbers 3 and 4 is?
(A) CLIPS> (+ 3 4)
(B) CLIPS> (3 4 )+
(C) CLIPS> (3 4 +)
(D) CLIPS> +(3 4 )
IF temperature is below 0 THEN weather is cold The above rule is used to represent ___.
(A) Directives
(B) Recommendations
(C) Relations
(D) None of the above