SlideShare a Scribd company logo
1 of 111
Download to read offline
Artificial
Intelligence
Objective type Questions and their Answers
By : Rahul Sharma
MCQs in Artificial Intelligence
Part-1
DIGITAL WAVE
What is Artificial intelligence?
A. Putting your intelligence into Computer
B. Programming with your own intelligence
C. Making a Machine intelligent
D. Playing a Game
What is Artificial intelligence?
A. Putting your intelligence into Computer
B. Programming with your own intelligence
C. Making a Machine intelligent
D. Playing a Game
Strong Artificial Intelligence is
A. the embodiment of human intellectual capabilities within a
computer
B. a set of computer programs that produce output that would be
considered
to reflect intelligence if it were generated by humans
C. the study of mental faculties through the use of mental models
implemented on a computer
D. all of the mentioned
Strong Artificial Intelligence is
A. the embodiment of human intellectual capabilities within a
computer
B. a set of computer programs that produce output that would be
considered
to reflect intelligence if it were generated by humans
C. the study of mental faculties through the use of mental models
implemented on a computer
D. all of the mentioned
In which of the following situations might a blind search
be acceptable?
A. real-life situation
B. complex game
C. small search space
D. all of the mentioned
In which of the following situations might a blind search
be acceptable?
A. real-life situation
B. complex game
C. small search space
D. all of the mentioned
Which search method takes less memory?
A. Depth-First Search
B. Breadth-First search
C. Optimal search
D. Linear Search
Which search method takes less memory?
A. Depth-First Search
B. Breadth-First search
C. Optimal search
D. Linear Search
A heuristic is a way of trying
A. To discover something or an idea embedded in a program
B. To search and measure how far a node in a search tree seems to be from a goal
C. To compare two nodes in a search tree to see if one is better than the other is
D. All of the mentioned
A heuristic is a way of trying
A. To discover something or an idea embedded in a program
B. To search and measure how far a node in a search tree seems to be from a goal
C. To compare two nodes in a search tree to see if one is better than the other is
D. All of the mentioned
Which is not a property of representation of knowledge?
A. Representational Verification
B. Representational Adequacy
C. Inferential Adequacy
D. Inferential Efficiency
Which is not a property of representation of knowledge?
A. Representational Verification
B. Representational Adequacy
C. Inferential Adequacy
D. Inferential Efficiency
A.M. Turing developed a technique for determining whether a computer
could or could not demonstrate the artificial Intelligence, Presently, this
technique is called:
A. Turing Test
B. Algorithm
C. Boolean Algebra
D. Logarithm
A.M. Turing developed a technique for determining whether a computer
could or could not demonstrate the artificial Intelligence, Presently, this
technique is called:
A. Turing Test
B. Algorithm
C. Boolean Algebra
D. Logarithm
A Personal Consultant knowledge base contain
information in the form of:
A. parameters
B. contexts
C. production rules
D. all of the mentioned
A Personal Consultant knowledge base contain
information in the form of:
A. parameters
B. contexts
C. production rules
D. all of the mentioned
Which approach to speech recognition avoids the problem
caused by the variation in speech patterns among different
speakers?
A. Continuous speech recognition
B. Isolated word recognition
C. Connected word recognition
D. Speaker-dependent recognition
Which approach to speech recognition avoids the problem
caused by the variation in speech patterns among different
speakers?
A. Continuous speech recognition
B. Isolated word recognition
C. Connected word recognition
D. Speaker-dependent recognition
Which of the following, is a component of an expert
system?
A. inference engine
B. knowledge base
C. user interface
D. all of the mentioned
Which of the following, is a component of an expert
system?
A. inference engine
B. knowledge base
C. user interface
D. all of the mentioned
A computer vision technique that relies on image
templates is:
A. edge detection
B. binocular vision
C. model-based vision
D. robot vision
A computer vision technique that relies on image
templates is:
A. edge detection
B. binocular vision
C. model-based vision
D. robot vision
DARPA, the agency that has funded a great deal of
American Artificial Intelligence research, is part of the
Department of:
A. Defense
B. Energy
C. Education
D. Justice
DARPA, the agency that has funded a great deal of
American Artificial Intelligence research, is part of the
Department of:
A. Defense
B. Energy
C. Education
D. Justice
Which of these schools was not among the early leaders
in Artificial Intelligence research?
A. Dartmouth University
B. Harvard University
C. Massachusetts Institute of Technology
D. Stanford University
Which of these schools was not among the early leaders
in Artificial Intelligence research?
A. Dartmouth University
B. Harvard University
C. Massachusetts Institute of Technology
D. Stanford University
Who is the “father” of artificial intelligence?
A. Fisher Ada
B. John McCarthy
C. Allen Newell
D. Alan Turning
Who is the “father” of artificial intelligence?
A. Fisher Ada
B. John McCarthy
C. Allen Newell
D. Alan Turning
A process that is repeated, evaluated, and refined is
called:
A. diagnostic
B. descriptive
C. interpretive
D. iterative
A process that is repeated, evaluated, and refined is
called:
A. diagnostic
B. descriptive
C. interpretive
D. iterative
Visual clues that are helpful in computer vision include:
A. color and motion
B. depth and texture
C. height and weight
D. color and motion, depth and texture
Visual clues that are helpful in computer vision include:
A. color and motion
B. depth and texture
C. height and weight
D. color and motion, depth and texture
General games involves:
A. Single-agent
B. Multi-agent
C. Neither Single-agent nor Multi-agent
D. Only Single-agent and Multi-agent
General games involves:
A. Single-agent
B. Multi-agent
C. Neither Single-agent nor Multi-agent
D. Only Single-agent and Multi-agent
Adversarial search problems uses:
A. Competitive Environment
B. Cooperative Environment
C. Neither Competitive nor Cooperative Environment
D. Only Competitive and Cooperative Environment
Adversarial search problems uses:
A. Competitive Environment
B. Cooperative Environment
C. Neither Competitive nor Cooperative Environment
D. Only Competitive and Cooperative Environment
Zero sum game has to be a game:
A. Single player
B. Two player
C. Multiplayer
D. Three player
Zero sum game has to be a game:
A. Single player
B. Two player
C. Multiplayer
D. Three player
A game can be formally defined as a kind of search
problem with the following components.
A. Initial State
B. Successor Function
C. Terminal Test
D. All of the mentioned
A game can be formally defined as a kind of search
problem with the following components.
A. Initial State
B. Successor Function
C. Terminal Test
D. All of the mentioned
The initial state and the legal moves for each side define
the for the game:
A. Search Tree
B. Game Tree
C. State Space Search
D. Forest
The initial state and the legal moves for each side define
the for the game:
A. Search Tree
B. Game Tree
C. State Space Search
D. Forest
General algorithm applied on game tree for making
decision of win/lose is
A. DFS/BFS Search Algorithms
B. Heuristic Search Algorithms
C. Greedy Search Algorithms
D. MIN/MAX Algorithms
General algorithm applied on game tree for making
decision of win/lose is
A. DFS/BFS Search Algorithms
B. Heuristic Search Algorithms
C. Greedy Search Algorithms
D. MIN/MAX Algorithms
What is the complexity of minirnax algorithm?
A. Same as of DES
B. Space — bm and time — bm
C. Time — bm and space — bm
D. Same as BFS
What is the complexity of minirnax algorithm?
A. Same as of DES
B. Space — bm and time — bm
C. Time — bm and space — bm
D. Same as BFS
Which is the most straightforward approach for
planning algorithm?
A. Best-first search
B. State-space search
C. Depth-first search
D. Hill-climbing search
Which is the most straightforward approach for
planning algorithm?
A. Best-first search
B. State-space search
C. Depth-first search
D. Hill-climbing search
What are taken into account of state-space search?
A. Postconditions
B. Preconditions
C. Effects
D. Both Preconditions & Effects
What are taken into account of state-space search?
A. Postconditions
B. Preconditions
C. Effects
D. Both Preconditions & Effects
How many ways are available to solve the state-space
search?
A. 1
B. 2
C. 3
D. 4
How many ways are available to solve the state-space
search?
A. 1
B. 2
C. 3
D. 4
What is the other name for forward state-space search?
A. Progression planning
B. Regression planning
C. Test planning
D. None of the mentioned
What is the other name for forward state-space search?
A. Progression planning
B. Regression planning
C. Test planning
D. None of the mentioned
How many states are available in state-space search?
A. 1
B. 2
C. 3
D. 4
How many states are available in state-space search?
A. 1
B. 2
C. 3
D. 4
What is the main advantage of backward state-space
search?
A. Cost
B. Actions
C. Relevant actions
D. All of the mentioned
What is the main advantage of backward state-space
search?
A. Cost
B. Actions
C. Relevant actions
D. All of the mentioned
What is the other name of the backward state-space
search?
A. Regression planning
B. Progression planning
C. State planning
D. Test planning
What is the other name of the backward state-space
search?
A. Regression planning
B. Progression planning
C. State planning
D. Test planning
What is meant by consistent in state-space search?
A. Change in the desired literals
B. Not any change in the literals
C. No change in goal state
D. None of the mentioned
What is meant by consistent in state-space search?
A. Change in the desired literals
B. Not any change in the literals
C. No change in goal state
D. None of the mentioned
Which approach is to pretend that a pure divide and
conquer algorithm will work?
A. Goal independence
B. Subgoal independence
C. Both Goal & Subgoal independence
D. None of the mentioned
Which approach is to pretend that a pure divide and
conquer algorithm will work?
A. Goal independence
B. Subgoal independence
C. Both Goal & Subgoal independence
D. None of the mentioned
Which search is equal to minimax search but eliminates
the branches that can’t influence the final decision?
A. Depth-first search
B. Breadth-first search
C. Alpha-beta pruning
D. None of the mentioned
Which search is equal to minimax search but eliminates
the branches that can’t influence the final decision?
A. Depth-first search
B. Breadth-first search
C. Alpha-beta pruning
D. None of the mentioned
Which values are independent in minimax search algorithm?
A. Pruned leaves x and y
B. Every states are dependent
C. Root is independent
D. None of the mentioned
Which values are independent in minimax search algorithm?
A. Pruned leaves x and y
B. Every states are dependent
C. Root is independent
D. None of the mentioned
To which depth does the alpha-beta pruning can be
applied?
A. 10 states
B. 8 States
C. 6 States
D. Any depth
To which depth does the alpha-beta pruning can be
applied?
A. 10 states
B. 8 States
C. 6 States
D. Any depth
Which search is similar to minimax search?
A. Hill-climbing search
B. Depth-first search
C. Breadth-first search
D. All of the mentioned
Which search is similar to minimax search?
A. Hill-climbing search
B. Depth-first search
C. Breadth-first search
D. All of the mentioned
Which value is assigned to alpha and beta in the alpha-
beta pruning?
A. Alpha = max
B. Beta = min
C. Beta = max
D. Both Alpha = max & Beta = min
Which value is assigned to alpha and beta in the alpha-
beta pruning?
A. Alpha = max
B. Beta = min
C. Beta = max
D. Both Alpha = max & Beta = min
Zero sum game has to be a game:
A. Single player
B. Two player
C. Multiplayer
D. Three player
Zero sum game has to be a game:
A. Single player
B. Two player
C. Multiplayer
D. Three player
Where does the values of alpha-beta search get
updated?
A. Along the path of search
B. Initial state itself
C. At the end
D. None of the mentioned
Where does the values of alpha-beta search get
updated?
A. Along the path of search
B. Initial state itself
C. At the end
D. None of the mentioned
How the effectiveness of the alpha-beta pruning gets
increased?
A. Depends on the nodes
B. Depends on the order in which they are executed
C. All of the mentioned
D. None of the mentioned
How the effectiveness of the alpha-beta pruning gets
increased?
A. Depends on the nodes
B. Depends on the order in which they are executed
C. All of the mentioned
D. None of the mentioned
What is called as transposition table?
A. Hash table of next seen positions
B. Hash table of previously seen positions
C. Next value in the search
D. None of the mentioned
What is called as transposition table?
A. Hash table of next seen positions
B. Hash table of previously seen positions
C. Next value in the search
D. None of the mentioned
Which is identical to the closed list in Graph search?
A. Hill climbing search algorithm
B. Depth-first search
C. Transposition table
D. None of the mentioned
Which is identical to the closed list in Graph search?
A. Hill climbing search algorithm
B. Depth-first search
C. Transposition table
D. None of the mentioned
Which function is used to calculate the feasibility of
whole game tree?
A. Evaluation function
B. Transposition
C. Alpha-beta pruning
D. All of the mentioned
Which function is used to calculate the feasibility of
whole game tree?
A. Evaluation function
B. Transposition
C. Alpha-beta pruning
D. All of the mentioned
Knowledge and reasoning also play a crucial role in
dealing with environment.
A. Completely Observable
B. Partially Observable
C. Neither Completely nor Partially Observable
D. Only Completely and Partially Observable
Knowledge and reasoning also play a crucial role in
dealing with environment.
A. Completely Observable
B. Partially Observable
C. Neither Completely nor Partially Observable
D. Only Completely and Partially Observable
Treatment chosen by doctor for a patient for a disease is
based on
A. Only current symptoms
B. Current symptoms plus some knowledge from the textbooks
C. Current symptoms plus some knowledge from the textbooks plus
experience
D. All of the mentioned
Treatment chosen by doctor for a patient for a disease is
based on
A. Only current symptoms
B. Current symptoms plus some knowledge from the textbooks
C. Current symptoms plus some knowledge from the textbooks plus experience
D. All of the mentioned
Choose the correct option:
a. Knowledge base (KB) is consists of set of statements.
b. Inference is deriving a new sentence from the KB.
A. a is true, b is true
B. a is false, b is false
C. a is true, b is false
D. a is false, b is true
Choose the correct option:
a. Knowledge base (KB) is consists of set of statements.
b. Inference is deriving a new sentence from the KB.
A. a is true, b is true
B. a is false, b is false
C. a is true, b is false
D. a is false, b is true
Wumpus World is a classic problem, best example of
A. Single player Game
B. Two player Game
C. Reasoning with Knowledge
D. Knowledge based Game
Wumpus World is a classic problem, best example of
A. Single player Game
B. Two player Game
C. Reasoning with Knowledge
D. Knowledge based Game
Which is not a property of representation of knowledge?
A. Representational Verification
B. Representational Adequacy
C. Inferential Adequacy
D. Inferential Efficiency
Which is not a property of representation of knowledge?
A. Representational Verification
B. Representational Adequacy
C. Inferential Adequacy
D. Inferential Efficiency
Which is not Familiar Connectives in First Order Logic?
A. and
B. iff
C. or
D. not
Which is not Familiar Connectives in First Order Logic?
A. and
B. iff
C. or
D. not
Inference algorithm is complete only if:
A. It can derive any sentence
B. It can derive any sentence that is an entailed version
C. It is truth preserving
D. it can derive any sentence that is an entailed version & It is truth preserving
Inference algorithm is complete only if:
A. It can derive any sentence
B. It can derive any sentence that is an entailed version
C. It is truth preserving
D. it can derive any sentence that is an entailed version & It is truth preserving
A constructive approach in which no commitment is
made unless it is necessary to do so is
A. Least commitment approach
B. Most commitment approach
C. Nonlinear planning
D. Opportunistic planning
A constructive approach in which no commitment is
made unless it is necessary to do so is
A. Least commitment approach
B. Most commitment approach
C. Nonlinear planning
D. Opportunistic planning
Uncertainty arises in the Wumpus world because the
agent’s sensors give only:
A. Full & Global information
B. Partial & Global Information
C. Partial & local Information
D. Full & local information
Uncertainty arises in the Wumpus world because the
agent’s sensors give only:
A. Full & Global information
B. Partial & Global Information
C. Partial & local Information
D. Full & local information
A Hybrid Bayesian network contains:
A. Both discrete and continuous variables
B. Only Discrete variables
C. Only Discontinuous variable
D. Both Discrete and Discontinuous variable
A Hybrid Bayesian network contains:
A. Both discrete and continuous variables
B. Only Discrete variables
C. Only Discontinuous variable
D. Both Discrete and Discontinuous variable
How fuzzy logic different from conventional control
method ?
A. IF and THEN Approach
B. FOR Approach
C. WHILE Approach
D. DO Approach
How fuzzy logic different from conventional control
method ?
A. IF and THEN Approach
B. FOR Approach
C. WHILE Approach
D. DO Approach
Thank You
➢ Subscribe my channel
➢ Follow us on Facebook
✓ Page name : Digital Wave (
Link in Description Box)

