Neural Network PDF
Neural Network PDF
Answer: c
Inputs Output
000 $
001 $
010 $
011 $
100 $
101 $
110 0
111 1
Inputs Output
000 0
001 1
010 0
011 1
100 0
101 1
110 0
111 1
2. A perceptron is:
Answer: a
Explanation: The perceptron is a single layer feed-forward neural network. It is not an auto-associative
network because it has no feedback and is not a multiple layer neural network because the pre-
processing stage is not made of neurons.
Answer: b
Explanation: An auto-associative network is equivalent to a neural network that contains feedback. The
number of feedback paths(loops) does not have to be one.
4. 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 and 20 respectively. The output will be:
a) 238
b) 76
c) 119
d) 123
Answer: a
Explanation: The output is found by multiplying the weights with their respective inputs, summing the
results and multiplying with the transfer function. Therefore:
(i) On average, neural networks have higher computational rates than conventional computers.
(iii) Neural networks mimic the way the human brain works.
Answer: a
Explanation: Neural networks have higher computational rates than conventional computers because a
lot of the operation is done in parallel. That is not the case when the neural network is simulated on a
computer. The idea behind neural nets is based on the way the human brain works. Neural nets cannot
be programmed, they cam only learn by examples.
b) (ii) is true
Answer: c
Explanation: The training time depends on the size of the network; the number of neuron is greater and
therefore the number of possible ‘states’ is increased. Neural networks can be simulated on a
conventional computer but the main advantage of neural networks – parallel execution – is lost. Artificial
neurons are not identical in operation to the biological ones.
(iii)They are more suited for real time operation due to their high ‘computational’ rates
c) Only (i)
Answer: d
Explanation: Neural networks learn by example. They are more fault tolerant because they are always
able to respond and small changes in input do not normally cause a change in output. Because of their
parallel architecture, high computational rates are achieved.
Single layer associative neural networks do not have the ability to:
b) (ii) is true
Answer: a
Explanation: Pattern recognition is what single layer neural networks are best at but they don’t have the
ability to find the parity of a picture or to determine whether two shapes are connected or not.
9. Which is true for neural networks?
Answer: d
Answer: b
11. Why is the XOR problem exceptionally interesting to neural network researchers?
a) Because it can be expressed in a way that allows you to use a neural network
b) Because it is complex binary operation that cannot be solved using neural networks
Answer: d
b) It is the transmission of error back through the network to adjust the inputs
c) It is the transmission of error back through the network to allow weights to be adjusted so that the
network can learn.
Answer: c
Explanation: Back propagation is the transmission of error back through the network to allow weights to
be adjusted so that the network can learn.
13. Why are linearly separable problems of interest of neural network researchers?
a) Because they are the only class of problem that network can solve successfully
b) Because they are the only class of problem that Perceptron can solve successfully
c) Because they are the only mathematical functions that are continue
d) Because they are the only mathematical functions you can draw
Answer: b
Explanation: Linearly separable problems of interest of neural network researchers because they are the
only class of problem that Perceptron can solve successfully
14. Which of the following is not the promise of artificial neural network?
Answer: a
a) Linear Functions
b) Nonlinear Functions
c) Discrete Functions
d) Exponential Functions
Answer: a
Explanation: Neural networks are complex linear functions with many parameters.
16. A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a
1, otherwise it just outputs a 0.
a) True
b) False
Answer: a
a) Step function
b) Heaviside function
c) Logistic function
d) Perceptron function
Answer: b
Explanation: Also known as the step function – so answer 1 is also right. It is a hard thresholding
function, either on or off with no in-between.
18. Having multiple perceptrons can actually solve the XOR problem satisfactorily: this is because each
perceptron can partition off a linear part of the space itself, and they can then combine their results.
a) True – this works always, and these multiple perceptrons learn to classify even complex problems.
b) False – perceptrons are mathematically incapable of solving linearly inseparable functions, no matter
what you do
c) True – perceptrons can do this but are unable to learn to do it – they have to be explicitly hand-coded
Answer: c
19. The network that involves backward links from output to the input and hidden layers is called as
____.
b) Perceptrons
Answer: c
Explanation: RNN (Recurrent neural network) topology involves backward links from output to the input
and hidden layers.
a) Sales forecasting
b) Data validation
c) Risk management
Answer: d
a) Memorization
b) Analogy
c) Deduction
d) Introduction
Answer: d
22. Following are the advantage/s of Decision Trees. Choose that apply.
b) For data including categorical variables with different number of levels, information gain in decision
trees are biased in favor of those attributes with more levels
c) Worst, best and expected values can be determined for different scenarios
Answer: a, c, d
a) Decision trees
b) Neural networks
Answer: d
Explanation: Decision tress, Neural networks, Propositional rules and FOL rules all are the models of
learning.
24. Automated vehicle is an example of ______.
a) Supervised learning
b) Unsupervised learning
c) Active learning
d) Reinforcement learning
Answer: a
Explanation: In automatic vehicle set of vision inputs and corresponding actions are available to learner
hence it’s an example of supervised learning.
c) Automated vehicle
Answer: a
Explanation: In active learning, not only the teacher is available but the learner can ask suitable
perception-action pair example to improve performance.
26. In which of the following learning the teacher returns reward and punishment to learner?
a) Active learning
b) Reinforcement learning
c) Supervised learning
d) Unsupervised learning
Answer: b
Explanation: Reinforcement learning is the type of learning in which teacher returns award or
punishment to learner.
Answer: d
a) Data mining
b) WWW
c) Speech recognition
Answer: d
Explanation: All mentioned options are applications of learning.
a) Goal
b) Model
c) Learning rules
Answer: d
Explanation: Goal, model, learning rules and experience are the components of learning system.
a) Supervised learning
b) Active learning
c) Unsupervised learning
d) Reinforcement learning
Answer: c
31. A _________ is a decision support tool that uses a tree-like graph or model of decisions and their
possible consequences, including chance event outcomes, resource costs, and utility.
a) Decision tree
b) Graphs
c) Trees
d) Neural Networks
Answer: a
a) True
b) False
Answer: a
a) Flow-Chart
b) Structure in which internal node represents test on an attribute, each branch represents outcome of
test and each leaf node represents class label
c) Both a) & b)
Answer: c
a) True
b) False
Answer: a
a) 1
b) 2
c) 3
d) 4
Answer: c
Explanation: The three types of machine learning are supervised, unsupervised and reinforcement.
36. Choose from the following that are Decision Tree nodes
a) Decision Nodes
b) Weighted Nodes
c) Chance Nodes
d) End Nodes
Answer: a, c, d
37. Decision Nodes are represented by,
a) Disks
b) Squares
c) Circles
d) Triangles
Answer: b
a) Disks
b) Squares
c) Circles
d) Triangles
Answer: c
a) Disks
b) Squares
c) Circles
d) Triangles
Answer: d
a) Single test
b) Two test
c) Sequence of test
d) No test
Answer: c
41. What will take place as the agent observes its interactions with the world?
a) Learning
b) Hearing
c) Perceiving
d) Speech
Answer:a
Explanation:Learning will take place as the agent observes its interactions with the world and its own
decision making process.
42. Which modifies the performance element so that it makes better decision?
a) Performance element
b) Changing element
c) Learning element
Answer:c
Explanation:A learning element modifies the performance element so that it can make better decision.
a) 1
b) 2
c) 3
d) 4
Answer:c
Explanation:The three main issues are affected in design of a learning element are components,
feedback and representation.
a) Environment
b) Feedback
c) Problem
Explanation:The type of feedback is used in determining the nature of the learning problem that the
agent faces.
a) 1
b) 2
c) 3
d) 4
Answer:c
Explanation:The three types of machine learning are supervised, unsupervised and reinforcement.
a) Linear polynomial
b) Weighted polynomial
c) Polynomial
Answer:d
Explanation:Linear weighted polynomial is used for learning element in the game playing programs.
b) Ockham razor
c) Learning element
Answer:b
Explanation:Ockham razor prefers the simplest hypothesis consistent with the data intuitively.
48. What will happen if the hypothesis space contains the true function?
a) Relizable
b) Unrelizable
c) Both a & b
Answer:b
Explanation:A learning problem is realizable if the hypothesis space contains the true function.
a) Tree
b) Graph
c) Decision graph
d) Decision tree
Answer:d
Explanation:Decision tree takes input as an object described by a set of attributes and returns a
decision.
a) Single test
b) Two test
c) Sequence of test
d) No test
Answer:c
51. What will take place as the agent observes its interactions with the world?
a) Learning
b) Hearing
c) Perceiving
d) Speech
Answer: a
Explanation: Learning will take place as the agent observes its interactions with the world and its own
decision making process.
52. Which modifies the performance element so that it makes better decision?
a) Performance element
b) Changing element
c) Learning element
Answer: c
Explanation: A learning element modifies the performance element so that it can make better decision.
a) 1
b) 2
c) 3
d) 4
Answer: c
Explanation: The three main issues are affected in design of a learning element are components,
feedback and representation.
a) Environment
b) Feedback
c) Problem
Explanation: The type of feedback is used in determining the nature of the learning problem that the
agent faces.
a) 1
b) 2
c) 3
d) 4
Answer: c
Explanation: The three types of machine learning are supervised, unsupervised and reinforcement.
a) Linear polynomial
b) Weighted polynomial
c) Polynomial
Answer: d
Explanation: Linear weighted polynomial is used for learning element in the game playing programs.
b) Ockham razor
c) Learning element
Answer: b
Explanation: Ockham razor prefers the simplest hypothesis consistent with the data intuitively.
58. What will happen if the hypothesis space contains the true function?
a) Realizable
b) Unrealizable
c) Both a & b
Answer: b
Explanation: A learning problem is realizable if the hypothesis space contains the true function.
a) Tree
b) Graph
c) Decision graph
d) Decision tree
Answer: d
Explanation: Decision tree takes input as an object described by a set of attributes and returns a
decision.
a) Single test
b) Two test
c) Sequence of test
d) No test
Answer: c
61. Factors which affect the performance of learner system does not include
b) Training scenario
c) Type of feedback
Answer: d
Explanation: Factors which affect the performance of learner system does not include good data
structures.
62. Different learning method does not include:
a) Memorization
b) Analogy
c) Deduction
d) Introduction
Answer: d
a) Decision trees
b) Neural networks
Answer: d
Explanation: Decision trees, Neural networks, Propositional rules and FOL rules all are the models of
learning.
a) Supervised learning
b) Unsupervised learning
c) Active learning
d) Reinforcement learning
Answer: a
Explanation: In automatic vehicle set of vision inputs and corresponding actions are available to learner
hence it’s an example of supervised learning.
c) Automated vehicle
Answer: a
Explanation: In active learning, not only the teacher is available but the learner can ask suitable
perception-action pair example to improve performance.
66. In which of the following learning the teacher returns reward and punishment to learner?
a) Active learning
b) Reinforcement learning
c) Supervised learning
d) Unsupervised learning
Answer: b
Explanation: Reinforcement learning is the type of learning in which teacher returns award or
punishment to learner.
67. Decision trees are appropriate for the problems where:
Answer: d
a) Data mining
b) WWW
c) Speech recognition
Answer: d
a) Goal
b) Model
c) Learning rules
Answer: d
Explanation: Goal, model, learning rules and experience are the components of learning system.
a) Supervised learning
b) Active learning
c) Unsupervised learning
d) Reinforcement learning
Answer: c
a) Locality
b) Attachment
c) Detachment
d) Truth-Functionality
e) Global attribute
Answer: b
Explanation: Locality: In logical systems, whenever we have a rule of the form A => B, we can conclude
B, given evidence A, without worrying about any other rules. Detachment: Once a logical proof is found
for a proposition B, the proposition can be used regardless of how it was derived .That is, it can be
detachment from its justification. Truth-functionality: In logic, the truth of complex sentences can be
computed from the truth of the components. However, there are no Attachment properties lies in a
Rule-based system. Global attribute defines a particular problem space as user specific and changes
according to user’s plan to problem.
b) FOR Approach
c) WHILE Approach
d) DO Approach
e) Else If approach
Answer: a
Explanation: The problem of unsupervised learning involves learning patterns in the input when no
specific output values are supplied. We cannot expect the specific output to test your result. Here the
agent does not know what to do, as he is not aware of the fact what propose system will come out. We
can say an ambiguous un-proposed situation.
a) Consistent Hypothesis
b) Inconsistent Hypothesis
c) Regular Hypothesis
d) Irregular Hypothesis
e) Estimated Hypothesis
Answer: a
Explanation: Inductive learning involves finding a consistent hypothesis that agrees with examples. The
difficulty of the task depends on the chosen representation.
75. Computational learning theory analyzes the sample complexity and computational complexity of
a) Unsupervised Learning
b) Inductive learning
d) Weak learning
Answer: b
Explanation: Computational learning theory analyzes the sample complexity and computational
complexity of inductive learning. There is a tradeoff between the expressiveness of the hypothesis
language and the ease of learning.
a) A consistent hypothesis
d) A specialized hypothesis
Answer: c
Explanation: Consistent hypothesis go with examples, If the hypothesis says it should be negative but
infect it is positive, it is false negative. If a hypothesis says it should be positive, but in fact, it is negative,
it is false positive. In a specialized hypothesis we need to have certain restrict or special conditions.
a) Linear Functions
b) Nonlinear Functions
c) Discrete Functions
d) Exponential Functions
e) Power Functions
Answer: b
Explanation: Neural networks parameters can be learned from noisy data and they have been used for
thousands of applications, so it varies from problem to problem and thus use nonlinear functions.
b) Back-propagation algorithm
c) Back-tracking algorithm
Answer: a
Explanation: A perceptron is a Feed-forward neural network with no hidden units that can be
representing only linear separable functions. If the data are linearly separable, a simple weight updated
rule can be used to fit the data exactly.
Answer: a
b) The reverse of a context-free language is context-free, but the complement need not be
Answer: e
Explanation: The union and concatenation of two context-free languages is context-free; but
intersection need not be.
81. The process by which you become aware of messages through your sense is called
a) Organization
b) Sensation
c) Interpretation-Evaluation
d) Perception
Answer: d
c) A self-fulfilling prophecy
d) The recency effect
Answer: a
83. _____ prevents you from seeing an individual as an individual rather than as a member of a group.
a) Cultural mores
b) Stereotypes
c) Schematas
d) Attributions
Answer: c
84. When you get fired from your job and you determine it is because your boss dislikes you, you are
most likely exhibiting
a) Self-promotion
c) Over-attribution
d) Self-serving bias
Answer: d
Answer: c
b) Speech recognition
c) Perception
Answer: a
Explanation: In When perception is used in printing means, It is called as optical character recognition.
a) we process, store, and retrieve information that we have already selected, organized, and interpreted
Answer: a
88. Which of the following strategies would NOT be effective at improving your communication
competence?
a) Recognize the people, objects, and situations remain stable over time
c) Be active in perceiving
Answer: a
89. _____________ is measured by the number of mental structures we use, how abstract they are, and
how elaborate they interact to shape our perceptions.
a) intrapersonal structure
b) perceptual set
c) self-justification
Answer: d
a) a cognitive bias that makes us listen only to information we already agree with.
c) any factor that gets in the way of good listening and decreases our ability to interpret correctly.
d) a response that allows you to state your interpretation and ask your partner whether or not that
interpretation is correct.
Answer: d
91. Which provides agents with information about the world they inhabit?
a) Sense
b) Perception
c) Reading
d) Hearing
Answer: b
Explanation: Perception provides agents with information about the world they inhabit.
a) Sensor
b) Read
c) Actuators
Answer: a
Explanation: A sensor is anything that can record some aspect of the environment.
b) Lightology
c) Photometry
Answer: c
a) Sound
b) Amount of light
c) Surface
d) Waves
Answer: b
Explanation: The brightness of a pixel in the image is proportional to the amount of light directed
towards the camera.
a) 1
b) 2
c) 3
d) 4
Answer: b
Explanation: There are two kinds of reflection. They are specular and diffuse reflection.
96. What is meant by predicting the value of a state variable from the past?
a) Specular reflection
b) Diffuse reflection
c) Gaussian filter
d) Smoothing
Answer: d
Explanation: Smoothing meant predicting the value of a state variable from the past and by given
evidence and calculating the present and future.
97. How many types of image processing techniques are there in image perception?
a) 1
b) 2
c) 3
d) 4
Answer: c
Explanation: The three image processing techniques are smoothing, edge detection and image
segmentation.
98. Which is meant by assuming any two neighboring that are both edge pixels with consistent
orientation?
a) Canny edge detection
b) Smoothing
c) Segmentation
Answer: a
Explanation: Canny edge detection is assuming any two neighboring that are edge pixels with consistent
orientation.
a) Edge detection
b) Smoothing
c) Segmentation
Answer: c
Explanation: Segmentation is the process of breaking an image into groups, based on the similarities of
the pixels.
100. How many types of 3-D image processing techniques are there in image perception?
a) 3
b) 4
c) 5
d) 6
Answer: c
Explanation: The five types of 3-D image processing techniques are motion, binocular stereopsis,
texture, shading and contour.
a) Atomic sentences
b) Complex sentences
c) No further inference
Answer:c
Explanation:Forward chain can grow by adding new atomic sentences until no further inference is made.
a) Resolution
b) Inference
c) Conjuction
Answer:d
Explanation:Because they are disjunction of literals of which exactly one is positive.
a) Existentially quantified
b) Universally quantified
c) Both a & b
Answer:b
Explanation:First-order literals will accept variables only if they are universally quantified.
104. Which are more suitable normal form to be used with definite clause?
a) Positive literal
b) Negative literal
d) Neutral literal
Answer:c
Explanation:Definite clauses are a suitable normal form for use with generalized modus ponen.
105. Which will be the instance of the class datalog knowledge bases?
a) Variables
b) No function symbols
Answer:b
Explanation:If the knowledge base contains no function symbols means, it is an instance of the class
datalog knowledge base.
c) Both a & b
Answer:a
Explanation:Fixed point reached by forward chaining with first-order definiteclause are similar to those
for propositional forward chaining.
107. How to eliminate the redundant rule matching attempts in the forward
chaining?
c) Data complexity
Explanation:We can eliminate the redundant rule matching attempts in the forward chaining by using
incremental forward chaining.
108. From where did the new fact inferred on new iteration is derived?
a) Old fact
b) Narrow fact
c) New fact
Answer:c
109. Which will solve the conjuncts of the rule so that the total cost is
minimized?
a) Constraint variable
b) Conjunct ordering
c) Data complexity
Answer:b
Explanation:Conjunct ordering will find an ordering to solve the conjuncts of the rule premise so that
the total cost is minimized.
110. How many possible sources of complexity are there in forward chaining?
a) 1
b) 2
c) 3
d) 4
Answer:c
Explanation:The three possible sources of complexity are inner loop, algorithm rechecks every rule on
every iteration, algorithm might generate many facts irrelevant to the goal.
111. Which algorithm will work backward from the goal to solve a problem?
a) Forward chaining
b) Backward chaining
c) Hill-climb algorithm
Answer:b
Explanation:Backward chaining algorithm will work backward from the goal and it will chain the known
facts that support the proof.
a) Backward chaining
b) Forward chaining
c) Logic programming
d) Parallel programming
Answer:c
Explanation:Logic programming is mainly used to check the working process of the system.
a) Additional statements
c) Logical statement
Answer:b
Explanation:It will contains the list of goals containing a single element and returns the set of all
substitutions satisfying the query.
a) Queue
b) List
c) Vector
d) Stack
Answer:d
Explanation:The goals can be thought of as stack and if all of them us satisfied means, then current
branch of proof succeeds.
a) Conjucts
b) Substitution
c) Composition of substitution
Answer:c
Answer:a
Explanation:It is depth-first search algorithm because its space requirements are linear in the size of the
proof.
a) Repeated states
b) Incompleteness
c) Complexity
d) Both a & b
Answer:d
Explanation:If there is any loop in the chain means, It will lead to incompleteness and repeated states.
a) Variables
c) Graph
Answer:b
a) Negation as failure
b) Proposition
c) Substitution
d) Negation as success
Answer:a
120. Which is omitted in prolog unification algorithm?
a) Variable check
b) Occur check
c) Proposition check
d) Both b & c
Answer:b
a) 1
b) 2
c) 3
d) 4
Answer:b
Explanation:The main issues for degree of belief are nature of the sentences and the dependance of
degree of the belief.
a) Conditional logic
b) Logic
Answer:c
Explanation:The version of probability theory we present uses an extension of propositional logic for its
sentences.
sentences?
a) Syntactic distinction
b) Semantic distinction
c) Both a & b
Answer:a
a) Propositions
b) Literals
c) Variables
d) Statements
Answer:a
125. How many formal languages are used for stating propositions?
a) 1
b) 2
c) 3
d) 4
Answer:b
Explanation:The two formal languages used for stating propositions are propositional logic and first-
order logic.
a) Literal
b) Variable
c) Random variable
Answer:c
Explanation:The basic element for a langauage is the random variable, which can be thought as a part of
world and its status is initially unknown.
a) 1
b) 2
c) 3
d) 4
Answer:c
Explanation:The three types of random variables are boolean, discrete and continuous.
a) Atomic event
b) Complex event
c) Simple event
Answer:a
Explanation:An atomic event is the complete specification of the state of the world about which the
event is uncertain.
a) Discrete
b) Continuous
c) Both a & b
Answer:b
Explanation:For continuous variables, it is not posible to write out the entire distribution as a table.
a) Probability distributions
b) Continuous variable
c) Discrete variable
Answer:d
a) Complex sentences
b) Atomic sentences
c) Composition sentences
Answer:b
a) Symbols
b) Connectives
c) Logical connectives
Answer:c
a) 1
b) 2
c) 3
d) 4
Answer:b
a) 2
b) 3
c) 4
d) 5
Answer:d
Explanation:The five logical symbols are negation, conjuction, disjunction,implication and biconditional.
135. Which is used to compute the truth of any sentence?
b) Alpha-beta pruning
c) First-order logic
d) Both a & b
Answer:a
Explanation:Because the meaning of the sentences is really needed to compute the truth.
a) Logical equivalence
b) Validity
c) Satisfiability
Answer:d
Explanation:Logical inference algorithm can be solved be using logical equivalence, Validity and
satisfiability.
137. From which rule does the modus ponens are derived?
a) Inference rule
b) Module rule
c) Both a & b
d) None of the mentioned
Answer:a
Explanation:Inference rule contains the standard pattern that leads to desired goal. The best form of
inference rule is modus ponens.
a) Reference
b) Resolution
c) Reform
Answer:b
Explanation:Because resolution yields a complete inference rule when coupled with any search
algorithm.
c) Normal form
Answer:a
140. What can be viewed as single leteral of disjunction?
a) Multiple clause
b) Combine clause
c) Unit clause
Answer:c
Explanation:A single literal can be viewed as a disjunction or one literal also, called as unit clause.
a) Clauses
b) Variables
c) Propositional resolution
d) Proposition
Answer: c
a) Disjunction of literals
b) Disjunction of variables
c) Conjunction of literals
d) Conjunction of variables
Answer: a
a) Existentially quantified
b) Universally quantified
c) Quantified
Answer: b
144. Which can be converted to inferred equivalent CNF (Conjunction Normal Form) sentence?
Answer: c
Explanation: Every sentence of first-order logic can be converted to inferred equivalent CNF(Conjunction
Normal Form) sentence.
145. Which sentence will be unsatisfiable if the CNF (Conjunction Normal Form) sentence is
unsatisfiable?
a) Search statement
b) Reading statement
c) Replaced statement
d) Original statement
Answer: d
Explanation: The CNF statement will be unsatisfiable just when the original sentence is unsatisfiable.
b) Inference rule
c) Resolution rule
Answer: a
Explanation: The resolution rule for first-order clauses is simply a lifted version of the propositional
resolution rule.
c) Both a & b
Answer: b
Explanation: Propositional literals are complementary if one is the negation of the other.
Answer: b
b) Added as three
c) Reduced to one
Answer: c
Explanation: Propositional factoring reduces two literals to one if they are identical.
150. When the resolution is called as refutation-complete?
a) Sentence is satisfiable
b) Sentence is unsatisfiable
Answer: b
151. Computers normally solve problem by breaking them down into a series of yes-or-no decisions
represented by 1s and 0s. What is the name of the logic that allows computers to assign numerical
values that fail somewhere between 0 and 1?
a) Human logic
b) Fuzzy logic
c) Boolean logic
d) Operational logic
Answer: b
152. The component of an ICAI (Intelligent Computer-Asslsted Instruction) presenting information to the
student is the:
a) student model
b) problem-solving expertise
c) tutoring module
Answer: c
153. The company that grew out of research at the MIT AI lab is:
a) AI corp
b) LMI
c) Symbolics
d) both b & c
Answer: d
a) generative CAI
b) specification by example
d) non-hierarchical planning
Answer: b
b) symbols
c) touch
d) algorithms
Answer: b
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.
Answer: d
157. The primary method that people use to sense their environment is:
a) reading
b) writing
c) speaking
d) seeing
Answer: d
158. The Newell and Simon program that proved theorems of Principia Mathematica was:
a) Elementary Perceiver
c) Logic Theorist
d) Boolean Algebra
Answer: c
a) (setq a b)
b) (setq b a )
c) (b = a)
d) (set b = a)
Answer: b
160. The cray X-MP, IBM 3090 and connection machine can he characterized as
a) SISD
b) SIMD
c) MISD
d) MIMD
Answer: b
a) syntactic ambiguity
c) unclear antecedents
Answer: d
162. Which company offers the LISP machine considered to be “the most powerful symbolic processor
available”?
a) LMI
b) Symbolics
c) Xerox
d) Texas Instruments
Answer: b
163. What of the following is considered to be a pivotal event in the history of Artificial Intelligence.
Answer: c
164. Natural language processing is divided into the two subfields of:
Answer: d
a) clearer characters
b) graphics
c) more characters
Answer: d
b) heuristic processing
c) human intelligence
d) cognitive science
Answer: d
167. Which of the following have people traditionally done better than computers?
b) finding similarities
c) resolving ambiguity
Answer: d
a) set
b) setq
c) add
d) eva
Answer: a
b) Graph
c) Decision graph
d) Decision tree
Answer: d
a) Single test
b) Two test
c) Sequence of test
d) No test
Answer: c
a) syntactic ambiguity
c) unclear antecedents
Answer: d
172. Which company offers the LISP machine considered “the most powerful symbolic processor
available”?
a) LMI
b) Symbolics
c) Xerox
d) Texas Instruments
Answer: b
173. What of the following is considered a pivotal event in the history of Artificial Intelligence?
Answer: c
174. Natural language processing is divided into the two sub-fields of:
a) clearer characters
b) graphics
c) more characters
Answer: c
a) artificial science
b) heuristic processing
c) human intelligence
d) cognitive science
Answer: c
177. Which of the following have people traditionally done better than computers?
b) finding similarities
c) resolving ambiguity
Answer: c
a) set
b) setq
c) add
d) eva
Answer: a
179. Which type of actuator generates a good deal of power but tends to be messy?
a) electric
b) hydraulic
c) pneumatic
d) Both b & c
Answer: b
180. 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?
a) Intelligent computers
b) Supercomputers
d) Smart computers
Answer: c
181.Which search is equal to minimax search but eliminates the branchesthat can’t influence the final
decision?
a) Depth-first search
b) Breadth-first search
c) Alpha-beta pruning
Answer: c
c) Root is independant
Answer: a
183.To which depth does the alpha-beta pruning can be applied?
a) 10 states
b) 8 States
c) 6 States
d) Any depth
Answer: d
a) Hill-climbing search
b) Depth-first search
c) Breadth-first search
Answer: b
a) Alpha = max
b) Beta = min
c) Beta = max
d) Both a & b
Answer: d
c) At the end
Answer: a
c) Both a & b
Answer: a
Answer: b
b) Depth-first search
c) Transposition table
Answer: c
a) Evaluation function
b) Transposition
c) Alpha-beta pruning
Answer: a
b) Solution
c) Agent
d) Observation
Answer: a
Answer: c
a) Partial
b) Fully
c) Learning
d) Both a & b
Answer: d
194.What kind of environment is strategic in artificial intelligence?
a) Deterministic
b) Rational
c) Partial
d) Stochastic
Answer: a
a) Static
b) Dynamic
c) Semidynamic
Answer: a
a) Local
b) Deterministic
c) Ratioanl
d) Primary
Answer: a
a) Environment creator
b) Environment Generator
c) Both a & b
Answer: b
d) Both a & b
Answer: d
a) Rational agent
b) Task environment
c) Actuators
d) Sensor
Answer: b
a) Critic
b) Actuators
c) Sensor
Answer: a
201.Given a stream of text, Named Entity Recognition determines which pronoun maps to which noun.
a) False
b) True
Answer: a
a) True
b) False
Answer: a
a) True
b) False
Answer: a
b) part-of-speech for each word dynamically as per sentence structure and meaning
Answer: b, c
a) True
b) False
Answer: a
206.IR (information Retrieval) and IE (Information Extraction) are the two same thing.
a) True
b) False
Answer: b
207.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
a) Fuzzy Logic
Answer: b
208.Given a sound clip of a person or people speaking, determine the textual representation of the
speech.
a) Text-to-speech
b) Speech-to-text
Answer: b
b) False
Answer: a
210. In linguistic morphology, _____________ is the process for reducing inflected words to their root
form.
a) Rooting
b) Stemming
c) Text-Proofing
d) Both a & b
Answer: b
</pre>
</body>
</html>