? CS607
? CS607
A) Hardware design
B) Systems that mimic human intelligence
C) Data storage
D) Network programming
Answer: B
A) Learning
B) Reasoning
C) Cooking food
D) Perception
Answer: C
A) Agent
B) Actuator
C) Algorithm
D) Action
Answer: B
A) A* Search
B) Breadth First Search (BFS)
C) Greedy Search
D) Hill Climbing
Answer: B
A) BFS
B) DFS
C) A* Search
D) Uniform Cost Search
Answer: C
A) OR
B) AND
C) NOT
D) IMPLICATION
Answer: B
A) Compiler
B) Inference engine
C) Operating system
D) Database
Answer: B
A) Propositional logic
B) Predicate logic
C) Semantic logic
D) Boolean logic
Answer: B
12. Which search strategy explores nodes in the order of their distance from the
root?
A) DFS
B) BFS
C) A* Search
D) Hill Climbing
Answer: B
A) Supervised learning
B) Unsupervised learning
C) Reinforcement learning
D) All of the above
Answer: D
15. Which search algorithm is complete and optimal if step costs are equal?
A) DFS
B) BFS
C) Hill Climbing
D) Greedy Best First Search
Answer: B
18. Which of the following is true about the Uniform Cost Search?
A) It is uninformed
B) It expands the least-cost node first
C) It is optimal
D) All of the above
Answer: D
A) Easy to manage
B) Poor for changing requirements
C) Linear process
D) Clear milestones
Answer: B
A) A*
B) Greedy Best First Search
C) BFS
D) Hill Climbing
Answer: C
A) Forward chaining
B) Backward chaining
C) Side chaining
D) Random chaining
Answer: A
A) Acts randomly
B) Maximizes expected utility
C) Follows fixed rules
D) Does not learn
Answer: B
A) Supervised learning
B) Unsupervised learning
C) Reinforcement learning
D) None
Answer: A
1. Introduction to AI
2. Intelligent Agents
4. Knowledge Representation
A) ∨
16. Which symbol represents logical AND in propositional logic?
B) ∧
C) ¬
D) →
Answer: B
17. Predicate logic adds which feature over propositional logic?
A) Variables and quantifiers
B) Only true or false values
C) No variables
D) Graphs
Answer: A
18. Semantic networks represent knowledge as:
A) Rules
B) Nodes and edges
C) Equations
D) Lists
Answer: B
19. Frames are used to represent:
A) General concepts and their properties
B) Only logical formulas
C) Numerical data
D) Search strategies
Answer: A
5. Expert Systems
Mixed/General MCQs
A) Propositional logic
B) Predicate logic
C) Modal logic
D) Fuzzy logic
Answer: B
34. Which of the following is NOT a component of expert systems?
A) Knowledge base
B) Inference engine
C) Sensors
D) User interface
Answer: C
35. Which machine learning algorithm builds a tree of decisions?
A) Neural network
B) Decision tree
C) K-means
D) SVM
Answer: B
36. Which is NOT a type of search strategy?
A) Informed
B) Uninformed
C) Reinforced
D) Heuristic
Answer: C
37. Which of these is NOT an AI application?
A) Spam filtering
B) Weather forecasting
C) Database management
D) Self-driving cars
Answer: C
38. The best first search selects nodes based on:
A) Depth
B) Heuristic value
C) Path cost
D) Random order
Answer: B
39. Frames are used to:
A) Represent procedural knowledge
B) Store images
C) Represent structured knowledge with slots
D) Define algorithms
Answer: C
40. Backward chaining is often used in:
A) Diagnostic systems
B) Image processing
C) Robotics
D) Speech recognition
Answer: A
41. Which is NOT a characteristic of intelligent agents?
A) Reactivity
B) Autonomy
C) Randomness
D) Social ability
Answer: C
42. A heuristic function should be:
A) Overestimating
B) Underestimating or equal to true cost
C) Random
D) Irrelevant
Answer: B
43. In propositional logic, ¬ means:
A) And
B) Or
C) Not
D) Implies
Answer: C
44. The primary role of actuators in an agent is to:
A) Sense environment
B) Execute actions
C) Store knowledge
D) Process data
Answer: B
45. In machine learning, training data is used to:
A) Test the model
B) Build the model
C) Ignore the model
D) Validate the model
Answer: B
46. Which search algorithm is NOT complete?
A) BFS
B) DFS
C) Uniform Cost Search
D) A* Search
Answer: B
47. Forward chaining is also called:
A) Data-driven reasoning
B) Goal-driven reasoning
C) Random reasoning
D) Backward reasoning
Answer: A
48. Which agent is best for complex decision making?
A) Simple reflex agent
B) Model-based agent
C) Utility-based agent
D) Random agent
Answer: C
49. Learning agents improve performance by:
A) Trial and error
B) Ignoring data
C) Following fixed rules
D) Random guessing
Answer: A
50. Which type of logic is commonly used in expert systems?
A) Fuzzy logic
B) Propositional logic
C) Predicate logic
D) All of the above
Answer: D