More Related Content

What's hot

Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceAlbert Orriols-Puig
 
Artificial Intelligence in Gaming
Artificial Intelligence in GamingArtificial Intelligence in Gaming
Artificial Intelligence in GamingSatvik J
 
Issues on Artificial Intelligence and Future (Standards Perspective)
Issues on Artificial Intelligence  and Future (Standards Perspective)Issues on Artificial Intelligence  and Future (Standards Perspective)
Issues on Artificial Intelligence and Future (Standards Perspective)Seungyun Lee
 
Artificial Intelligence and Robotics
Artificial Intelligence and RoboticsArtificial Intelligence and Robotics
Artificial Intelligence and Roboticsvijayrock442
 
Challenges of Artificial Intelligence: Consequences and Solutions
Challenges of Artificial Intelligence: Consequences and SolutionsChallenges of Artificial Intelligence: Consequences and Solutions
Challenges of Artificial Intelligence: Consequences and SolutionsAli Mohammad Saghiri
 
Machine learning in image processing
Machine learning in image processingMachine learning in image processing
Machine learning in image processingData Science Thailand
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...Edureka!
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencesaloni sharma
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 DigiGurukul
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarBIJAY NAYAK
 
Artificial Intelligence: Challenges and Opportunities
Artificial Intelligence: Challenges and OpportunitiesArtificial Intelligence: Challenges and Opportunities
Artificial Intelligence: Challenges and OpportunitiesMarco Neves
 
