Set No. Code No: 410407 IV B.Tech. I-Semester Regular Examinations, November-2003 ARTIFICIAL INTELLIGENCE (Electronics and Communications Engineering)

1

2.a) b)

In what kind of a problem space would a depth first search be better than a breadth first one? A problem-solving search can precede either forward or backward. Discuss the factors that determine the choice of direction for a particular problem.

or ld

1.a) b)

Max. Marks: 80 Answer any FIVE questions All questions carry equal marks --Discuss the areas of application of Artificial Intelligence. Discuss the tic-tac-toe problem in detail and explain how it can be solved using AI techniques.

.in

Time: 3 hours

Distinguish between conventional programs and rule based systems Translate the following sentences into formulae in predicate logic: i) Sam likes easy courses ii) Artificial Intelligence courses are easy iii) All students with high grades are bright or work hard iv) Sam likes playing tennis v) Every one is loyal to someone.

4.a) b)

What are Semantic networks? Explain its features with sample semantic net. Explain the classification of nodes in Semantic net

5.a) b)

List the key reasoning operations that are performed by JTMS An example of nonmonotonic reasoning involves birds and flying. Consider the following facts: -Most things do not fly -Most birds do fly, unless they are too young or dean or have a broken wing -Penguin and ostriches do not fly -Magical ostriches fly -Ttweety is a bird -Chirpy is either a penguin or an ostrich -Feathers is a magical ostrich Use one or more nonmonotonic reasoning systems answer the following: i. Does Tweety fly? ii. Does Chirpy fly? iii. Does Feathers fly? iv. Does Paul fly? Contd…2

Aj

nt

uW

3.a) b)

Code No. 410407

.2.

Set No. 1

Describe how Alpha-Beta search works with relevant examples. How does the minimax search helps in solving tic-tac-toe problem?

7. a) b)

Differentiate between “Speech recognition “ and “speech understanding”. Describe the various classes of Grammars.

8.a)

Define and Explain “Learning” . Describe in detail, the range of activities covered by the concept “Learning “. Justify the statement –that “Learning is the most important characteristic of Intelligence”. Describe and discuss in detail, the important aspects of (i) Rote Learning (ii) Learning by taking advice. Illustrate answer with the help of relevant examples.

or ld

b)

.in

6. a) b)

Aj

nt

uW

###

Set No. Code No: 410407 IV B.Tech. I-Semester Regular Examinations, November-2003

2

ARTIFICIAL INTELLIGENCE (Electronics and Communications Engineering)

1.

Max. Marks: 80 Answer any FIVE questions All questions carry equal marks --Describe with necessary diagrams, a suitable state space representation for 8 puzzle problem and explain how the problem can be solved by state space search. Show how heuristic can improve the efficiency of search.

.in

Time: 3 hours

Discuss the following in detail. a. Hill Climbing b. Best – First search c. Constraint satisfaction

3.a) b)

Discuss in detail about Forward Vs Backward reasoning. Consider the following facts: (i) John likes anyone who likes playing tennis and football (ii) A is brother of B if A is a male, A has father F and mother M and B has the same mother and father as A does. Translate these facts into formulae in predicate logic and prepositional logic

4.a)

Explain how a link generates a hierarchical structure in a network? Explain with suitable example. How will you represent variables in Semantic net? Explain

uW

b)

or ld

2.

With neat diagram, explain the justification based truth maintenance system Explain the logic based truth maintenance system with an example

6.a) b)

Illustrate the minimax search for the tic-tac-toe game, with initial position. How Alpha-Beta method helps greatest pruning improvement in the above game?

7. a) b)

What are the four classes of grammars. Describe Backus – Naur Form (BNF) syntax used for programming languages with examples.

Aj

nt

5.a) b)

8.

Describe and discuss in detail, the techniques of (i) Parameter adjustment (ii) Macro-operations (iii) chunking used in problem- solving method of “Learning”. Explain the nature of utility problem. ###

Set No. Code No: 410407 IV B.Tech. I-Semester Regular Examinations, November-2003

3

