1. The company that grew out of research at the MIT AI lab is:
Correct : D. both b & c
2. Which technique is being investigated as an approach to automatic programming?
Correct : B. specification by example
3. One definition of AI focuses on problem-solving methods that process:
Correct : B. symbols
4. Artificial intelligence is
Correct : D. all of the mentioned
5. The primary method that people use to sense their environment is:
Correct : D. seeing
6. The Newell and Simon program that proved theorems of Principia Mathematica was:
Correct : C. logic theorist
7. In LISP, the function assigns . the value of a to b is
Correct : B. (setq b a )
8. The cray X-MP, IBM 3090 and connection machine can he characterized as
Correct : B. simd
9. Ambiguity may be caused by:
Correct : D. all of the mentioned
10. Which company offers the LISP machine considered to be “the most powerful symbolic processor available”?
Correct : B. symbolics
11. What of the following is considered to be a pivotal event in the history of Artificial Intelligence.
Correct : C. 1956, dartmouth university conference organized by john mccarthy
12. Natural language processing is divided into the two subfields of:
Correct : D. understanding and generation
13. High-resolution, bit-mapped displays are useful for displaying:
Correct : D. all of the mentioned
14. A bidirectional feedback loop links computer modeling with:
Correct : D. cognitive science
15. In LISP, the function evaluates both and is
Correct : A. set
16. Which company offers the LISP machine considered “the most powerful symbolic processor available”?
Correct : B. symbolics
17. What of the following is considered a pivotal event in the history of Artificial Intelligence?
Correct : C. 1956, dartmouth university conference organized by john mccarthy
18. Natural language processing is divided into the two sub-fields of:
Correct : C. algorithmic and heuristic
19. Which of the following have people traditionally done better than computers?
Correct : C. resolving ambiguity
20. Which type of actuator generates a good deal of power but tends to be messy?
Correct : B. hydraulic
21. Research scientists all over the world are taking steps towards building computers with circuits patterned after the complex inter connections existing among the human brain’s nerve cells. What name is given to such type of computers?
Correct : C. neural network computers
22. Which search is equal to minimax search but eliminates the branchesthat can’t influence the final decision?
Correct : C. alpha-beta pruning
23. Which values are independant in minimax search algorithm?
Correct : A. pruned leaves x and y
24. To which depth does the alpha-beta pruning can be applied?
Correct : D. any depth
25. Which search is similar to minimax search?
Correct : B. depth-first search
26. Which value is assigned to alpha and beta in the alpha-beta pruning?
Correct : D. both a & b
27. Where does the values of alpha-beta search get updated?
Correct : A. along the path of search
28. How the effectiveness of the alpha-beta pruning gets increased?
Correct : A. depends on the nodes
29. What is called as transposition table?
Correct : B. hash table of previously seen positions
30. Which is identical to the closed list in Graph search?
Correct : C. transposition table
31. Which function is used to calculate the feasibility of whole game tree?
Correct : A. evaluation function
32. What is the action of task environment in artificial intelligence?
Correct : A. problem
33. What is the expansion if PEAS in task environment?
Correct : C. performance, environment, actuators, sensors,
34. What kind of observing environments are present in artificial intelligence?
Correct : D. both a & b
35. What kind of environment is strategic in artificial intelligence?
Correct : A. deterministic
36. What kind of environment is crossword puzzle?
Correct : A. static
37. What kind of behavior does the stochastic environment posses?
Correct : A. local
38. Which is used to select the particular environment to run the agent?
Correct : B. environment generator
39. Which environment is called as semidynamic?
Correct : D. both a & b
40. Where does the performance measure is included?
Correct : B. task environment
41. Which is used to provide the feedback to the learning element?
Correct : A. critic
42. Parts-of-Speech tagging determines
Correct : C. all part-of-speech for a specific word given as input
43. Many words have more than one meaning; we have to select the meaning which makes the most sense in context. This can be resolved by
Correct : B. word sense disambiguation
44. In linguistic morphology, _____________ is the process for reducing inflected words to their root form.