Artificial Intelligence, Machine Learning and Deep Learning with CNN
Artificial Intelligence, Machine Learning and Deep Learning with CNNArtificial Intelligence, Machine Learning and Deep Learning with CNN
Artificial Intelligence, Machine Learning and Deep Learning with CNNmojammel43
 
Machine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesMachine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesRui Pedro Paiva
 
Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionDarian Frajberg
 
Presentation on artificial intelligence
Presentation on artificial intelligencePresentation on artificial intelligence
Presentation on artificial intelligenceKawsar Ahmed
 

What's hot (20)

Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligence
 
Artificial Intelligence in Gaming
Artificial Intelligence in GamingArtificial Intelligence in Gaming
Artificial Intelligence in Gaming
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Issues on Artificial Intelligence and Future (Standards Perspective)
Issues on Artificial Intelligence  and Future (Standards Perspective)Issues on Artificial Intelligence  and Future (Standards Perspective)
Issues on Artificial Intelligence and Future (Standards Perspective)
 
Artificial Intelligence and Robotics
Artificial Intelligence and RoboticsArtificial Intelligence and Robotics
Artificial Intelligence and Robotics
 
Machine Learning and Artificial Intelligence
Machine Learning and Artificial IntelligenceMachine Learning and Artificial Intelligence
Machine Learning and Artificial Intelligence
 