.in

ARTIFICIAL INTELLIGENCE (Electronics and Communications Engineering) Time: 3 hours Max. Marks: 80 Answer any FIVE questions All questions carry equal marks --1.a) Explain the different control strategies used in problem solving b) Discuss the factors determining the choice of direction for a particular problem.

Trace the constraint satisfaction procedure solving the crypt arithmetic problem. SEND +MORE MONEY

3.a) b)

What are tautologies contradictions and contingencies. Consider the following facts: Jack likes all kinds of pets. Dogs are pets. Cats are pets. Any animal any one owns and is not killed is a pet. Mary owns a goat and is still alive Joe owns everything Mary owns. i) Translate the facts into formulae in Predicate logic ii) Convert ht formulae into clausal form iii) Prove that Jack likes goats using Resolution

4.a) b)

What are frames? Give a sample frame of a Computer department of a college. Explain reasoning using Semantic networks.

5. a)

Consider the problem of finding clothes to wear in the morning. The knowledge’s are -Wear jeans unless either they are dirty or you have a job interview today. -Wear a sweater if it's cold -It’s usually cold in the winter Wear sandals if it's warm -It’s usually warm I the summer i. Build a JTMS-style database of the necessary facts to solve this problem ii. Show how the problem can be solved and how the solution changes as the relevant facts change. TMSs are useful tools in solving constraint satisfaction problems. Give your opinion. Contd…2

Aj

nt

uW

or ld

2.

b)

Code No. 410407

.2.

Set No. 3

What is Alpha-Beta pruning ? Implement the alpha-beta search procedure for playing tic-tac-toe.

7. a) b)

Describe the steps involved in language understanding . How “ Parse tree ” helps in understanding language with examples.

8.

Discuss in a comparative manner (in detail) the important characteristics of (i) Deterministic Decision function approach (ii) probabilistic Decision function approach in pattern Recognition problems. Give examples where each approach is more appropriate.

or ld

.in

6.a) b)

Aj

nt

uW

###

Set No. Code No: 410407 IV B.Tech. I-Semester Regular Examinations, November-2003

4

ARTIFICIAL INTELLIGENCE (Electronics and Communications Engineering) Time: 3 hours

Max. Marks: 80

2.

Discuss about AO* algorithm using a suitable example.

3.a)

What are Terms, Quantifiers, Free and Bound variables in Predicate logic? Explain Explain the methodology for converting predicate logic formula into prenex normal form

or ld

b)

.in

1.a) b) c)

Answer any FIVE questions All questions carry equal marks --Define the state space for the game of chess. What do you mean by an AI technique? How will you know that your AI system readily works?

Explain the various features of Declarative and procedural frames. With suitable example explain how linking of subframes is done

5.a) b)

Explain with an example, how a ATMS could be used in medical diagnosis? Write short notes on: i. Nondependency-Directed backtracking ii. Minimalist reasoning.

6. a)

Compare the representations of the sentence. “Dravid Produced a classy innings with his bat” in case grammar and conceptual dependency. What is Alpha-Beta Pruning?

b)

Show a parse tree for a) “Rama Killed Ravana with the help of Monkeys”. Explain what knowledge is necessary to produce a connect parse b) Represent the following sentence in case structure “The train passes through tunnel”.

nt

7.

uW

4.a) b)

What is “ unsupervised learning” in which objects are recognized through clustering. Explain why the nature of the “goal” affects the process of learning. Describe in detail, the design of a pattern Recognition program for validating “hand-writing”. Discuss the inherent problems in detail.

Aj

8.a)

b)

###

Set No.

Discuss the factors determining the choice of direction for a particular problem. 2. Trace the constraint satisfaction procedure solving the crypt arithmetic problem.

108KB Sizes 0 Downloads 116 Views

Recommend Documents

Set No:
List out the practical considerations to be checked for continuous gas ... Explain how silica analysis is done in boiler water of power plant. 3. a) What is meant by ...

Set No.
What do you understand by principles of planning a building? Prepare a typical · aspect diagram for the area where direction of prevailing breeze is from North-.

