Sail E0 Webinar

MCQs

Total Questions : 204 | Page 4 of 21 pages
Question 31. To which depth does the alpha-beta pruning can be applied?
  1.    10 states
  2.    8 states
  3.    Any depth
  4.    6 states
 Discuss Question
Answer: Option C. -> Any depth
Question 32. A search algorithm takes _________ as an input and returns ________ as an output.
  1.    Input, output
  2.    Parameters, sequence of actions
  3.    Solution, problem
  4.    Problem, solution
 Discuss Question
Answer: Option D. -> Problem, solution
Question 33. Which value is assigned to alpha and beta in the alpha-beta pruning?
  1.    Beta = max
  2.    Beta = min
  3.    Alpha = max
  4.    Both Alpha = max & Beta = min
 Discuss Question
Answer: Option D. -> Both Alpha = max & Beta = min
Question 34. The process of removing detail from a given state representation is called ______
  1.    Abstraction
  2.    Information Retrieval
  3.    Mining of data
  4.    Extraction
 Discuss Question
Answer: Option A. -> Abstraction
Question 35. A problem solving approach works well for ______________
  1.    8-Puzzle problem
  2.    Mars Hover (Robot Navigation)
  3.    Finding a optimal path from a given source to a destination
  4.    8-queen problem
 Discuss Question
Answer: Option B. -> Mars Hover (Robot Navigation)
Question 36. Which is the most straightforward approach for planning algorithm?
  1.    Best-first search
  2.    State-space search
  3.    Hill-climbing search
  4.    Depth-first search
 Discuss Question
Answer: Option B. -> State-space search
Question 37. What are Semantic Networks?
  1.    None of the mentioned
  2.    Data Type
  3.    A way of representing knowledge
  4.    Data Structure
 Discuss Question
Answer: Option C. -> A way of representing knowledge
Question 38. Translate the following statement into FOL. “For every a, if a is a philosopher, then a is a scholar”
  1.    ∃ a philosopher(a) scholar(a)
  2.    None of the mentioned
  3.    All of the mentioned
  4.    ∀ a philosopher(a) scholar(a)
 Discuss Question
Answer: Option D. -> ∀ a philosopher(a) scholar(a)
Question 39. First Order Logic is also known as ___________
  1.    All of the mentioned
  2.    First Order Predicate Calculus
  3.    Quantification Theory
  4.    Lower Order Calculus
 Discuss Question
Answer: Option A. -> All of the mentioned
Question 40. How many proposition symbols are there in artificial intelligence?
  1.    1
  2.    4
  3.    2
  4.    3
 Discuss Question
Answer: Option C. -> 2

Latest Videos

Latest Test Papers