Challenges of Artificial Intelligence: Consequences and Solutions
Challenges of Artificial Intelligence: Consequences and SolutionsChallenges of Artificial Intelligence: Consequences and Solutions
Challenges of Artificial Intelligence: Consequences and Solutions
 
Machine learning in image processing
Machine learning in image processingMachine learning in image processing
Machine learning in image processing
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -Seminar
 
Artificial Intelligence: Challenges and Opportunities
Artificial Intelligence: Challenges and OpportunitiesArtificial Intelligence: Challenges and Opportunities
Artificial Intelligence: Challenges and Opportunities
 
Image recognition
Image recognitionImage recognition
Image recognition
 
Artificial Intelligence, Machine Learning and Deep Learning with CNN
Artificial Intelligence, Machine Learning and Deep Learning with CNNArtificial Intelligence, Machine Learning and Deep Learning with CNN
Artificial Intelligence, Machine Learning and Deep Learning with CNN
 
1.Introduction to deep learning
1.Introduction to deep learning1.Introduction to deep learning
1.Introduction to deep learning
 
Machine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesMachine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and Techniques
 
Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolution
 
Presentation on artificial intelligence
Presentation on artificial intelligencePresentation on artificial intelligence
Presentation on artificial intelligence
 

Similar to Artificial Intelligence MCQ Part 1 | 50 AI MCQs | Multiple Choice Questions & Answers

BFS and DFS Examples.pptx
BFS and DFS Examples.pptxBFS and DFS Examples.pptx
BFS and DFS Examples.pptxssusere8a145
 
Multiple Choice:.doc
Multiple Choice:.docMultiple Choice:.doc
Multiple Choice:.docbutest
 
S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)
S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)
S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)Ejiro Ndifereke
 
Bam 501 human relations quiz.docx
Bam 501 human relations quiz.docxBam 501 human relations quiz.docx
Bam 501 human relations quiz.docxstirlingvwriters
 
BISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.docBISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.docAnimutGeremew3
 
Machine Learning 1 - Introduction
Machine Learning 1 - IntroductionMachine Learning 1 - Introduction
Machine Learning 1 - Introductionbutest
 
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdfSubject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdfakilastationarrymdu
 
Mcq+questions+cxc+it
Mcq+questions+cxc+itMcq+questions+cxc+it
Mcq+questions+cxc+itjimkana13
 
