0% found this document useful (0 votes)
40 views3 pages

2018 Feb-March IV-I

An agent perceives its environment through sensors and actuators. It can perform various actions to achieve its goals based on its perception. Searching is an important technique in AI to find optimal solutions or paths to a goal state. Depth-first search explores solutions in a depthward fashion but may get stuck in local optima. Modifications like backtracking allow it to return to previous states and explore alternative paths.

Uploaded by

NISCHAL BHANDARI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views3 pages

2018 Feb-March IV-I

An agent perceives its environment through sensors and actuators. It can perform various actions to achieve its goals based on its perception. Searching is an important technique in AI to find optimal solutions or paths to a goal state. Depth-first search explores solutions in a depthward fashion but may get stuck in local optima. Modifications like backtracking allow it to return to previous states and explore alternative paths.

Uploaded by

NISCHAL BHANDARI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

KATHMANDU LINIVERSITY Marks Scored:

End Semester Examination


February/March, 2018
Level : B.E./B.Sc. Course : COMP 472
Year : IV Semester: I
Exam Roll No: Time: 30 mins F.M. :10
Registration No.: Date
SECTION "A"
[20 Q.xg.5:10 marks]
Pick the comect answer(s)

Which method is effective for escaping from local minima?


[ ] Updating heuristic estimate [ ] Reducing heuristic estimate
[ ] Eliminating heuristic estimate [ ] None of the mentioned

2 How does the Agent behavior can be best described?


[ ] Perception sequence [ ] Agent function
[ ] Environment in which agent is performing [ ] Sensors and Actuators
J On which one of the following point rationality at any given time does not depend?
[ ] The performance measure that defines the criterion of success
[ ] The agent's prior knowledge of the environment
[ ] The actions that the agent can perform
[ ] The upcoming result of the action that has been done.
4 Which one of the following component does not describe the problem best?
[ ] Initial state [ ] Abstract state
[ ] Goal state [ ] Successor state
5 An agent, which percept the environment is composed of _
[ ]Architecture [ ]AgentFunction
[ ] Perception Sequence [ ] Architecture and Program
6. What is the heuristic function of greedy best-first search?
[ ]f(n)!:h(n) [ ]f(n)<h(n) t l(n):h(n) [ ]f(n)>h(n)
7 Translate the following statement into FOL.
"For every a, if a is a philosopher, then a is a scholar"
t I V aphilosopher(a) scholar(a)
[ ] I aphilosopher(a)scholar(a)
[ ] I aphilosopher(a) V a scholar(a)
[ ] None of the mentioned
8. Which of the following does not include factors affect the performance of learner
system?
[ ] Training scenario [ ] Type of feedback
[ ] Good data structures [ ] Learning algorithm
9 Which is transposition rule?
[] From P Q, infer -Q--- P
- [ ] From P - Q, infer Q ---+ -P
[] From P Q, infer Q---+ P
- [ ] From P--- Q, infer -Q---+ -P
l0 Which form is called as disjunction of conjunction of literals?
[] Conjunctive normal form [ ] Disjunctive normal form
[] Normal form [ ] All of the mentioned
11. A 3-input neuron is trained to output azero when the input is 110 and a one when the
input is 11 l. After generalization, the output will be zero when and only when the input
is:
[ ]000or0l0or1l0orl00 [ ]000orll0or0ltorl0l
[ ] 010or 100or l10or l0l [ ] l00or ill or l0l or00l
12. An algorithm A is admissible if
t ] It is not guaranteed to return an optimal solution when one exists
I I It is guaranteed to return an optimal solution when one exists
t ] It returns more solutions, but not an optimal one
t ] It guarantees to return more optimal solutions
13. What are you predicating by the logic: vx: €y: loyalto(x, y).
[] Everyone is loyal to someone [ ] Everyone is loyal to all
[] Everyone is not loyal to someone [ ] Everyone is loyal
t4 A 4-input neuron has weights 1,2,3 and 4. The transfer function is linear with the
constant of proportionality being equal to 2.The inputs are 4,10,5 and20 respectively.
The output will be:
[]238 1176 []lle 11123
15. What is Web Crawler? (Web Crawling is type of search for a relevant document from a
given seed documents. Focused crawlers exists, helps to improvise the search efficiency.)
[ agent
] Intelligent goal-based [
] Problem-solving agent
[ ] Simple reflex agent [
] Model based agent
16. A* algorithm is based on
[ ] Breadth-First-Search [ ] Depth-First -Search
[ ] Best-First-Search [ ] Hill climbing.
t7 What is used in determining the nature of the learning problem?
[ ]Environment [ ]Feedback
[ ] Problem [ ] All of the mentioned
l8 What is the space complexity of Depth-first search?
tlo(b) tlo(bl) []o(m) []o(bm)
t9 If "A" is Knowledge base (KB) consisting of set of statements and "B" is inference,
deriving a new sentence from the KB then choose the correct option.
t lAistrue,Bistrue t lAisfalse,Bisfalse
t lAistrue,Bisfalse t lAisfalse,Bistrue
20 How do you represent "All dogs have tails".
I I V x: dog(x) +hastail(x) t I V x: dog(x) Ahastail(y)
t I V x: dog(y) <+,hastail(x) t I V x: dog(x) +has!tail(x)
KATHMANDU UNIVERSITY
End Semester Examination
,i
February/March, 2018
Level : B.E./B.Sc. Course : COMP 472
Year : IV Semester: I
Time : 2 hrs. 30 mins. F.M. :40
SECTION "B"
12 Q.*8:l6l
Attempt an:t TI4'O questions.

1. You are going to implement genetic algorithm to find the solution for X in the model f(x)
= {MAX(x2): 0 <: x <: 32}. Discuss the population representation cross over point,
crossover rate, selection criteria, fitness function, mutation rate, solution to some
generation and also the optimization criteria.

2 What do you understand by artificial neural network? Explain how a perceptron model
learns with the help of simulating a logical OR gate.

J. Justify that searching is one of the important part of AI. Explain in detail about depth first
search and its different modifications to achieve the better solution path to goal state with
an example.

SECTION "C"
16Q."4:241
AttemptlZZ questions.
4. What is 'Turing Test'in Artificial Intelligence (AI)? Criticize the performance of the
'Turing Test'to measure the intelligence of the machine.

5. Define Learning. Why leaming frame work is required? Explain about learning frame
with block diagram and examples

6. Both the performance measure and the utility function measure how well an agent is
doing. Explain the difference between the two with the suitable examples.

7 If the wind continues, then the storm will be generated. If wind continues and the storm
is generated, then the building will collapse. If continuation of wind will collapse the
building, then a steel frame building is not appropriate for the town. Either a stlel frame
building is appropriate for the town or the civil engineers have made a mistake. prove
using inference the civil engineers have made a mistake

8. Translate the following sentence into first order logic :


a. "Everyone's DNA is unique and is derived from their parents, DNA,,.
b. "No dog bites a child of its owner".
c. "Every gardener likes the sun".
d. "All purple mushrooms are poisonous',.

9 Convert the following expressions into CNF form.


a. ((P^Q) v(R^S)) v(-Q^(Pvr))
b. P=I((Q=+R) V -S)

You might also like