Set No.
b) Draw the circuit diagram of 4-bit Johnson counter using D-flip flop and explain .... 6. a) Compare merits and demerits of ripple and synchronous counters.

Set No.
Given: turbine diameter = 120m and turbine operating speed = 40 rpm at · maximum efficiency. Propeller type wind turbine is considered. 4. a) What is the basic ...

Set No.
Obtain an expression for unit speed, unit discharge and unit power for a turbine. 2. a) What do you understand by air vessels? Explain with a neat sketch.

Set No
+ 2x1x2 – 4x2x3 – 2x3x1. b) · Define the following terms: (i) objective function surfaces (ii) constraint surface · (iii) bound points. 3.a) Maximize f= 8x1 + 4x2 + ...

Set No.
1.a) Obtain the expression for the resistance and capacitance for gas system. ... List various variables to be measured and controlled in nuclear power plant.

Set No.
instructions at the beginning and end of this set of code in order to switch .... 5.a) Write an assembly language program that will examine an ASCII string of 100.

Set No.
If the analog i/p voltage is +6.85 v, what will be the R-2R ladder · o/p voltage when ... b) Design a ramp generator using 555 timer having an output frequency of.

Set No.
efficiency of the cycle and mean effective pressure for the cycle. ... b) Calculate the heat flux emitted due to thermal radiation from a black surface at · 6000.

Set No.
8.a) Write a note on creep resistant materials. b) Explain all the ... b) Sketch the creep diagram, and explain the various stages of creep. @@@@@. Set No. 2.

Set No:
What is the difference between radio compass and ADF? Explain the principle · and operation of Automatic direction finder. 6. Define analog and digital ...

Set No.
endurance limit of a metal. b) What are the factors which affect the fatigue strength of materials? 7. a) What is creep? Draw an ideal creep curve and explain the ...

Set No.
(i) Band Rate · (ii) Request Filter ... 3. a) Write the comparison between teleprinters and CRT terminals. b) What are the ... What savings does it offer? b) What is a ...

Set No.
Code No.: 220107 · II B.Tech. Regular Semester Examinations April, 2003 · BUILDING PLANNING (DESIGN & DRAWING) · (Civil Engineering) · Time: 3 hours.

Set No:
b) How does butadiene differ from isoprene? 4.a) Describe about the synthetic fiber industry in India. b) Write, with an example on each of the following.

Set No:
graph. b) Draw the state space tree for m-closing graph using a suitable graph. 8. Present a program schema for a FIFO Branch & Bound search for a Least-Cost.

Set No:
Code No: 410105. IV B. Tech I-Semester Regular Examinations, November-2004. ADVANCED STRUCTURAL ANALYSIS · (Civil Engineering) · Time: 3 hours.

Set No
b) Explain the effect of Metallurgical variables on fatigue properties · 7.a) Explain Ductile to Brittle transition phenomenon. b) Compare charpy with Izod impact testing. 8.a) What is stress relaxation. Draw stress-strain curves for ductile and brit

Set. No.
Information Technology, Electronics and Control Engineering, Electronics and ... Computer Engineering, Computer Science and System Engineering) ..... Draw and explain the logic diagram of a master slave D flip-flop using Nand gates. ###.

Set No.
Chemical Engineering, Mechatronics, Metallurgy & Material Technology, · Aeronautical ... b) What is cache memory? Where is it placed? What is its .... 7.a) Explain the steps involved in computing the coefficients of the regression · polynomial.

Set No.
b) Classify the blast furnace stoves. What are the different values in the stove and · their functions? 3.a) What factors affect reducibility of iron ores? Discuss them.

Set No.
1.a) Write the name of places for occurance of iron ores in India. b) Explain the process of either Sintering or Pelletizing. 2.a) Explain hearth, tuyeres, stack with ...

Set No
Code No.: 320101. III-B.Tech. II-Semester Examinations April 2003 · STRUCTURAL ANALYSIS –II · (Civil Engineering) · Time: 3 Hours · Max. Marks: 80.