Deck 3: Artificial Intelligence and Search Algorithms

ملء الشاشة (f)
exit full mode
سؤال
Which of the following is an extension of the semantic network?

A)expert systems
B)rule based expert systems
C)decision tree based networks
D)partitioned networks
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Is the below statement true for the domain of positive integers ?p ?q ( p + q = 7)
سؤال
Which of the following is a sound rule of inference?

A)q ? (p ? q) ? p
B)p ? (p ? q)
C)q ? (p ? q) ? p
D)all of above
سؤال
?x ? y P(x,y) ? ? y ? x P(x,y)
سؤال
Is ?z S(x,y) a well-formed formula?
سؤال
The statement comprising the limitations of FOL is/are ____________

A)expressiveness
B)formalizing natural languages
C)many-sorted logic
D)all of the mentioned
سؤال
what is the issue of Forward State Space Planning?

A)low banching factor.
B)large branching factor.
C)work in forward fashion
D)work in backward fashion
سؤال
Goal Stack Planning breaks up a ______________________________

A)initial state
B)stack in different part
C)set of goal predicates into individual subgoals
D)all of the above
سؤال
What is true about Linear Planning?

A)it refers to the fact that the subgoals are attempted and solved in a linear order.
B)attempts to solve subgoals individually one after another.
C)attempts to solve subgoal individually in non linear fashion
D)both a & b
سؤال
Agent interacts with the world via _______________ and ______________

A)decision , effect
B)perception, decision
C)perception, action
D)perception, effect
سؤال
The start node for search in plan space planning is_______________

A)bfs
B)dfs
C)both dfs and bfs
D)a*
سؤال
In which chaining, the Left-Hand side is used to match the rules and Right-Hand side is used to check the effect of using the rule.

A)forward chaining
B)backward chaining
C)reverse chaining
D)both b & c
سؤال
The components of Expert system are?

A)a set of rules, the inference engine (ie), forward chaining
B)a set of rules, backward chaining, a working memory (wm)
C)a set of rules, the inference engine (ie), a working memory (wm)
D)a set of rules, forward chaining, backward chaining
سؤال
What is true about Artificial Intelligence?

A)the ability to solve problems?.
B)the ability to act rationally.
C)the ability to act like humans
D)all of the above
سؤال
Which of the following are Informed search algorithms?

A)best first search
B)a* search
C)iterative deeping search
D)both a & b
سؤال
If there is a solution, breadth first search is _______________to find it

A)difficult
B)guaranteed
C)not able to find
D)none of the above
سؤال
Which search strategy is combining the benefits of both BFS and DFS?

A)depth limited search
B)a*
C)iterative deepening depth first search
D)best first search
سؤال
Admissibility of the heuristic function is given as:

A)h(n)>= h*(n)
B)h(n)< h*(n)
C)h(n)== h*(n)
D)h(n)<= h*(n)
سؤال
The efficiency of A* algorithm depends on __________________________

A)depth
B)the quality of heuristic
C)unknown nodes
D)d. none of the above
سؤال
What is the termination criteria in Hill climbing?

A)when no successor of the node has better heuristic value.
B)when successor of the node has better heuristic value.
C)when no ancestor of the node has better heuristic value.
D)when ancestor of the node has better heuristic value.
سؤال
What is true about variable neighborhood function?

A)neighbourhood functions that are sparse lead to quicker movement during search
B)algorithm has to inspect very fewer neighbours
C)vdn stars searching with sparse neighbourhood functions, when it reaches an optimum, it switches to denser function.
D)all of the above
سؤال
_______________________requires Linear Space but uses backtracking

A)breadth first search
B)recursive best first search (rbfs)
C)a*
D)ida*
سؤال
Which property asks that the algorithm is locally admissible?

A)admissibility
B)monotonicity
C)informedness
D)none of the above
سؤال
A* Search Algorithm _______________

