Artificial Intelligence Question Bank
Artificial Intelligence Question Bank
Artificial Intelligence Question Bank
QUESTION BANK
Q1.Give an example of a problem for which breadth-first-search would work better than
depth-first-search would work better than breadth-first-search.
Q2. describe how the branch-and-bound technique could be used to find the shortest to a
water jug problem.
Q3. When would best-first-search be worse than simple breadth-first-search ?
Q4. Suppose that first step of the operation of the best-first-search algorithm results in the
following situation (a+ b means that the value of h’ at a node is a and the value of g is b).
(4+1) (3+1)
The second and third steps then result in the following sequence of situation.
Q1. Discuss the representational structures and knowledge necessary to understand the
following sentences.
The brown dog ate the bone.
Attach the large wheel to the axle with the hex nut.
Mary watered the plants.
The spirit is willing but the flesh is weak.
My kingdom for a horse!
Q2. What are the context-sensitive grammars have a disadvantages for design of practical
parsers.
Do not exact to produce an ATN than can handle all possible verb phrases. But do design
one with a reasonable stucture that handles most common ones, including the one above.
The grammer should create structure that reflects the structure of the input verb phrases.
Q18. Consider the following sentences:
(a) Show all the syntactically valid parsers of this sentence. Assume any standard
grammatical formalism you like.
(b) How could semantic information and would knowledge be used to select the
appropriate meaning of this command in a particular situation?
Q19. Consider the problem of providing an English interface to a database of employee
records.
Q1. Write four properties a good system for the knowledge representation in particular
domain should posses.
Q2. What are issues for knowledge representation?
Q3. What is inferential knowledge and procedural knowledge?
Q4. What is Frame problem?
Q5. Consider the following sentences
Use resolution to answer the question , “what course would Steve like”
How should the facts represented by these sentences be represented in logic so that this
problem does not arise?
Q8. A problem-solving search can proceed either forward(from a known start state to
desired goal state) or backward (from a goal state to a start state). What factors
determine the choice of direction for a particular problem?
Q16. Give five example of facts that are difficult to represent and manipulate in predicate
logic.
Q17. Property inheritance is a very common form of default reasoning. Consider the
semantic net
mammal
MASK PIXEL
3/16 7 8 9
3/16 ¼ 3/16 5 4 6
3/16 4 6 2
Q8. color and texture are both potentially useful in defining regions. Describe an
algorithm that could be used to determine regions that are homogenous in color.
Q9. How much memory is required to produced and compare five different binary images
, each with a different threshold levels? Assume a system resolution of 512 X 512 . Can
the binary images be compressed in some way to reduce memory requirements?
Q10. Find the binary images for the array given below when the threshold is set at 35
23 1 32 35
36 30 42 38
2 9 34 36
37 36 35 33
Q11. What is Marr’s Theory of Vision?
Q12. what is ACRONYM System?
Q13. What is dual – of –edge finding is done?
Q14.What is Ohta’s Color Scene Analyzer?
Q15. How low-level processing is done?
Q16. What is different type of learning?
Q17. How is machine learning distinguished from general knowledge acquisition?
Q18. Explain why some editors can be distinguished as “intelligent”.
Q19. Design a learning automaton that selects TV channels based on day of week and
time of day (three evening hours only) for some family you are familiar with.
Q20. Describe how a learning automaton could be developed to learn how to play the
game of tic-tac-toe optimally. Is this a CLA or simple learning auotomaton system?