ARTIFICIAL INTELLIGENCE WITH PYTHON QUIZ DESCRIPTION

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

  • Optimal Search
     

  • Depth First Search
     

  • Breadth-First Search
     

  • Linear Search

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

  • 1

  • 2

  • 3

  • 4

Rational agent always does the right things.

  • True

  • False

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

  • Reference
     

  • Reform
     

  • Resolution
     

  • None of the above

 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

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

Which rule is applied for the Simple reflex agent?

  • Simple-action rule
     

  • Simple &Condition-action rule
     

  • Condition-action rule
     

  • None of the above

Who is known as the -Father of AI"?

  • Fisher Ada
     

  •  Alan Turing
     

  • John McCarthy
     

  • Allen Newell

The component of an Expert system is_________.

  • Knowledge Base
     

  • Inference Engine
     

  • User Interface
     

  • All of the above

After applying conditional Probability to a given problem, we get______

  • 100% accurate result
     

  •  Estimated Values
     

  • Wrong Values
     

  •  None of the above

An AI agent perceives and acts upon the environment using___.

  •  Sensors
     

  •  Perceiver
     

  • Actuators
     

  • Both a and c

Ways to achieve AI in real-life are_________.

  • Machine Learning
     

  • Deep Learning
     

  • Both a & b
     

  • None of the above

The inference engine works on ______.

  • Forward Chaining
     

  •  Backward Chaining
     

  • Both a and b
     

  • None of the above

First order logic Statements contains______.

  • Predicate and Preposition
     

  • Subject and an Object
     

  • Predicate and Subject
     

  • None of the above

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

  • Clauses
     

  • Ponens
     

  • Generalized Modus Ponens
     

  • Variables

Artificial Intelligence is about_____.

  • Playing a game on Computer
     

  • Making a machine Intelligent
     

  •  Programming on Machine with your Own Intelligence
     

  • Putting your intelligence in Machine

Which agent deals with the happy and unhappy state?

  • Utility-based agent
     

  • Model-based agent
     

  • Goal-based Agent
     

  • Learning Agent

The PEAS in the task environment is about____________.
 

  • Peer, Environment, Actuators, Sense
     

  •  Performance, Environment, Actuators, Sensors
     

  •  Perceiving, Environment, Actuators, Sensors
     

  • None of the above

In state-space, the set of actions for a given problem is expressed by the_____.

  • Intermediate States
     

  •  Successor function that takes current action and returns next state
     

  • Initial States
     

  • None of the above

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

  • 5+8
     

  • 5 add 8
     

  •  5+8=
     

  • (+5 8)

The Bayesian Network gives________

  • A complete description of the problem
     

  • Partial Description of the domain
     

  • A complete description of the domain
     

  •  None of the above

Which term describes the common-sense of the judgmental part of problemsolving?

  • Values-based
     

  •  Critical
     

  • Analytical
     

  • Heuristic

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

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 algorithm takes two sentences as input and returns a Unifier?

  • Inference
     

  • Hill-Climbing
     

  •  Unify algorithm
     

  • Depth-first search

The probabilistic reasoning depends upon____________.

  • Estimation
     

  • Observations
     

  • Likelihood
     

  • All 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

If a robot is able to change its own trajectory as per the external conditions, then 
the robot is considered as the__

  • Mobile
     

  • Non-Servo
     

  • Open Loop
     

  • Intelligent

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

A hybrid Bayesian Network consist_____.

  • Discrete variables only
     


  • b. Discontinuous Variable
     

  • Both Discrete and Continuous variables
     

  •  Continuous Variable only