When observation employs standardized procedures, trained observer.docx
When observation employs standardized procedures, trained observer.docxWhen observation employs standardized procedures, trained observer.docx
When observation employs standardized procedures, trained observer.docxalanfhall8953
 
SS2 DATA PROCESSING EXAMINATION (FIRST TERM)
SS2 DATA PROCESSING EXAMINATION (FIRST TERM)SS2 DATA PROCESSING EXAMINATION (FIRST TERM)
SS2 DATA PROCESSING EXAMINATION (FIRST TERM)Ejiro Ndifereke
 
ICT Whiz Kid 2023-Finals.pptx
ICT Whiz Kid 2023-Finals.pptxICT Whiz Kid 2023-Finals.pptx
ICT Whiz Kid 2023-Finals.pptxMalpiSchool
 
1 The ability of a computer to perform tasks that require h.pdf
1 The ability of a computer to perform tasks that require h.pdf1 The ability of a computer to perform tasks that require h.pdf
1 The ability of a computer to perform tasks that require h.pdfacecomputertcr
 
Tổng hợp câu hỏi ôn tập android có đáp án
Tổng hợp câu hỏi ôn tập android có đáp ánTổng hợp câu hỏi ôn tập android có đáp án
Tổng hợp câu hỏi ôn tập android có đáp ánbsb_2209
 
Fuzzy System and fuzzy logic -MCQ
Fuzzy System and fuzzy logic -MCQFuzzy System and fuzzy logic -MCQ
Fuzzy System and fuzzy logic -MCQShaheen Shaikh
 
Challenge Examination1) In which era were only the U.S. government.docx
Challenge Examination1) In which era were only the U.S. government.docxChallenge Examination1) In which era were only the U.S. government.docx
Challenge Examination1) In which era were only the U.S. government.docxsleeperharwell
 

Similar to Artificial Intelligence MCQ Part 1 | 50 AI MCQs | Multiple Choice Questions & Answers (20)

BFS and DFS Examples.pptx
BFS and DFS Examples.pptxBFS and DFS Examples.pptx
BFS and DFS Examples.pptx
 
Multiple Choice:.doc
Multiple Choice:.docMultiple Choice:.doc
Multiple Choice:.doc
 
ML quiz.pptx
ML quiz.pptxML quiz.pptx
ML quiz.pptx
 
S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)
S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)
S3 DATA PROCESSING FIRST TERM PRE-WAEC (2ND HALF EXAMINATION)
 
Bam 501 human relations quiz.docx
Bam 501 human relations quiz.docxBam 501 human relations quiz.docx
Bam 501 human relations quiz.docx
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
BISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.docBISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.doc
 
Hardwarevs software2016
Hardwarevs software2016Hardwarevs software2016
Hardwarevs software2016
 
Ai mcq chapter 2
Ai mcq chapter 2Ai mcq chapter 2
Ai mcq chapter 2
 
Machine Learning 1 - Introduction
Machine Learning 1 - IntroductionMachine Learning 1 - Introduction
Machine Learning 1 - Introduction
 
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdfSubject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdf
 
PART - 1 Cpp programming Solved MCQ
PART - 1 Cpp programming Solved MCQPART - 1 Cpp programming Solved MCQ
PART - 1 Cpp programming Solved MCQ
 
Mcq+questions+cxc+it
Mcq+questions+cxc+itMcq+questions+cxc+it
Mcq+questions+cxc+it
 
When observation employs standardized procedures, trained observer.docx
When observation employs standardized procedures, trained observer.docxWhen observation employs standardized procedures, trained observer.docx
When observation employs standardized procedures, trained observer.docx
 
SS2 DATA PROCESSING EXAMINATION (FIRST TERM)
SS2 DATA PROCESSING EXAMINATION (FIRST TERM)SS2 DATA PROCESSING EXAMINATION (FIRST TERM)
SS2 DATA PROCESSING EXAMINATION (FIRST TERM)
 
ICT Whiz Kid 2023-Finals.pptx
ICT Whiz Kid 2023-Finals.pptxICT Whiz Kid 2023-Finals.pptx
ICT Whiz Kid 2023-Finals.pptx
 
1 The ability of a computer to perform tasks that require h.pdf
1 The ability of a computer to perform tasks that require h.pdf1 The ability of a computer to perform tasks that require h.pdf
1 The ability of a computer to perform tasks that require h.pdf
 
Tổng hợp câu hỏi ôn tập android có đáp án
Tổng hợp câu hỏi ôn tập android có đáp ánTổng hợp câu hỏi ôn tập android có đáp án
Tổng hợp câu hỏi ôn tập android có đáp án
 
Fuzzy System and fuzzy logic -MCQ
Fuzzy System and fuzzy logic -MCQFuzzy System and fuzzy logic -MCQ
Fuzzy System and fuzzy logic -MCQ
 
