T4Tutorials .PK

VU Past Papers CS607 – Artificial Intelligence Solved Subjective Questions

Q1: Differentiate between Mutation and Crossover (2 Marks)

Answer:

Q2: CLIPS command to remove only facts (2 Marks)

Answer:

Q3: “Bike is heavy” – Uncertain fact or not? (3 Marks)

Answer:

Q4: Importance of Knowledge Base in Expert System (3 Marks)

Answer:

Q5: Conflict Resolution Strategies (5 Marks)

Answer:

  1. Fire first rule in sequence: Rules ordered by sequence; fire first matching rule.
  2. Assign rule priorities: Explicit priorities to resolve conflicts.
  3. Prefer more specific rules: Rules with more premises preferred.
  4. Prefer recently added premises: Timestamp-based prioritization.
  5. Parallel strategy: Branch execution into multiple threads; maintain multiple viewpoints.

Q6: “Riding a Horse is same as Riding a Donkey” – Type of reasoning (5 Marks)

Answer:

Q7: GA using mutation procedure (Example)

Answer:

Q8: Step-by-step Backward Chaining (5 Marks)

Answer:

  1. Start with the goal.
  2. Check if goal is in working memory (WM).
  3. Search for goal in THEN part of rules (goal rule).
  4. Check if goal rule’s premises are in WM.
  5. Premises not listed → become sub-goals.
  6. Recursive process until a primitive (cannot be concluded) is found.
  7. Ask user for primitive info; backtrack to prove sub-goals and goal.

Q9: How Knowledge Representation & Reasoning are coupled (3 Marks)

Answer:

Q10: Structure of Expert System & analogy (3 Marks)

Answer:

Q12: Shallow vs. Structural Knowledge (2 Marks)

Answer:

Q13: Best memory type vs Knowledge Base (5 Marks)

Answer:

Q14: System to model humans (2 Marks)

Answer:

Q15: Cost comparison – Expert System vs Human Expert (2 Marks)

Answer:

Q16: Meta Knowledge vs Heuristic Knowledge (3 Marks)

Answer:

Q17: Conventional System vs Expert System (3 Marks)

Answer:

Q18: Monotonic vs Non-Monotonic Reasoning

Answer:

Q19: AI Languages (2 Marks)

Answer:

Q20: Forward Chaining (2 Marks)

Answer:

Q21: Learning Ability – Human Expert vs Expert System

Answer:

Q22: Appropriate Domains for Expert System (5 Marks)

Answer:

Q23: Issues in Forward Chaining (2 Marks)

Answer:

Q24: CNF Conversion (Example)

Q25: Adversarial Search – Evaluation Function (3 Marks)

Answer:

Q26: Perception & Knowledge Representation Coupling (2 Marks)

Answer:

Exit mobile version