MCQs 1
MCQs 1
4. The fundamental ideas about retrieval that have been developed in AI systems
might be termed as ……………… and ……………………
A) Analogy, reasoning
B) Thinking, doing
C) Event, domain
D) Linking, lumping
5. Robot machine might have cameras and infrared range finders for ………… and
various motors of ……….
A) Sensors, Agents
B) Agents, Actuators
C) Actuators, Sensors
D) Sensors, Actuators
6. ……………….. are rules of thumb that may solve a given problem, but do not
guarantee a solution.
A) Strong methods
B) Weak methods
C) Heuristic
D) Probabilistic
8. The initial state and successor function implicitly define state space of the problem
A) Initial state
B) State space
C) problem space
D) problem place
9. …………….. are data structures giving "snapshots" of the condition of the problem
at each stage of its solution.
A) States
B) Operators
C) Heuristic
D) None of the above
10. ………………. are means for transforming the problem from one state to another.
A) States
B) Operators
C) Heuristic
D) None of the above
[B] A set of computer programs that produce output that would be consider to reflect intelligence
if it
[C] The study of mental faculties through the use of mental models implemented on a computer.
[D] All of above
2. Strong AI is?
[B] A set of computer programs that produce output that would be consider to reflect intelligence
if it
[C] The study of mental faculties through the use of mental models implemented on a computer.
[D] All of above
3. Weak AI is ?
[B] A set of computer programs that produce output that would be consider to reflect intelligence
if it
[C] The study of mental faculties through the use of mental models implemented on a computer.
[D] All of above
4. Input segments of AI programming contains?
[B] Touch
[C] Locomotion
[D] All of above
[A] sqrt(x)
[B] (sqrt x)
[C] x/2
[D] x/3
[A] 3+2
[B] 3 add 2
[C] (+ 3 2)
9. How can you evaluate 1.25 + sqrt(144) in LISP
[A] 1.25+sqrt(1.44)
[B] (1.25+sqrt(1.44))
[C] (+1.25 sqrt(1.44)
[D] All of above
[A] Hierarchical planning
[C] Project planning
[D] All of above
[A] Student model
[C] Tutoring module
[D] All of above
13. The CAI (Computer Assisted Instruction) technique based on programmed instruction
is ?
[B] Generative CAI
[D] Intelligent CAI
14. The Turing machine showed that you could use a/an ________system to program any
algorithmic task?
[A] Binary
[B] Electrochemical
[C] Recursive
[D] Semantic
[B] Complex game
[D] All of above
[A] Teknowledge
[B] IntelliCorpn
[C] Texas Instruments
[D] None of above
17. The hardware feature of LISP machines generally include?
[D] Both A and C
[A] Ethernet
[B] NaturalLink
[C] PROLOG
[A] Electrochemical
[B] Mechanical
[C] Optical
[D] Both B and C
20. The characteristics of the computer system capable of thinking, reasoning and learning
is called?
[A] Machine intelligence
[B] Human intelligence
[C] Artificial intelligence
[D] Virtual intelligence
21. A.M Turing developed a technique for determining whether a computer could or could
not demonstrate the artificial intelligence. Presently this technique is called ?
[A] Turing test
[B] Algorithm
[C] Boolean algebra
[D] Logarithm
22. When talking to a speech recognition program, the program divides each second of
your speech into 100 separate:
[A] Codes
[B] Phonemes
[C] Samples
[D] Words
23. What is the term used for describing the judgmental or commonsense part of problem
solving?
[A] Heuristic
[B] Critical
[C] Value based
[D] Analytical
24. What stage of the manufacturing process has been described as "the mapping of
function onto form"?
[A] Design
[B] Distribution
[C] project management
[D] field service
25. Which kind of planning consists of successive representations of different levels of a plan?
[A] hierarchical planning
[B] non-hierarchical planning
[D] project planning
[B] LISP
[D] Cybernetics
[A] budget projections
[B] visual presentations
[C] business decisions
[D] vacation schedules
[A] Alain Colmerauer
[B] Nicklaus Wirth
[C] Seymour Papert
[D] John McCarthy
29. Programming a robot by physically moving it through the trajectory you want it to follow is
called:
[B] continuous-path control
[D] pick-and-place control
30. DEC advertises that it helped to create "the world's first expert system routinely used in an
industrial environment," called XCON or:
[A] PDP-11
[B] Rl
[C] VAX
[D] MAGNOM
Answer: B. Rl
31. Prior to the invention of time sharing, the prevalent method of computer access was:
[A] batch processing
[B] telecommunication
[C] remote access
[D] All of the above
Answer: A. batch processing
32. Seymour Papert of the MIT AI lab created a programming environment for children called:
[A] BASIC
[B] LOGO
[C] MYCIN
[D] FORTRAN
Answer: B. LOGO
34. The original LISP machines produced by both LMI and Symbolics were based on research
performed at:
[A] CMU
[B] MIT
[C] Stanford University
[D] RAMD
Answer: B. MIT
35. Weak AI is
[A] the embodiment of human intellectual capabilities within a computer.
[B] a set of computer programs that produce output that would be considered to reflect
intelligence if it were generated by humans.
[C] the study of mental faculties through the use of mental models implemented on a computer.
[D] All of the above
Answer: C. the study of mental faculties through the use of mental models implemented on a
computer.
1. What is Artificial intelligence?
(a) PROLOG (b) Java (c) LISP (d) Perl (e) Java
script.
3. What is state space?
11. What are you predicating by the logic: ۷ x: €y: loyalto(x, y).
(a) Full & Global information (b) Partial & Global Information
(c) Partial & local Information (d) Full & local information
(e) Global information only.
20. A Hybrid Bayesian network contains
31.What is a Cybernetics?
(a) Study of communication between two machines
(b) Study of communication between human and machine
(c) Study of communication between two humans
(d) Study of Boolean values
(e) Study of communication between logic circuits.
32.What is the goal of artificial intelligence?
(a) To solve real-world problems
(b) To solve artificial problems
(c) To explain various sorts of intelligence
(d) To extract scientific causes
(e) To restrict problems.
33.An algorithm is complete if
(a) It terminates with a solution when one exists
(b) It starts with a solution
(c) It does not terminate with a solution
(d) It has a loop
(e) It has a decision parameter.
34.Which is true regarding BFS?
(a) BFS will get trapped exploring a single path
(b) The entire tree so far been generated must be stored in BFS
(c) BFS is not guaranteed to find a solution, if exists
(d) BFS is nothing but Binary First Search
(e) BFS is one type of sorting.
35.What is a heuristic function?
(a) A function to solve mathematical problems
(b) A function which takes parameters of type string and returns an integer value
(c) A function whose return type is nothing
(d) A function which returns an object
(e) A function that maps from problem state descriptions to measures of desirability.
36.The traveling salesman problem involves n cities with paths connecting the cities. The time
taken for traversing through all the cities, without knowing in advance the length of a
minimum tour, is
(a) O(n)
(b) O(n2)
(c) O(n!)
(d) O(n/2)
(e) O(2n).
37.The problem space of means-end analysis has
(a) An initial state and one or more goal states
(b) One or more initial states and one goal state
(c) One or more initial states and one or more goal state
(d) One initial state and one goal state
(e) No goal state.
38.An algorithm A is admissible if
(a) It is not guaranteed to return an optimal solution when one exists
(b) It is guaranteed to return an optimal solution when one exists
(c) It returns more solutions, but not an optimal one
(d) It guarantees to return more optimal solutions
(e) It returns no solutions at all.
39.Knowledge may be
I. Declarative.
II. Procedural.
III. Non-procedural.
(a) Only (I) above
(b) Only (II) above
(c) Only (III) above
(d) Both (I) and (II) above
(e) Both (II) and (III) above.
40.Idempotency law is
I. P P = P.
II. P P = P.
III. P + P = P.
(a) Only (I) above
(b) Only (II) above
(c) Only (III) above
(d) Both (I) and (II) above
(e) Both (II) and (III) above.
51.Machine learning is
(a) The autonomous acquisition of knowledge through the use of computer programs
(b) The autonomous acquisition of knowledge through the use of manual programs
(c) The selective acquisition of knowledge through the use of computer programs
(d) The selective acquisition of knowledge through the use of manual programs
(e) None of the above.
52.Factors which affect the performance of learner system does not include
(a) Representation scheme used
(b) Training scenario
(c) Type of feedback
(d) Good data structures
(e) Learning algorithm.
53.Different learning methods does not include
(a) Memorization
(b) Analogy
(c) Deduction
(d) Introduction
(e) Acceptance.
54.In language understanding, the levels of knowledge that does not include
(a) Phonological
(b) Syntactic
(c) Semantic
(d) Logical
(e) Empirical.
55.A model of language consists of the categories which does not include
(a) Language units
(b) Role structure of units
(c) System constraints
(d) Structural units
(e) Components.
56.Semantic grammars
(a) Encode semantic information into a syntactic grammar
(b) Decode semantic information into a syntactic grammar
(c) Encode syntactic information into a semantic grammar
(d) Decode syntactic information into a semantic grammar
(e) Encode syntactic information into a logical grammar.
57.What is a top-down parser?
(a) Begins by hypothesizing a sentence (the symbol S) and successively predicting lower
level constituents until individual preterminal symbols are written
(b) Begins by hypothesizing a sentence (the symbol S) and successively predicting upper
level constituents until individual preterminal symbols are written
(c) Begins by hypothesizing lower level constituents and successively predicting a
sentence (the symbol S)
(d) Begins by hypothesizing upper level constituents and successively predicting a
sentence (the symbol S)
(e) All the above.
58.Perception involves
(a) Sights, sounds, smell and touch
(b) Hitting
(c) Boxing
(d) Dancing
(e) Acting.
59.Among the following which is not a horn clause?
(a) p
(b) p V q
(c) p → q
(d) p → q
(e) All the above.
60.The action ‘STACK(A, B)’ of a robot arm specify to
(a) Place block B on Block A
(b) Place blocks A, B on the table in that order
(c) Place blocks B, A on the table in that order
(d) Place block A on block B
(e) POP A, B from stack.