Challenge Examination1) In which era were only the U.S. government.docx
Challenge Examination1) In which era were only the U.S. government.docxChallenge Examination1) In which era were only the U.S. government.docx
Challenge Examination1) In which era were only the U.S. government.docx
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Artificial Intelligence MCQ Part 1 | 50 AI MCQs | Multiple Choice Questions & Answers

  • 1. Artificial Intelligence Objective type Questions and their Answers By : Rahul Sharma
  • 2. MCQs in Artificial Intelligence Part-1 DIGITAL WAVE
  • 3. What is Artificial intelligence? A. Putting your intelligence into Computer B. Programming with your own intelligence C. Making a Machine intelligent D. Playing a Game
  • 4. What is Artificial intelligence? A. Putting your intelligence into Computer B. Programming with your own intelligence C. Making a Machine intelligent D. Playing a Game
  • 5. Strong Artificial Intelligence is A. the embodiment of human intellectual capabilities within a computer B. a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans C. the study of mental faculties through the use of mental models implemented on a computer D. all of the mentioned
  • 6. Strong Artificial Intelligence is A. the embodiment of human intellectual capabilities within a computer B. a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans C. the study of mental faculties through the use of mental models implemented on a computer D. all of the mentioned
  • 7. In which of the following situations might a blind search be acceptable? A. real-life situation B. complex game C. small search space D. all of the mentioned
  • 8. In which of the following situations might a blind search be acceptable? A. real-life situation B. complex game C. small search space D. all of the mentioned
  • 9. Which search method takes less memory? A. Depth-First Search B. Breadth-First search C. Optimal search D. Linear Search
  • 10. Which search method takes less memory? A. Depth-First Search B. Breadth-First search C. Optimal search D. Linear Search
  • 11. A heuristic is a way of trying A. To discover something or an idea embedded in a program B. To search and measure how far a node in a search tree seems to be from a goal C. To compare two nodes in a search tree to see if one is better than the other is D. All of the mentioned
  • 12. A heuristic is a way of trying A. To discover something or an idea embedded in a program B. To search and measure how far a node in a search tree seems to be from a goal C. To compare two nodes in a search tree to see if one is better than the other is D. All of the mentioned
  • 13. Which is not a property of representation of knowledge? A. Representational Verification B. Representational Adequacy C. Inferential Adequacy D. Inferential Efficiency
  • 14. Which is not a property of representation of knowledge? A. Representational Verification B. Representational Adequacy C. Inferential Adequacy D. Inferential Efficiency
  • 15. A.M. Turing developed a technique for determining whether a computer could or could not demonstrate the artificial Intelligence, Presently, this technique is called: A. Turing Test B. Algorithm C. Boolean Algebra D. Logarithm
  • 16. A.M. Turing developed a technique for determining whether a computer could or could not demonstrate the artificial Intelligence, Presently, this technique is called: A. Turing Test B. Algorithm C. Boolean Algebra D. Logarithm
  • 17. A Personal Consultant knowledge base contain information in the form of: A. parameters B. contexts C. production rules D. all of the mentioned
  • 18. A Personal Consultant knowledge base contain information in the form of: A. parameters B. contexts C. production rules D. all of the mentioned
  • 19. Which approach to speech recognition avoids the problem caused by the variation in speech patterns among different speakers? A. Continuous speech recognition B. Isolated word recognition C. Connected word recognition D. Speaker-dependent recognition
  • 20. Which approach to speech recognition avoids the problem caused by the variation in speech patterns among different speakers? A. Continuous speech recognition B. Isolated word recognition C. Connected word recognition D. Speaker-dependent recognition
  • 21. Which of the following, is a component of an expert system? A. inference engine B. knowledge base C. user interface D. all of the mentioned
  • 22. Which of the following, is a component of an expert system? A. inference engine B. knowledge base C. user interface D. all of the mentioned
  • 23. A computer vision technique that relies on image templates is: A. edge detection B. binocular vision C. model-based vision D. robot vision
  • 24. A computer vision technique that relies on image templates is: A. edge detection B. binocular vision C. model-based vision D. robot vision
  • 25. DARPA, the agency that has funded a great deal of American Artificial Intelligence research, is part of the Department of: A. Defense B. Energy C. Education D. Justice
  • 26. DARPA, the agency that has funded a great deal of American Artificial Intelligence research, is part of the Department of: A. Defense B. Energy C. Education D. Justice
  • 27. Which of these schools was not among the early leaders in Artificial Intelligence research? A. Dartmouth University B. Harvard University C. Massachusetts Institute of Technology D. Stanford University
  • 28. Which of these schools was not among the early leaders in Artificial Intelligence research? A. Dartmouth University B. Harvard University C. Massachusetts Institute of Technology D. Stanford University
  • 29. Who is the “father” of artificial intelligence? A. Fisher Ada B. John McCarthy C. Allen Newell D. Alan Turning
  • 30. Who is the “father” of artificial intelligence? A. Fisher Ada B. John McCarthy C. Allen Newell D. Alan Turning
  • 31. A process that is repeated, evaluated, and refined is called: A. diagnostic B. descriptive C. interpretive D. iterative
  • 32. A process that is repeated, evaluated, and refined is called: A. diagnostic B. descriptive C. interpretive D. iterative
  • 33. Visual clues that are helpful in computer vision include: A. color and motion B. depth and texture C. height and weight D. color and motion, depth and texture
  • 34. Visual clues that are helpful in computer vision include: A. color and motion B. depth and texture C. height and weight D. color and motion, depth and texture
  • 35. General games involves: A. Single-agent B. Multi-agent C. Neither Single-agent nor Multi-agent D. Only Single-agent and Multi-agent
  • 36. General games involves: A. Single-agent B. Multi-agent C. Neither Single-agent nor Multi-agent D. Only Single-agent and Multi-agent
  • 37. Adversarial search problems uses: A. Competitive Environment B. Cooperative Environment C. Neither Competitive nor Cooperative Environment D. Only Competitive and Cooperative Environment
  • 38. Adversarial search problems uses: A. Competitive Environment B. Cooperative Environment C. Neither Competitive nor Cooperative Environment D. Only Competitive and Cooperative Environment
  • 39. Zero sum game has to be a game: A. Single player B. Two player C. Multiplayer D. Three player
  • 40. Zero sum game has to be a game: A. Single player B. Two player C. Multiplayer D. Three player
  • 41. A game can be formally defined as a kind of search problem with the following components. A. Initial State B. Successor Function C. Terminal Test D. All of the mentioned
  • 42. A game can be formally defined as a kind of search problem with the following components. A. Initial State B. Successor Function C. Terminal Test D. All of the mentioned
  • 43. The initial state and the legal moves for each side define the for the game: A. Search Tree B. Game Tree C. State Space Search D. Forest
  • 44. The initial state and the legal moves for each side define the for the game: A. Search Tree B. Game Tree C. State Space Search D. Forest
  • 45. General algorithm applied on game tree for making decision of win/lose is A. DFS/BFS Search Algorithms B. Heuristic Search Algorithms C. Greedy Search Algorithms D. MIN/MAX Algorithms
  • 46. General algorithm applied on game tree for making decision of win/lose is A. DFS/BFS Search Algorithms B. Heuristic Search Algorithms C. Greedy Search Algorithms D. MIN/MAX Algorithms
  • 47. What is the complexity of minirnax algorithm? A. Same as of DES B. Space — bm and time — bm C. Time — bm and space — bm D. Same as BFS
  • 48. What is the complexity of minirnax algorithm? A. Same as of DES B. Space — bm and time — bm C. Time — bm and space — bm D. Same as BFS
  • 49. Which is the most straightforward approach for planning algorithm? A. Best-first search B. State-space search C. Depth-first search D. Hill-climbing search
  • 50. Which is the most straightforward approach for planning algorithm? A. Best-first search B. State-space search C. Depth-first search D. Hill-climbing search
  • 51. What are taken into account of state-space search? A. Postconditions B. Preconditions C. Effects D. Both Preconditions & Effects
  • 52. What are taken into account of state-space search? A. Postconditions B. Preconditions C. Effects D. Both Preconditions & Effects
  • 53. How many ways are available to solve the state-space search? A. 1 B. 2 C. 3 D. 4
  • 54. How many ways are available to solve the state-space search? A. 1 B. 2 C. 3 D. 4
  • 55. What is the other name for forward state-space search? A. Progression planning B. Regression planning C. Test planning D. None of the mentioned
  • 56. What is the other name for forward state-space search? A. Progression planning B. Regression planning C. Test planning D. None of the mentioned
  • 57. How many states are available in state-space search? A. 1 B. 2 C. 3 D. 4
  • 58. How many states are available in state-space search? A. 1 B. 2 C. 3 D. 4
  • 59. What is the main advantage of backward state-space search? A. Cost B. Actions C. Relevant actions D. All of the mentioned
  • 60. What is the main advantage of backward state-space search? A. Cost B. Actions C. Relevant actions D. All of the mentioned
  • 61. What is the other name of the backward state-space search? A. Regression planning B. Progression planning C. State planning D. Test planning
  • 62. What is the other name of the backward state-space search? A. Regression planning B. Progression planning C. State planning D. Test planning
  • 63. What is meant by consistent in state-space search? A. Change in the desired literals B. Not any change in the literals C. No change in goal state D. None of the mentioned
  • 64. What is meant by consistent in state-space search? A. Change in the desired literals B. Not any change in the literals C. No change in goal state D. None of the mentioned
  • 65. Which approach is to pretend that a pure divide and conquer algorithm will work? A. Goal independence B. Subgoal independence C. Both Goal & Subgoal independence D. None of the mentioned
  • 66. Which approach is to pretend that a pure divide and conquer algorithm will work? A. Goal independence B. Subgoal independence C. Both Goal & Subgoal independence D. None of the mentioned
  • 67. Which search is equal to minimax search but eliminates the branches that can’t influence the final decision? A. Depth-first search B. Breadth-first search C. Alpha-beta pruning D. None of the mentioned
  • 68. Which search is equal to minimax search but eliminates the branches that can’t influence the final decision? A. Depth-first search B. Breadth-first search C. Alpha-beta pruning D. None of the mentioned
  • 69. Which values are independent in minimax search algorithm? A. Pruned leaves x and y B. Every states are dependent C. Root is independent D. None of the mentioned
  • 70. Which values are independent in minimax search algorithm? A. Pruned leaves x and y B. Every states are dependent C. Root is independent D. None of the mentioned
  • 71. To which depth does the alpha-beta pruning can be applied? A. 10 states B. 8 States C. 6 States D. Any depth
  • 72. To which depth does the alpha-beta pruning can be applied? A. 10 states B. 8 States C. 6 States D. Any depth
  • 73. Which search is similar to minimax search? A. Hill-climbing search B. Depth-first search C. Breadth-first search D. All of the mentioned
  • 74. Which search is similar to minimax search? A. Hill-climbing search B. Depth-first search C. Breadth-first search D. All of the mentioned
  • 75. Which value is assigned to alpha and beta in the alpha- beta pruning? A. Alpha = max B. Beta = min C. Beta = max D. Both Alpha = max & Beta = min
  • 76. Which value is assigned to alpha and beta in the alpha- beta pruning? A. Alpha = max B. Beta = min C. Beta = max D. Both Alpha = max & Beta = min
  • 77. Zero sum game has to be a game: A. Single player B. Two player C. Multiplayer D. Three player
  • 78. Zero sum game has to be a game: A. Single player B. Two player C. Multiplayer D. Three player
  • 79. Where does the values of alpha-beta search get updated? A. Along the path of search B. Initial state itself C. At the end D. None of the mentioned
  • 80. Where does the values of alpha-beta search get updated? A. Along the path of search B. Initial state itself C. At the end D. None of the mentioned
  • 81. How the effectiveness of the alpha-beta pruning gets increased? A. Depends on the nodes B. Depends on the order in which they are executed C. All of the mentioned D. None of the mentioned
  • 82. How the effectiveness of the alpha-beta pruning gets increased? A. Depends on the nodes B. Depends on the order in which they are executed C. All of the mentioned D. None of the mentioned
  • 83. What is called as transposition table? A. Hash table of next seen positions B. Hash table of previously seen positions C. Next value in the search D. None of the mentioned
  • 84. What is called as transposition table? A. Hash table of next seen positions B. Hash table of previously seen positions C. Next value in the search D. None of the mentioned
  • 85. Which is identical to the closed list in Graph search? A. Hill climbing search algorithm B. Depth-first search C. Transposition table D. None of the mentioned
  • 86. Which is identical to the closed list in Graph search? A. Hill climbing search algorithm B. Depth-first search C. Transposition table D. None of the mentioned
  • 87. Which function is used to calculate the feasibility of whole game tree? A. Evaluation function B. Transposition C. Alpha-beta pruning D. All of the mentioned
  • 88. Which function is used to calculate the feasibility of whole game tree? A. Evaluation function B. Transposition C. Alpha-beta pruning D. All of the mentioned
  • 89. Knowledge and reasoning also play a crucial role in dealing with environment. A. Completely Observable B. Partially Observable C. Neither Completely nor Partially Observable D. Only Completely and Partially Observable
  • 90. Knowledge and reasoning also play a crucial role in dealing with environment. A. Completely Observable B. Partially Observable C. Neither Completely nor Partially Observable D. Only Completely and Partially Observable
  • 91. Treatment chosen by doctor for a patient for a disease is based on A. Only current symptoms B. Current symptoms plus some knowledge from the textbooks C. Current symptoms plus some knowledge from the textbooks plus experience D. All of the mentioned
  • 92. Treatment chosen by doctor for a patient for a disease is based on A. Only current symptoms B. Current symptoms plus some knowledge from the textbooks C. Current symptoms plus some knowledge from the textbooks plus experience D. All of the mentioned
  • 93. Choose the correct option: a. Knowledge base (KB) is consists of set of statements. b. Inference is deriving a new sentence from the KB. A. a is true, b is true B. a is false, b is false C. a is true, b is false D. a is false, b is true
  • 94. Choose the correct option: a. Knowledge base (KB) is consists of set of statements. b. Inference is deriving a new sentence from the KB. A. a is true, b is true B. a is false, b is false C. a is true, b is false D. a is false, b is true
  • 95. Wumpus World is a classic problem, best example of A. Single player Game B. Two player Game C. Reasoning with Knowledge D. Knowledge based Game
  • 96. Wumpus World is a classic problem, best example of A. Single player Game B. Two player Game C. Reasoning with Knowledge D. Knowledge based Game
  • 97. Which is not a property of representation of knowledge? A. Representational Verification B. Representational Adequacy C. Inferential Adequacy D. Inferential Efficiency
  • 98. Which is not a property of representation of knowledge? A. Representational Verification B. Representational Adequacy C. Inferential Adequacy D. Inferential Efficiency
  • 99. Which is not Familiar Connectives in First Order Logic? A. and B. iff C. or D. not
  • 100. Which is not Familiar Connectives in First Order Logic? A. and B. iff C. or D. not
  • 101. Inference algorithm is complete only if: A. It can derive any sentence B. It can derive any sentence that is an entailed version C. It is truth preserving D. it can derive any sentence that is an entailed version & It is truth preserving
  • 102. Inference algorithm is complete only if: A. It can derive any sentence B. It can derive any sentence that is an entailed version C. It is truth preserving D. it can derive any sentence that is an entailed version & It is truth preserving
  • 103. A constructive approach in which no commitment is made unless it is necessary to do so is A. Least commitment approach B. Most commitment approach C. Nonlinear planning D. Opportunistic planning
  • 104. A constructive approach in which no commitment is made unless it is necessary to do so is A. Least commitment approach B. Most commitment approach C. Nonlinear planning D. Opportunistic planning
  • 105. Uncertainty arises in the Wumpus world because the agent’s sensors give only: A. Full & Global information B. Partial & Global Information C. Partial & local Information D. Full & local information
  • 106. Uncertainty arises in the Wumpus world because the agent’s sensors give only: A. Full & Global information B. Partial & Global Information C. Partial & local Information D. Full & local information
  • 107. A Hybrid Bayesian network contains: A. Both discrete and continuous variables B. Only Discrete variables C. Only Discontinuous variable D. Both Discrete and Discontinuous variable
  • 108. A Hybrid Bayesian network contains: A. Both discrete and continuous variables B. Only Discrete variables C. Only Discontinuous variable D. Both Discrete and Discontinuous variable
  • 109. How fuzzy logic different from conventional control method ? A. IF and THEN Approach B. FOR Approach C. WHILE Approach D. DO Approach
  • 110. How fuzzy logic different from conventional control method ? A. IF and THEN Approach B. FOR Approach C. WHILE Approach D. DO Approach
  • 111. Thank You ➢ Subscribe my channel ➢ Follow us on Facebook ✓ Page name : Digital Wave ( Link in Description Box)