3) 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
4) The application/applications of Artificial Intelligence is/are
C++ vs Java
Expert Systems
Gaming
Vision Systems
All of the above
5) Among the given options, which search algorithm requires less memory?
Optimal Search
Depth First Search
Breadth-First Search
Linear Search
6) 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
7) Which of the given language is not commonly used for AI?
LISP
PROLOG
Python
Perl
8) A technique that was developed to determine whether a machine could or could not demonstrate the artificial intelligence known as the___
Boolean Algebra
Turing Test
Logarithm
Algorithm
9) The component of an Expert system is_________.
Knowledge Base
Inference Engine
User Interface
All of the above
10) 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
11) The available ways to solve a problem of state-space-search.
1
2
3
4
12) Among the given options, which is not the required property of Knowledge representation?
Inferential Efficiency
Inferential Adequacy
Representational Verification
Representational Adequacy
13) An AI agent perceives and acts upon the environment using___.
Sensors
Perceiver
Actuators
Both a and c
14) Which rule is applied for the Simple reflex agent?
Simple-action rule
Simple &Condition-action rule
Condition-action rule
None of the above
15) Which agent deals with the happy and unhappy state?
Utility-based agent
Model-based agent
Goal-based Agent
Learning Agent
16) Rational agent always does the right things.
True
False
17) Which term describes the common-sense of the judgmental part of problem-solving?
Values-based
Critical
Analytical
Heuristic
18) Which AI technique enables the computers to understand the associations and relationships between objects and events?
Heuristic Processing
Cognitive Science
Relative Symbolism
Pattern Matching
19) 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
20) 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
21) 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
22) The maximum depth to which the alpha-beta pruning can be applied.
Eight states
Six states
Ten states
Any depth
23) Among the given options, which is also known as inference rule?
Reference
Reform
Resolution
None of the above
24) Which of the following option is used to build complex sentences in knowledge representation?
Symbols
Connectives
Quantifier
None of the above
25) Automatic Reasoning tool is used in_____.
Personal Computers
Microcomputers
LISP Machines
All of the above
26) 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
27) A hybrid Bayesian Network consist_____.
Discrete variables only
Discontinuous Variable
Both Discrete and Continuous variables
Continuous Variable only
28) The process of capturing the inference process as Single Inference Rule is known as:
Clauses
Ponens
Generalized Modus Ponens
Variables
29) Which process makes two different Logical expressions look identical?
Unification
Lifting
Inference Process
None of the above
30) Which algorithm takes two sentences as input and returns a Unifier?
Inference
Hill-Climbing
Unify algorithm
Depth-first search
31) The PEAS in the task environment is about____________.
Peer, Environment, Actuators, Sense
Performance, Environment, Actuators, Sensors
Perceiving, Environment, Actuators, Sensors
None of the above
32) 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
33) 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
34) 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)
35) Web Crawler is an example of______.
Intelligent Agent
Problem-solving agent
Simple reflex agent
Model-based agent
36) 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
37) 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
38) For propositional Logic, which statement is false?
The sentences of Propositional logic can have answers other than True or False.
Each sentence is a declarative sentence.
Propositional logic is a knowledge representation technique in AI.
None of the above
39) First order logic Statements contains______.
Predicate and Preposition
Subject and an Object
Predicate and Subject
None of the above
40) A knowledge-based agent can be defined with _____ levels.
2 Levels
3 Levels
4 Levels
None of the above
41) Ways to achieve AI in real-life are_________.
Machine Learning
Deep Learning
Both a & b
None of the above
42) 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
43) The probabilistic reasoning depends upon____________.
Estimation
Observations
Likelihood
All of the above
44) The inference engine works on ______.
Forward Chaining
Backward Chaining
Both a and b
None of the above
45) 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.
46) After applying conditional Probability to a given problem, we get______
100% accurate result
Estimated Values
Wrong Values
None of the above
47) The best AI agent is one which____________
Needs user inputs for solving any problem
Can solve a problem on its own without any human intervention
Need a similar exemplary problem in its knowledge base
All of the above
48) 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
49) In LISP, the addition of 5+8 is entered as_______.
5+8
5 add 8
5+8=
(+5 8)
50) An Algorithm is said as Complete algorithm if_______________
It ends with a solution (if any exists).
It begins with a solution.
It does not end with a solution.
It contains a loop
51) Which statement is valid for the Heuristic function?
The heuristic function is used to solve mathematical problems.
The heuristic function takes parameters of type string and returns an integer value.
The heuristic function does not have any return type.
The heuristic function calculates the cost of an optimal path between the pair of states.
52) Which of the given element improve the performance of AI agent so that it can make better decisions?
Changing Element
Performance Element
Learning Element
None of the above
53) How many types of Machine Learning are there?
1
2
3
4
54) The decision tree algorithm reaches its destination using_____________.
Single Test
Two Test
Sequence of test
No test
55) In LISP programming, the square root is entered as_____.
Sqrt(x)
(sqrt x)
x/2
none of the above
Post a Comment
0
Comments
Features of the blog
Hello
Priyanshu Kumar
Hi, friends in this technical engineering talk you learn the tech related information and tech related video on my youtube channle and also you learn the engineering subject like DBMS,C,C++,JAVA,HTML,CSS,Java script and many more."Thanks"
0 Comments
if you have any doubts,please let me know.