Sail E0 Webinar

MCQs

Total Questions : 204 | Page 7 of 21 pages
Question 61. What is the evaluation function in A* approach?
  1.    Average of Path cost from start node to current node and Heuristic cost
  2.    Heuristic function
  3.    Path cost from start node to current node + Heuristic cost
  4.    Path cost from start node to current node
 Discuss Question
Answer: Option C. -> Path cost from start node to current node + Heuristic cost
Question 62. General games involves ____________
  1.    Only Single-agent and Multi-agent
  2.    Neither Single-agent nor Multi-agent
  3.    Single-agent
  4.    Multi-agent
 Discuss Question
Answer: Option A. -> Only Single-agent and Multi-agent
Question 63. Language/Languages used for programming Constraint Programming includes ____________
  1.    Prolog
  2.    C
  3.    C#
  4.    Fortran
 Discuss Question
Answer: Option A. -> Prolog
Question 64. Which of the Following problems can be modeled as CSP?
  1.    8-Puzzle problem
  2.    8-Queen problem
  3.    Map coloring problem
  4.    All of the mentioned
 Discuss Question
Answer: Option D. -> All of the mentioned
Question 65. What among the following constitutes to the incremental formulation of CSP?
  1.    Path cost
  2.    Goal cost
  3.    All of the mentioned
  4.    Successor function
 Discuss Question
Answer: Option C. -> All of the mentioned
Question 66. What is the space complexity of Depth-first search?
  1.    O(bm)
  2.    O(bl)
  3.    O(b)
  4.    O(m)
 Discuss Question
Answer: Option A. -> O(bm)
Question 67. Which of the following algorithm is online search algorithm?
  1.    Breadth-first search algorithm
  2.    Depth-first search algorithm
  3.    Hill-climbing search algorithm
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> Hill-climbing search algorithm
Question 68. Which search algorithm imposes a fixed depth limit on nodes?
  1.    Depth-limited search
  2.    Depth-first search
  3.    Iterative deepening search
  4.    Bidirectional search
 Discuss Question
Answer: Option A. -> Depth-limited search
Question 69. Which is used to improve the performance of heuristic search?
  1.    Quality of nodes
  2.    Quality of heuristic function
  3.    Simple form of nodes
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> Quality of heuristic function
Question 70. Web Crawler is a/an ____________
  1.    Simple reflex agent
  2.    Intelligent goal-based agent
  3.    Problem-solving agent
  4.    Model based agent
 Discuss Question
Answer: Option B. -> Intelligent goal-based agent

Latest Videos

Latest Test Papers