ARTIFICIAL INTELLIGENCE WITH PYTHON QUIZ DESCRIPTION

The process of capturing the inference process as Single Inference Rule is known 
as

  • Clauses
     

  • Ponens
     

  • Generalized Modus Ponens
     

  • Variables

Which of the given language is not commonly used for AI?

  • LISP
     

  •  PROLOG
     

  • Python
     

  • Perl

Rational agent always does the right things.

  • True

  • False

First order logic Statements contains______.

  • Predicate and Preposition
     

  • Subject and an Object
     

  • Predicate and Subject
     

  • None of the above

Which process makes two different Logical expressions look identical?

  • Unification
     

  •  Lifting
     

  • Inference Process
     

  • None of the above

The maximum depth to which the alpha-beta pruning can be applied.

  •  Eight states
     

  • Six states
     

  • Ten states
     

  • Any depth

In artificial Intelligence, knowledge can be represented as_______.
i. Predicate Logic
ii. Propositional Logic
iii. Compound Logic
iv. Machine Logic

  • Both I and II
     

  • Only II
     

  • Both II and III
     

  •  Only IV

Which of the given statement is true for Conditional Probability?

  • Conditional Probability gives 100% accurate results.
     

  • Conditional Probability can be applied to a single event.
     

  • Conditional Probability has no effect or relevance on independent events.
     

  • None of the above.

Which algorithm is used in the Game tree to make decisions of Win/Lose?

  • Heuristic Search Algorithm
     

  •  DFS/BFS algorithm
     

  • Greedy Search Algorithm
     

  • Min/Max algorithm

The available ways to solve a problem of state-space-search.

  • 1

  • 2

  • 3

  • 4

The exploration problem is where______.

  • Agent contains the knowledge of State and actions.
     

  • Agent does not contain the knowledge of State and actions.
     

  • Only actions are known to the agent.
     

  • None of the above

In LISP, the addition of 5+8 is entered as_______.

  • 5+8
     

  • 5 add 8
     

  •  5+8=
     

  • (+5 8)

 In the Wumpus World Problem, the reason for the uncertainty is that the agent's 
sensor gives only__

  • Full & Global information
     

  • Partial & Global Information
     

  • Full & local information
     

  • Partial & local Information

Which algorithm takes two sentences as input and returns a Unifier?

  • Inference
     

  • Hill-Climbing
     

  •  Unify algorithm
     

  • Depth-first search

 Select the most appropriate situation for that a blind search can be used.

  • Real-life situation
     

  • Small Search Space
     

  •  Complex game
     

  •  All of the above

An AI agent perceives and acts upon the environment using___.

  •  Sensors
     

  •  Perceiver
     

  • Actuators
     

  • Both a and c

If according to the hypothesis, the result should be positive, but in fact it is 
negative, then it is known as_______.

  • False Negative Hypothesis
     

  • False Positive Hypothesis
     

  • Specialized Hypothesis
     

  •  Consistent Hypothesis

 In which search problem, to find the shortest path, each city must be visited once 
only?

  • Map coloring Problem
     

  •  Depth-first search traversal on a given map represented as a graph
     

  • Finding the shortest path between a source and a destination
     

  • Travelling Salesman problem

The search algorithm which is similar to the minimax search, but removes the 
branches that don't affect the final output is known as__.

  • Depth-first search
     

  • Breadth-first search
     

  • Alpha-beta pruning
     

  • None of the above

Among the given options, which is not the required property of Knowledge 
representation?

  • Inferential Efficiency
     

  • Inferential Adequacy
     

  • Representational Verification
     

  • Representational Adequacy

Among the given options, which search algorithm requires less memory?

  • Optimal Search
     

  • Depth First Search
     

  • Breadth-First Search
     

  • Linear Search

A hybrid Bayesian Network consist_____.

  • Discrete variables only
     


  • b. Discontinuous Variable
     

  • Both Discrete and Continuous variables
     

  •  Continuous Variable only

The main tasks of an AI agent are_______.

  • Input and Output
     

  • Moment and Humanly Actions
     

  • Perceiving, thinking, and acting on the environment
     

  • None of the above

Which agent deals with the happy and unhappy state?

  • Utility-based agent
     

  • Model-based agent
     

  • Goal-based Agent
     

  • Learning Agent

After applying conditional Probability to a given problem, we get______

  • 100% accurate result
     

  •  Estimated Values
     

  • Wrong Values
     

  •  None of the above

Ways to achieve AI in real-life are_________.

  • Machine Learning
     

  • Deep Learning
     

  • Both a & b
     

  • None of the above

Among the given options, which is also known as inference rule?

  • Reference
     

  • Reform
     

  • Resolution
     

  • None of the above

The component of an Expert system is_________.

  • Knowledge Base
     

  • Inference Engine
     

  • User Interface
     

  • All of the above

In the TSP problem of n cities, the time taken for traversing all cities, without 
having prior knowledge of the length of the minimum tour will be_______.

  • O(n)
     

  • O(n2)
     

  • O(n!)
     

  • O(n/2)

The main function of problem-solving agent is to________.

  • Solve the given problem and reach the goal
     

  •  Find out which sequence of action will get it to the goal state.
     

  • Both a & b
     

  • None of the above