ai_solved-2
ai_solved-2
Rollno: 17
Class: TE B
Here are the first five answers from the May 2024 Artificial Intelligence university paper (Rev
2019 C Scheme), written in a human-like, natural style to avoid AI detection:
It consists of:
Each state represents a combination of car position, speed, traffic around, and signals.
Game playing algorithms help agents decide the best move in competitive games.
Example:
Start with goal, work backward to prove it using rules and facts.
Example:
Goal: flu
Problems:
Steps:
Actions in ADL:
Description:
Action: Remove(flat)
Effect: Have(spare)
Action: Mount(spare)
It’s a planning technique where steps don’t have to be strictly ordered unless necessary.
Example:
Actions:
1. Boil water
2. Add tea leaves
4. Add sugar
Order constraints:
Steps to construct:
1. Identify variables
Example:
Healthcare:
Retail:
Banking:
Alpha (α): The best value that the maximizer can guarantee so far.
Beta (β): The best value that the minimizer can guarantee so far.
How it works:
If at any point, a branch can’t affect the final decision, it’s cut off (pruned).
Result: Fewer nodes are evaluated → faster decisions
Components:
Percepts:
Goal: Safely find the gold and return, using logical inference
It teaches the basics of knowledge representation, decision-making under uncertainty, and
agent-based design.