CS607-Midterm
1 / 50
In Artificial Intelligence GA stands for Genetic Algorithms
2 / 50
Which of the following disciplines provides us with the theories of structure and meaning of language
3 / 50
_____ AI actually tries to recreate the functions of the inside of the brain as opposed to simply emulating behavior
4 / 50
An AI system has a ____________ component that allows the system to get information from its environment.
5 / 50
In some cases, the rules provide more definite actions such as “move left” or “close door”, in which case the rules are being used to represent _________.
6 / 50
----------------- is based on forming, or inducing a „generalization‟ from a limited set of observations
7 / 50
In GA, the random process is repeated until an individual with required _________ level is found. Select correct option:
8 / 50
Breadth-First Search checks all paths of a given length before moving on to any longer paths.
9 / 50
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
10 / 50
Best first search is a greedy approach.
11 / 50
From discipline of _____________ we have the tools and techniques to investigate the human mind and ways to represent the resulting theories
12 / 50
Progressive deepening guarantees to find the solution at a minimum depth like
13 / 50
Intelligence is the characteristic of
14 / 50
The traveling inside a solution space requires something called as ___________
15 / 50
______ AI treats the brain as a black box and just emulates its functionality.
16 / 50
Hill Climbing is basically a ------------- with a measure of quality that is assigned to each node in the tree.
17 / 50
To infer new information from semantic networks, we can ask questions from nodes.
18 / 50
We can get optimal solution given some parameters using Genetic Algorithm.
19 / 50
20 / 50
Within an expert system, the ______________ contains facts about a specific subject area and rules that express the reasoning procedures of an expert on the subject.
21 / 50
Every graph can be converted into a tree.
22 / 50
In DFS node with the largest value of height will be at Priority
23 / 50
Classical way of problem solving
24 / 50
A classical set is a container, which wholly includes or wholly excludes any given element.
25 / 50
The paths found by best-first search are likely to be __________ than those found with other methods.
26 / 50
Most of the solution spaces for problems can be represented in a ________
27 / 50
A statement in conjunctive normal form (CNF) consists of __________
28 / 50
In general, the antecedent of a rule compares an object with a possible value, using an operator.
29 / 50
If the antecedent is only partially true, then the output fuzzy set is truncated according to the _________ method
30 / 50
Every graph can be converted into a tree
31 / 50
By getting grips on ___________ that deal with searching techniques in graphs and trees, problem solving can be performed in an efficient manner.
32 / 50
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
33 / 50
Which Cycle does the following figure show?
34 / 50
We use graph to represent problems and their solution spaces.
35 / 50
In adversarial search there may occur such a scenario where two opponents also called _____ are searching for goal.
36 / 50
Searching is a formal mechanism to explore
37 / 50
The foothhill problem occurs whenever there are___________ peaks.
38 / 50
Breadth-first search is a good idea when you are confident that the branching factor is_____
39 / 50
Which of the following is a valid example which represents a suitable antecedent in a rule?
40 / 50
___________ reasoning is based on forming, or inducing a „generalization‟ from a limited set of observations.
41 / 50
The traveling inside solution space requires something called
42 / 50
In Breadth First Search the node with the largest value of height will be at the _________ priority to be picked.
43 / 50
44 / 50
Procedures that search the solution space in an uninformed manner are usually costly with respect to _____.
45 / 50
Which one of the following is involved in an ES development project:
46 / 50
Which one is not the application area of expert system?
47 / 50
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
48 / 50
Which of the following two components are closely coupled and each is intrinsically tied to the other. i. Knowledge representation ii. Reasoning iii. Execution iv. Planning
49 / 50
IF temperature is below 0 THEN weather is cold The above rule is used to represent _______
50 / 50
Another expert system named___________was developed by Digital Equipment Corporation, as a computer configuration assistant.
Your score is
The average score is 52%
Restart quiz