Artificial intelligence

105501
Back to Artificial intelligence

Module 1: Introduction and Search Techniques

  1. Q1a. Which of the following best defines the Turing Test? (i) A method to calculate machine efficiency (ii) A test for machine learning algorithms (iii) A test to determine if a machine can exhibit human-like intelligence (iv) A benchmark for robotic speed20242m

    Module 1: Introduction and Search Techniques

    Which of the following best defines the Turing Test?

    (i) A method to calculate machine efficiency
    (ii) A test for machine learning algorithms
    (iii) A test to determine if a machine can exhibit human-like intelligence
    (iv) A benchmark for robotic speed

    View this question on its own page →
  2. Q1a. What is meant by Turing test?20192m

    Module 1: Introduction and Search Techniques

    What is meant by Turing test?

    View this question on its own page →
  3. Q1a. The Turing Test was proposed by (i) John McCarthy (ii) Alan Turing (iii) Marvin Minsky (iv) Herbert Simon20252m

    Module 1: Introduction and Search Techniques

    The Turing Test was proposed by

    (i) John McCarthy
    (ii) Alan Turing
    (iii) Marvin Minsky
    (iv) Herbert Simon

    View this question on its own page →
  4. Q1b. Mention the criteria for the evaluation of search strategy.20192m

    Module 1: Introduction and Search Techniques

    Mention the criteria for the evaluation of search strategy.

    View this question on its own page →
  5. Q1b. What is artificial intelligence? (i) Putting your intelligence into computer (ii) Programming with your own intelligence (iii) Making a machine intelligent (iv) Playing a game20222m

    Module 1: Introduction and Search Techniques

    What is artificial intelligence?

    (i) Putting your intelligence into computer
    (ii) Programming with your own intelligence
    (iii) Making a machine intelligent
    (iv) Playing a game

    View this question on its own page →
  6. Q1b. The A^* algorithm guarantees optimality if the heuristic used is: (i) Arbitrary (ii) Inconsistent (iii) Admissible and consistent (iv) Random20242m

    Module 1: Introduction and Search Techniques

    The AA^* algorithm guarantees optimality if the heuristic used is:

    (i) Arbitrary
    (ii) Inconsistent
    (iii) Admissible and consistent
    (iv) Random

    View this question on its own page →
  7. Q1b. Weak AI is also known as (i) Narrow AI (ii) General AI (iii) Strong AI (iv) Super AI20252m

    Module 1: Introduction and Search Techniques

    Weak AI is also known as

    (i) Narrow AI
    (ii) General AI
    (iii) Strong AI
    (iv) Super AI

    View this question on its own page →
  8. Q1c. What are the two types of memory bounded heuristic algorithms?20192m

    Module 1: Introduction and Search Techniques

    What are the two types of memory bounded heuristic algorithms?

    View this question on its own page →
  9. Q1c. Which is the best way to go for game playing problem? (i) Linear approach (ii) Heuristic approach (some knowledge is stored) (iii) Random approach (iv) An optimal approach20222m

    Module 1: Introduction and Search Techniques

    Which is the best way to go for game playing problem?

    (i) Linear approach
    (ii) Heuristic approach (some knowledge is stored)
    (iii) Random approach
    (iv) An optimal approach

    View this question on its own page →
  10. Q1c. Which of these search strategies is *not* complete in infinite-depth spaces? (i) Breadth-First Search (ii) Depth-First Search (iii) DFID (iv) A^* Search20242m

    Module 1: Introduction and Search Techniques

    Which of these search strategies is not complete in infinite-depth spaces?

    (i) Breadth-First Search
    (ii) Depth-First Search
    (iii) DFID
    (iv) AA^* Search

    View this question on its own page →
  11. Q1c. Breadth First Search is an example of (i) Informed Search (ii) Uninformed Search (iii) Heuristic Search (iv) Local Search20252m

    Module 1: Introduction and Search Techniques

    Breadth First Search is an example of

    (i) Informed Search
    (ii) Uninformed Search
    (iii) Heuristic Search
    (iv) Local Search

    View this question on its own page →
  12. Q1d. Which algorithm is optimal and complete? (i) Depth First Search (ii) Hill Climbing (iii) A* Search (iv) Simulated Annealing20252m

    Module 1: Introduction and Search Techniques

    Which algorithm is optimal and complete?

    (i) Depth First Search
    (ii) Hill Climbing
    (iii) A* Search
    (iv) Simulated Annealing

    View this question on its own page →
  13. Q1d. In an AND/OR graph, solving an AND node means: (i) Solving one child node is enough (ii) All child nodes must be solved (iii) The node is ignored (iv) Any node can be skipped20242m

    Module 1: Introduction and Search Techniques

    In an AND/OR graph, solving an AND node means:

    (i) Solving one child node is enough
    (ii) All child nodes must be solved
    (iii) The node is ignored
    (iv) Any node can be skipped

    View this question on its own page →
  14. Q1d. Which is the best way to go for game playing problem? (i) Linear approach (ii) Heuristic approach (some knowledges are stored) (iii) Random approach (iv) An optimal approach20202m

    Module 1: Introduction and Search Techniques

    Which is the best way to go for game playing problem?

    (i) Linear approach
    (ii) Heuristic approach (some knowledges are stored)
    (iii) Random approach
    (iv) An optimal approach

    View this question on its own page →
  15. Q1e. Minimax is used in game playing to: (i) Maximize randomness (ii) Minimize evaluation time (iii) Make optimal moves assuming the opponent plays optimally (iv) Store all possible states20242m

    Module 1: Introduction and Search Techniques

    Minimax is used in game playing to:

    (i) Maximize randomness
    (ii) Minimize evaluation time
    (iii) Make optimal moves assuming the opponent plays optimally
    (iv) Store all possible states

    View this question on its own page →
  16. Q1e. Heuristic function h(n) is used in (i) Random Search (ii) Brute Force Search (iii) Uninformed Search (iv) Informed Search20252m

    Module 1: Introduction and Search Techniques

    Heuristic function h(n) is used in

    (i) Random Search
    (ii) Brute Force Search
    (iii) Uninformed Search
    (iv) Informed Search

    View this question on its own page →
  17. Q1f. Alpha-beta pruning improves Minimax by: (i) Increasing the depth (ii) Ignoring non-optimal branches (iii) Doubling the search time (iv) Reducing the score of nodes20242m

    Module 1: Introduction and Search Techniques

    Alpha-beta pruning improves Minimax by:

    (i) Increasing the depth
    (ii) Ignoring non-optimal branches
    (iii) Doubling the search time
    (iv) Reducing the score of nodes

    View this question on its own page →
  18. Q1f. AO* algorithm is used for solving (i) AND-OR graphs (ii) Game trees (iii) Decision trees (iv) Neural networks20252m

    Module 1: Introduction and Search Techniques

    AO* algorithm is used for solving

    (i) AND-OR graphs
    (ii) Game trees
    (iii) Decision trees
    (iv) Neural networks

    View this question on its own page →
  19. Q1g. Constraint Satisfaction Problems are usually solved using (i) Backtracking (ii) Breadth First Search (iii) A* Search (iv) Alpha-Beta Pruning20252m

    Module 1: Introduction and Search Techniques

    Constraint Satisfaction Problems are usually solved using

    (i) Backtracking
    (ii) Breadth First Search
    (iii) A* Search
    (iv) Alpha-Beta Pruning

    View this question on its own page →
  20. Q1h. Which search strategy is also called as blind search? (i) Uniformed search (ii) Informed search (iii) Simple reflex search (iv) All of the mentioned20222m

    Module 1: Introduction and Search Techniques

    Which search strategy is also called as blind search?

    (i) Uniformed search
    (ii) Informed search
    (iii) Simple reflex search
    (iv) All of the mentioned

    View this question on its own page →
  21. Q1h. Which of the following is a stochastic search method? (i) Breadth First Search (ii) Particle Swarm Optimization (iii) Depth First Search (iv) A* Search20252m

    Module 1: Introduction and Search Techniques

    Which of the following is a stochastic search method?

    (i) Breadth First Search
    (ii) Particle Swarm Optimization
    (iii) Depth First Search
    (iv) A* Search

    View this question on its own page →
  22. Q1i. Which is used for utility functions in game playing algorithm? (i) Linear polynomial (ii) Weighted polynomial (iii) Polynomial (iv) Linear weighted polynomial20222m

    Module 1: Introduction and Search Techniques

    Which is used for utility functions in game playing algorithm?

    (i) Linear polynomial
    (ii) Weighted polynomial
    (iii) Polynomial
    (iv) Linear weighted polynomial

    View this question on its own page →
  23. Q2a. Explain what you understand by Artificial Intelligence. Describe the Turing Test in detail and discuss its significance in the field of AI.20257m

    Module 1: Introduction and Search Techniques

    Explain what you understand by Artificial Intelligence. Describe the Turing Test in detail and discuss its significance in the field of AI.

    View this question on its own page →
  24. Q2a. A chatbot consistently passes the Turing Test during short conversations but fails at longer ones. What does this imply about the limitations of the test? Suggest an enhancement to the test.20247m

    Module 1: Introduction and Search Techniques

    A chatbot consistently passes the Turing Test during short conversations but fails at longer ones. What does this imply about the limitations of the test? Suggest an enhancement to the test.

    View this question on its own page →
  25. Q2a. Discuss the applications area of Artificial Intelligence.20197m

    Module 1: Introduction and Search Techniques

    Discuss the applications area of Artificial Intelligence.

    View this question on its own page →
  26. Q2a. Define Artificial Intelligence (AI). Discuss the applications area of AI.20227m

    Module 1: Introduction and Search Techniques

    Define Artificial Intelligence (AI). Discuss the applications area of AI.

    View this question on its own page →
  27. Q2b. Explain AO* algorithm with an example.20197m

    Module 1: Introduction and Search Techniques

    Explain AO algorithm with an example.*

    View this question on its own page →
  28. Q2b. Explain how an agent's architecture affects its ability to operate in a partially observable, stochastic environment. Provide a practical example.20247m

    Module 1: Introduction and Search Techniques

    Explain how an agent's architecture affects its ability to operate in a partially observable, stochastic environment. Provide a practical example.

    View this question on its own page →
  29. Q2b. Explain the concept of Rational Agents. How do they differ from Reflex Agents?20257m

    Module 1: Introduction and Search Techniques

    Explain the concept of Rational Agents. How do they differ from Reflex Agents?

    View this question on its own page →
  30. Q3a. What are agents in AI? How do agents work to import intelligence to a system? Classify the different types of agents and briefly discuss their properties.20207m

    Module 1: Introduction and Search Techniques

    What are agents in AI? How do agents work to import intelligence to a system? Classify the different types of agents and briefly discuss their properties.

    View this question on its own page →
  31. Q3a. Show that Hill Climbing can get stuck in local maxima, plateaus, and ridges. Suggest at least two variations or techniques to overcome these issues and explain how they help.20247m

    Module 1: Introduction and Search Techniques

    Show that Hill Climbing can get stuck in local maxima, plateaus, and ridges. Suggest at least two variations or techniques to overcome these issues and explain how they help.

    View this question on its own page →
  32. Q3a. Evaluate the impact of AI on employment and society.20257m

    Module 1: Introduction and Search Techniques

    Evaluate the impact of AI on employment and society.

    View this question on its own page →
  33. Q3b. Describe constraint satisfaction problem in detail.20197m

    Module 1: Introduction and Search Techniques

    Describe constraint satisfaction problem in detail.

    View this question on its own page →
  34. Q3b. Heuristics are designed to guide search algorithms efficiently, but they can sometimes mislead the search. Describe a situation in which A* search performs worse than an uninformed search due to a poorly chosen heuristic.20247m

    Module 1: Introduction and Search Techniques

    Heuristics are designed to guide search algorithms efficiently, but they can sometimes mislead the search. Describe a situation in which A search performs worse than an uninformed search due to a poorly chosen heuristic.*

    View this question on its own page →
  35. Q3b. Explain Breadth First Search and Depth First Search with examples.20257m

    Module 1: Introduction and Search Techniques

    Explain Breadth First Search and Depth First Search with examples.

    View this question on its own page →
  36. Q4a. Describe the role of heuristics in A* algorithm.20257m

    Module 1: Introduction and Search Techniques

    Describe the role of heuristics in A* algorithm.

    View this question on its own page →
  37. Q4a. Define a basic Constraint Satisfaction Problem (CSP) involving three variables and solve it using backtracking. Also explain the role of domain and constraints.20247m

    Module 1: Introduction and Search Techniques

    Define a basic Constraint Satisfaction Problem (CSP) involving three variables and solve it using backtracking. Also explain the role of domain and constraints.

    View this question on its own page →
  38. Q4b. Describe how Particle Swarm Optimization (PSO) works with a simple analogy (e.g., birds flocking). Show how particles update their positions and velocities.20247m

    Module 1: Introduction and Search Techniques

    Describe how Particle Swarm Optimization (PSO) works with a simple analogy (e.g., birds flocking). Show how particles update their positions and velocities.

    View this question on its own page →
  39. Q4b. "A* algorithm is the best search technique." Do you agree? Justify your answer with reasoning.20257m

    Module 1: Introduction and Search Techniques

    "A* algorithm is the best search technique." Do you agree? Justify your answer with reasoning.

    View this question on its own page →
  40. Q5a. Explain hill climbing algorithm. Explain plateau, ridge, and local maxima.20227m

    Module 1: Introduction and Search Techniques

    Explain hill climbing algorithm. Explain plateau, ridge, and local maxima.

    View this question on its own page →
  41. Q5a. Create a simple two-player game tree (3 levels) and show how the Minimax algorithm selects the best move for the maximizing player.20247m

    Module 1: Introduction and Search Techniques

    Create a simple two-player game tree (3 levels) and show how the Minimax algorithm selects the best move for the maximizing player.

    View this question on its own page →
  42. Q5a. Describe Alpha-Beta Pruning. Why is it used in game playing?20257m

    Module 1: Introduction and Search Techniques

    Describe Alpha-Beta Pruning. Why is it used in game playing?

    View this question on its own page →
  43. Q5b. Describe the working of simulated annealing with suitable example.20257m

    Module 1: Introduction and Search Techniques

    Describe the working of simulated annealing with suitable example.

    View this question on its own page →
  44. Q6a. Explain AO* algorithm and how it differs from A* algorithm.20257m

    Module 1: Introduction and Search Techniques

    Explain AO* algorithm and how it differs from A* algorithm.

    View this question on its own page →
  45. Q6b. Write short notes on the following: Intelligence20203.5m

    Module 1: Introduction and Search Techniques

    Write short notes on the following:

    Intelligence

    View this question on its own page →
  46. Q7a. What is the meaning of the word 'Heuristics' in the context of search strategies? What conditions on A search is required to guarantee completeness and optimality? Prove admissibility of A search strategy.**20197m

    Module 1: Introduction and Search Techniques

    What is the meaning of the word 'Heuristics' in the context of search strategies? What conditions on A search is required to guarantee completeness and optimality? Prove admissibility of A search strategy.**

    View this question on its own page →
  47. Q7a. Consider the Water Jug problem as stated here. "You are given two jugs, a 4-gallon one and a 3-gallon one. Neither has any measuring marker on it. There is a pump that can be used to fill the jugs with water. How can you get exactly 2 gallons of water into the 4-gallon jug?" Represent this as a problem in State Space Search and state its Production Rules. Show at least one solution to this problem.20227m

    Module 1: Introduction and Search Techniques

    Consider the Water Jug problem as stated here. "You are given two jugs, a 4-gallon one and a 3-gallon one. Neither has any measuring marker on it. There is a pump that can be used to fill the jugs with water. How can you get exactly 2 gallons of water into the 4-gallon jug?" Represent this as a problem in State Space Search and state its Production Rules. Show at least one solution to this problem.

    View this question on its own page →
  48. Q9a. What is the Turing test? If the machine passes the Turing test, does it mean that the system is intelligent? What are the associated problems with Turing test? What are required improvement/advances to overcome these problems?20207m

    Module 1: Introduction and Search Techniques

    What is the Turing test? If the machine passes the Turing test, does it mean that the system is intelligent? What are the associated problems with Turing test? What are required improvement/advances to overcome these problems?

    View this question on its own page →