NEW
Font size
WorksheetsArtificial intelligence in research
Total questions: 15
Worksheet time: 8mins
Strong Artificial Intelligence is
a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans
the study of mental faculties through the use of mental models implemented on a computer
the embodiment of human intellectual capabilities within a computer
All of the above
Who is the father of Artificial Intelligence?
Rasmus Lerdorf
John McCarthy
Doug Cutting
William S.
Which of the following contains the output segments of Artificial Intelligence programming?
Printed language and synthesized speech
Manipulation of physical object
Locomotion
All of the above
How many Components of Natural Language Processing are there?
2
3
5
None of these
What are the two subfields of Natural language processing?
symbolic and numeric
understanding and generation
algorithmic and heuristic
time and motion
Which of the following is not a type of agents in artificial intelligence?
Model based
Utility based
Simple reflex
Target based
What could possibly be the environment of a Satellite Image Analysis System?
Computers in space and earth
Statistical data on image pixel intensity value and histograms
Image categorization techniques
All of the above
Which of the following algorithm is online search algorithm?
Breadth-first search algorithm
Depth-first search algorithm
Hill-climbing search algorithm
None of the mentioned
The process by which the brain orders actions needed to complete a specific task is referred as____________
Planning problem
Partial order planning
Total order planning
Both Planning problem & Partial order planning
What is Machine learning?
The selective acquisition of knowledge through the use of computer programs
The selective acquisition of knowledge through the use of manual programs
The autonomous acquisition of knowledge through the use of manual programs
The autonomous acquisition of knowledge through the use of computer programs
Greedy Search strategy opens the node closest to the goal. What is disadvantage of Greedy Best First Search?
This algorithm is neither complete, nor optimal.
There can be multiple long paths with the cost ≤ C*
It can get stuck in loops. It is not optimal.
may not terminate and go on infinitely on one path
Artificial Intelligence means to mimic a human. Hence, if a robot can move from one place to another like a human, then it comes under Artificial Intelligence.
True
False
A) Knowledge base (KB) is consists of set of statements.
B) Inference is deriving a new sentence from the KB.
A-is-true,B-is-true
A is true, B is false
A is false, B is false
A is false, B is true
A problem solving approach works well for ______________
Finding a optimal path from a given source to a destination
8-Puzzle problem
8 queen problem
Mars Hover (Robot Navigation)
Knowledge and reasoning also play a crucial role in dealing with __________________environment
Completely-Observable
Partially-Observable
Neither-Completely-nor-Partially-Observable
Only Completely and Partially Observable
Knowledge and reasoning could aid to reveal other factors that could complete environment.