A)does not expand the node which have the lowest value of f(n),
B)finds the shortest path through the search space using the heuristic function i.e f(n)=g(n) + h(n)
C)terminates when the goal node is not found.
D)all of the above
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/24
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: Artificial Intelligence and Search Algorithms
1
Which of the following is an extension of the semantic network?

A)expert systems
B)rule based expert systems
C)decision tree based networks
D)partitioned networks
partitioned networks
2
Is the below statement true for the domain of positive integers ?p ?q ( p + q = 7)
True
3
Which of the following is a sound rule of inference?

A)q ? (p ? q) ? p
B)p ? (p ? q)
C)q ? (p ? q) ? p
D)all of above
p ? (p ? q)
4
?x ? y P(x,y) ? ? y ? x P(x,y)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
5
Is ?z S(x,y) a well-formed formula?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
6
The statement comprising the limitations of FOL is/are ____________

A)expressiveness
B)formalizing natural languages
C)many-sorted logic
D)all of the mentioned
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
7
what is the issue of Forward State Space Planning?

A)low banching factor.
B)large branching factor.
C)work in forward fashion
D)work in backward fashion
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
8
Goal Stack Planning breaks up a ______________________________

A)initial state
B)stack in different part
C)set of goal predicates into individual subgoals
D)all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
9
What is true about Linear Planning?

A)it refers to the fact that the subgoals are attempted and solved in a linear order.
B)attempts to solve subgoals individually one after another.
C)attempts to solve subgoal individually in non linear fashion
D)both a & b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
10
Agent interacts with the world via _______________ and ______________

A)decision , effect
B)perception, decision
C)perception, action
D)perception, effect
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
11
The start node for search in plan space planning is_______________

A)bfs
B)dfs
C)both dfs and bfs
D)a*
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
12
In which chaining, the Left-Hand side is used to match the rules and Right-Hand side is used to check the effect of using the rule.

A)forward chaining
B)backward chaining
C)reverse chaining
D)both b & c
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
13
The components of Expert system are?

A)a set of rules, the inference engine (ie), forward chaining
B)a set of rules, backward chaining, a working memory (wm)
C)a set of rules, the inference engine (ie), a working memory (wm)
D)a set of rules, forward chaining, backward chaining
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
14
What is true about Artificial Intelligence?

A)the ability to solve problems?.
B)the ability to act rationally.
C)the ability to act like humans
D)all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which of the following are Informed search algorithms?

A)best first search
B)a* search
C)iterative deeping search
D)both a & b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
16
If there is a solution, breadth first search is _______________to find it

A)difficult
B)guaranteed
C)not able to find
D)none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which search strategy is combining the benefits of both BFS and DFS?

A)depth limited search
B)a*
C)iterative deepening depth first search
D)best first search
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
18
Admissibility of the heuristic function is given as:

A)h(n)>= h*(n)
B)h(n)< h*(n)
C)h(n)== h*(n)
D)h(n)<= h*(n)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
19
The efficiency of A* algorithm depends on __________________________

A)depth
B)the quality of heuristic
C)unknown nodes
D)d. none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
20
What is the termination criteria in Hill climbing?

A)when no successor of the node has better heuristic value.
B)when successor of the node has better heuristic value.
C)when no ancestor of the node has better heuristic value.
D)when ancestor of the node has better heuristic value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
21
What is true about variable neighborhood function?

A)neighbourhood functions that are sparse lead to quicker movement during search
B)algorithm has to inspect very fewer neighbours
C)vdn stars searching with sparse neighbourhood functions, when it reaches an optimum, it switches to denser function.
D)all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
22
_______________________requires Linear Space but uses backtracking

A)breadth first search
B)recursive best first search (rbfs)
C)a*
D)ida*
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
23
Which property asks that the algorithm is locally admissible?

A)admissibility
B)monotonicity
C)informedness
D)none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
24
A* Search Algorithm _______________

A)does not expand the node which have the lowest value of f(n),
B)finds the shortest path through the search space using the heuristic function i.e f(n)=g(n) + h(n)
C)terminates when the goal node is not found.
D)all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.