Multiple Choice Questions (MCQs)
Intelligence is the characteristic of
Can we precisely define Artificial Intelligence?
Which of the following things demonstrate Intelligence?
Try to catch out own thoughts as they go by is ________.
Intelligence is the ability to ____________.
________ AI actually tries to recreate the functions of the inside of the brain as opposed to simply emulating behavior.
________ AI treats the brain as a black box and just emulates its functionality.
From discipline of _____________ we have the tools and techniques to investigate the human mind and ways to represent the resulting theories.
From discipline of _____________ we have information about the network structure of a human brain and all the theories on functionalities of different human organs.
Which of the following disciplines provides us with the theories of structure and meaning of language?
Hit and trial is a classical approach to solve the ___________ problem easily.
________ is a Classical way of problem solving.
Some essential components of problem solving are Problem statement, ________, Solution space and Operators.
The traveling inside a solution space requires something called as __________.
In Optimal Path searches we try to find the _________ solution.
Most of the solution spaces for problems can be represented in _______.
We use graphs to represent problems and their solution spaces.
Every graph can be converted into a tree.
Most of the solution spaces for problems can be represented in a ___________.
By getting grips on _________ that deal with searching techniques in graphs and trees, problem solving can be performed in an efficient manner.
Procedures that search the solution space in an uninformed manner are usually costly with respect to _________.
In DFS, node with the largest value of height will be at Priority ________.
In Depth First Search the node with the largest value of height will be at the ___________ priority to be picked.
In Breadth First Search the node with the largest value of height will be at the _________ priority to be picked.
Breadth-First Search checks all paths of a given length before moving on to any longer paths.
Breadth-first search is a good idea when you are confident that the branching factor is _________.
The foothill problem occurs whenever there are________ peaks.
Which one of the problems is more subtle, and consequently, is more frustrating?
The paths founded by Best First search are likely to be _________ than those found with other methods.
Best First Search is a greedy approach.
In Adversarial search there may occur such a scenario where two opponents also called ___________ are searching for a goal.
Genetic Algorithms is a search method in which multiple search paths are followed in _______.
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
In Basic Genetic Algorithm the term mutation refers to a small random ________.
We can get optimal solution given some parameters using Genetic Algorithm.
A function by which we can tell which board position is nearer to our goal is called _________.
What is the correct order for solving a problem using GA I. Choose the best individuals from the population for crossover II. Choose initial population III. Evaluate the fitness of each individual
Mutation can be as simple as just flipping a bit at random or any number of bits.
In GA, the random process is repeated until an individual with required _________ level is found.
An AI system must form a meaningful and useful __________ of the internal information.
An AI system has a ____________ component that allows the system to get information from its environment.
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
A proposition is the statement of a _________.
Semantic networks are graphs, with nodes representing _________ and arcs representing _________ between objects.
A statement in conjunctive normal form (CNF) consists of _________.
________ is the process of deriving logical conclusions from given facts.
In the statement "IF A THEN B", A is called
__________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
An ___________ is “A computer program designed to model the problem solving ability of a human expert”.
Another expert system named __________ was developed by Digital Equipment Corporation, as a computer configuration assistant.
An expert system may replace the expert or assist the expert.
Conventional programming focuses on _______, while ES programming focuses on ________.
In backward chaining terminology, the hypothesis to prove is called the ________.
Select a course code for Objective Questions:
Select a course code for Subjective Questions: