Explore topic-wise MCQs in Artificial Intelligence.

This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Artificial Intelligence knowledge and support exam preparation. Choose a topic below to get started.

1.

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
Answer» D. all of the mentioned
2.

Which search method takes less memory?$

A. Depth-First Search
B. Breadth-First search
C. Optimal search
D. Linear Search
Answer» B. Breadth-First search
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
Answer» D. Playing a Game
4.

How do you represent “All dogs have tails”?$

A. ۷x: dog(x) àhastail(x)
B. ۷x: dog(x) àhastail(y)
C. ۷x: dog(y) àhastail(x)
D. ۷x: dog(x) àhasàtail(x)
Answer» B. ‚Äö√ᬮ‚Äö√†√´x: dog(x) ‚Äö√†√∂‚Äö√тĆhastail(y)
5.

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
Answer» E.
6.

The traditional way to exit and LISP system is to ente?

A. quit
B. exit
C. bye
D. ok
Answer» C. bye
7.

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
Answer» B. a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans
8.

An Artificial Intelligence system developed by Terry A. Winograd to permit an interactive dialogue about a domain he called blocks-world.

A. SHRDLU
B. SIMD
C. BACON
D. STUDENT
Answer» B. SIMD
9.

Output segments of Artificial Intelligence programming contain(s)

A. Printed language and synthesized speech
B. Manipulation of physical object
C. Locomotion
D. All of the mentioned
Answer» E.