Soft Computing MCQ
Soft Computing MCQ
Soft Computing MCQ
b) Logic
c) Extension of propositional logic
d) None of the mentioned
View Answer
Answer: c
Explanation: The version of probability theory we present uses an extension of
propositional logic for its sentences.
c) Fuzzy Set
d) None of the mentioned
View Answer
Answer: c
Explanation: Local structure is usually associated with linear rather than exponential
growth in complexity.
advertisements
9. Which condition is used to influence a variable directly by all the others?
a) Partially connected
b) Fully connected
c) Local connected
d) None of the mentioned
View Answer
Answer: b
Explanation: None.
10. What is the consequence between a node and its predecessors while creating
Bayesian network?
a) Conditionally dependent
b) Dependent
c) Conditionally independent
d) Both a & b
View Answer
Answer: c
Explanation: The semantics to derive a method for constructing Bayesian networks
were led to the consequence that a node can be conditionally independent of its
predecessors
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.
3. An auto-associative network is:
a) a neural network that contains no loops
b) a neural network that contains feedback
c) a neural network that has only one loop
d) a single layer feed-forward neural network with pre-processing
View Answer
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
View Answer
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:
Output = 2 * (1*4 + 2*10 + 3*5 + 4*20) = 238.
advertisements
5. Which of the following is true?
(i) On average, neural networks have higher computational rates than conventional
computers.
(ii) Neural networks learn by example.
(iii) Neural networks mimic the way the human brain works.
a) All of the mentioned are true
b) (ii) and (iii) are true
c) (i), (ii) and (iii) are true
d) None of the mentioned
View Answer
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.
6. Which of the following is true for neural networks?
(i) The training time depends on the size of the network.
(ii) Neural networks can be simulated on a conventional computer.
(iii) Artificial neurons are identical in operation to biological ones.
c) Because they are the only mathematical functions that are continue
d) Because they are the only mathematical functions you can draw
View Answer
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
4. Which of the following is not the promise of artificial neural network?
a) It can explain result
b) It can survive the failure of some nodes
c) It has inherent parallelism
d) It can handle noise
View Answer
Answer: a
Explanation: The artificial Neural Network (ANN) cannot explain result.
advertisements
5. Neural Networks are complex ______________ with many parameters.
a) Linear Functions
b) Nonlinear Functions
c) Discrete Functions
d) Exponential Functions
View Answer
Answer: a
Explanation: Neural networks are complex linear functions with many parameters.
6. 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
c) Sometimes it can also output intermediate values as well
d) Cant say
View Answer
7. The name for the function in question 16 is
a) Step function
b) Heaviside function
c) Logistic function
d) Perceptron function
View Answer
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.
8. 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
d) False just having a single perceptron is enough
View Answer
Answer: c
Explanation: None.
advertisements
9. The network that involves backward links from output to the input and hidden
layers is called as ____.
a) Self organizing maps
b) Perceptrons
c) Recurrent neural network
d) Multi layered perceptron
View Answer
Answer: c
Explanation: RNN (Recurrent neural network) topology involves backward links from
output to the input and hidden layers.
10. Which of the following is an application of NN (Neural Network)?
a) Sales forecasting
b) Data validation
c) Risk management
d) All of the mentioned
View Answer
Answer: d
Explanation: All mentioned options are applications of Neural Network
e) Global attribute
View Answer
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 users plan to problem.
2. How is Fuzzy Logic different from conventional control methods?
a) IF and THEN Approach
b) FOR Approach
c) WHILE Approach
d) DO Approach
e) Else If approach
View Answer
Answer: a
Explanation: FL incorporates a simple, rule-based IF X AND Y THEN Z approach to
a solving control problem rather than attempting to model a system mathematically.
3. In an Unsupervised learning
a) Specific output values are given
b) Specific output values are not given
c) No specific Inputs are given
d) Both inputs and outputs are given
e) Neither inputs nor outputs are given
View Answer
Answer: b
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.
4. Inductive learning involves finding a
a) Consistent Hypothesis
b) Inconsistent Hypothesis
c) Regular Hypothesis
d) Irregular Hypothesis
e) Estimated Hypothesis
View Answer
Answer: a
Explanation: Inductive learning involves finding a consistent hypothesis that agrees
with examples. The difficulty of the task depends on the chosen representation.
advertisements
5. Computational learning theory analyzes the sample complexity and computational
complexity of
a) Unsupervised Learning
b) Inductive learning
c) Forced based learning
d) Weak learning
e) Knowledge based learning
View Answer
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.
6. If a hypothesis says it should be positive, but in fact, it is negative, we call it
a) A consistent hypothesis
b) A false negative hypothesis
c) A false positive hypothesis
d) A specialized hypothesis
e) A true positive hypothesis
View Answer
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.
7. Neural Networks are complex with many parameters.
a) Linear Functions
b) Nonlinear Functions
c) Discrete Functions
d) Exponential Functions
e) Power Functions
View Answer
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.
8. A perceptron is a .
a) Feed-forward neural network
b) Back-propagation algorithm
c) Back-tracking algorithm
d) Feed Forward-backward algorithm
Answer: d
Explanation: Factors which affect the performance of learner system does not include
good data structures.
2. Different learning method does not include:
a) Memorization
b) Analogy
c) Deduction
d) Introduction
View Answer
Answer: d
Explanation: Different learning methods include memorization, analogy and
deduction.
3. Which of the following is the model used for learning?
a) Decision trees
b) Neural networks
c) Propositional and FOL rules
d) All of the mentioned
View Answer
Answer: d
Explanation: Decision trees, Neural networks, Propositional rules and FOL rules all
are the models of learning.
4. Automated vehicle is an example of ______.
a) Supervised learning
b) Unsupervised learning
c) Active learning
d) Reinforcement learning
View Answer
Answer: a
Explanation: In automatic vehicle set of vision inputs and corresponding actions are
available to learner hence its an example of supervised learning.
advertisements
5. Following is an example of active learning:
a) News Recommender system
b) Dust cleaning machine
c) Automated vehicle
d) None of the mentioned
View Answer
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.
6. 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
View Answer
Answer: b
Explanation: Reinforcement learning is the type of learning in which teacher returns
award or punishment to learner.
7. Decision trees are appropriate for the problems where:
a) Attributes are both numeric and nominal
b) Target function takes on a discrete number of values.
c) Data may have errors
d) All of the mentioned
View Answer
Answer: d
Explanation: Decision trees can be used in all the conditions stated.
8. Which of the following is not an application of learning?
a) Data mining
b) WWW
c) Speech recognition
d) None of the mentioned
View Answer
Answer: d
Explanation: All mentioned options are applications of learning.
advertisements
9. Which of the following is the component of learning system?
a) Goal
b) Model
c) Learning rules
d) All of the mentioned
View Answer
Answer: d
Explanation: Goal, model, learning rules and experience are the components of
learning system.
10. Following is also called as exploratory learning:
a) Supervised learning
b) Active learning
c) Unsupervised learning
d) Reinforcement learning
View Answer
Answer: c
Explanation: In unsupervised learning no teacher is available hence it is also called
unsupervised learning.
Answer: b
Explanation: The type of feedback is used in determining the nature of the learning
problem that the agent faces.
advertisements
5. How many types are available in machine learning?
a) 1
b) 2
c) 3
d) 4
View Answer
Answer: c
Explanation: The three types of machine learning are supervised, unsupervised and
reinforcement.
6. Which is used for utility functions in game playing algorithm?
a) Linear polynomial
b) Weighted polynomial
c) Polynomial
d) Linear weighted polynomial
View Answer
Answer: d
Explanation: Linear weighted polynomial is used for learning element in the game
playing programs.
7. Which is used to choose among multiple consistent hypotheses?
a) Razor
b) Ockham razor
c) Learning element
d) None of the mentioned
View Answer
Answer: b
Explanation: Ockham razor prefers the simplest hypothesis consistent with the data
intuitively.
8. What will happen if the hypothesis space contains the true function?
a) Realizable
b) Unrealizable
c) Both a & b
d) None of the mentioned
View Answer
Answer: b
Explanation: A learning problem is realizable if the hypothesis space contains the true
function.
advertisements
9. What takes input as an object described by a set of attributes?
a) Tree
b) Graph
c) Decision graph
d) Decision tree
View Answer
Answer: d
Explanation: Decision tree takes input as an object described by a set of attributes and
returns a decision.
10. How the decision tree reaches its decision?
a) Single test
b) Two test
c) Sequence of test
d) No test
View Answer
Answer: c
Explanation: A decision tree reaches its decision by performing a sequence of tests
B.
False
C.
D.
Answer Report Discuss
Option: A
Explanation :
2:
Artificial neural network used for
A.
Pattern Recognition
B.
Classification
C.
Clustering
D.
All of these
Option: D
Explanation :
3:
A Neural Network can answer
A.
For Loop questions
B.
what-if questions
C.
IF-The-Else Analysis Questions
D.
None of these
A.
Self Organization
B.
Adaptive Learning
C.
Fault tolerance
D.
Robustness
A.
Adaptive Learning
B.
Self Organization
C.
What-If Analysis
D.
Supervised Learniing
A.
nodes or neurons
B.
weights
C.
axons
D.
Soma
A.
neurons
B.
weights
C.
bias
D.
activation function
A.
True
B.
False
C.
D.
Answer Report Discuss
Option: A
Explanation :
9:
Internal state of neuron is called __________, is the function of the inputs the
neurons receives
A.
Weight
B.
activation or activity level of neuron
C.
Bias
D.
None of these
A.
multiple
B.
one
C.
none
D.
any number of
A
. It uses machine-learning techniques. Here program can learn From past
experience and adapt themselves to new situations
B.
Computational procedure that takes some value as input and produces some
value as output.
C.
Science of making machines performs tasks that would require intelligence
when performed by humans
D
. None of these
A
. Combining different types of method or information
B.
Approach to the design of learning algorithms that is structured along the lines
of the theory of evolution
C.
an information base filled with the knowledge of an expert formulated in terms
of if-then rules
D
. None of these
A.
Modular design of a software application that facilitates the integration of new
modules
B.
Showing a universal law or rule to be invalid by providing a counter example
C.
A set of attributes in a database table that refers to data in another table
D.
None of these
A
. Combining different types of method or information
B.
Approach to the design of learning algorithms that is structured along the lines
of the theory of evolution.
C.
Decision support systems that contain an information base filled with the
knowledge of an expert formulated in terms of if-then rules.
D
. None of these
A.
Modular design of a software application that facilitates the integration of new
modules
B.
Showing a universal law or rule to be invalid by providing a counter example
C.
A set of attributes in a database table that refers to data in another table
D.
None of these
A.
A programming language based on logic
B.
A computer where each processor has its own operating system, its own
memory, and its own hard disk
C.
Describes the structure of the contents of a database.
D.
None of these
A
. The large set of candidate solutions possible for a problem
B.
The information stored in a database that can be, retrieved with a single query.
C.
Worth of the output of a machine learning program that makes it understandable
for humans
D
. None of these
A.
A measure of the desired maximal complexity of data mining algorithms
B.
A database containing volatile data used for the daily operation of an
organization
C.
Relational database management system
D.
None of these
A.
General class of approaches to a problem.
B.
Performing several computations simultaneously
C.
Structures in a database those are statistically relevant
D.
Simple forerunner of modern neural networks, without hidden layers
A.
A programming language based on logic
B.
A computer where each processor has its own operating system, its own
memory, and its own hard disk
C.
Describes the structure of the contents of a database
D.
None of these
A
. The large set of candidate solutions possible for a problem
B.
The information stored in a database that can be, retrieved with a single query
C.
Worth of the output of a machine learning program that makes it
understandable for humans
D
. None of these
A.
A reference to the speed of an algorithm, which is quadratically dependent
on the size of the data
B.
Attributes of a database table that can take only numerical values
C.
Tools designed to query a database
D.
None of these
A
. The science of collecting, organizing, and applying numerical facts
B.
Measure of the probability that a certain hypothesis is incorrect given certain
observations.
C.
One of the defining aspects of a data warehouse, which is specially built
around all the existing applications of the operational data
D
. None of these
A.
It do not need the control of the human operator during their execution
B.
An arrow in a multi-dimensional space. It is a quantity usually characterized
by an ordered set of scalars
C.
The validation of a theory on the basis of a finite number of examples
D.
None of these
A
. The large set of candidate solutions possible for a problem
B.
The information stored in a database that can be retrieved with a single query
C.
Worth of the output of a machine learning program that makes it
understandable for humans
D
. None of these
Option: C
Explanation :
Read more: http://www.avatto.com/computer-science/test/mcqs/softcomputing/questions/192/3.html#ixzz46VFK5DKd
1:
Core of soft Computing is
A.
Fuzzy Computing, Neural Computing, Genetic Algorithms
B.
Fuzzy Networks and Artificial Intelligence
C.
Artificial Intelligence and Neural Science
D.
Neural Science and Genetic Science
A.
Charles Darwin
B.
Lofti A Zadeh
C.
Rechenberg
D.
Mc_Culloch
A
. mimics human behaviour
B.
doesnt deal with 2 valued logic
C.
deals with information which is vague, imprecise, uncertain, ambiguous,
inexact, or probabilistic
D
. All of the above
4:
Neural Computing
A.
mimics human brain
B.
information processing paradigm
C.
Both (a) and (b)
D.
None of the above
A
. Evolutionary Computing
B.
inspired by Darwin's theory about evolution - "survival of the fittest"
C.
are adaptive heuristic search algorithm based on the evolutionary ideas of
natural selection and genetics
D
. All of the above
A.
Improvised and unimprovised
B.
supervised and unsupervised
C.
Layered and unlayered
D.
None of the above
A.
learning with the help of examples
B.
learning without teacher
C.
learning with the help of teacher
D.
learning with computers as supervisor
A.
learning without computers
B.
problem based learning
C.
learning from environment
D.
learning from teachers
A.
Conventional Artificial Intelligence deal with prdicate logic where as soft
computing deal with fuzzy logic
B.
Conventional Artificial Intelligence methods are limited by symbols where
as soft computing is based on empirical data
C.
Both (a) and (b)
D.
None of the above
A.
classes are not predefined
B.
classes are predefined
C.
classes are not required
D.
classification is not done
A.
True
B.
False
C.
D.
Answer Report Discuss
Option: A
Explanation :
2:
The membership functions are generally represented in
A.
Tabular Form
B.
Graphical Form
C.
Mathematical Form
D.
Logical Form
A.
knowledge
B.
examples
C.
learning
D.
experience
B.
Fuzzy Algorithm, Neural network, Genetic Algorithm
C.
Core, Support , Boundary
D.
Weighted Average, center of Sums, Median
A.
Core
B.
Support
C.
Boundary
D.
Fuzzy
B.
normal fuzzy set
C.
convex fuzzy set
D.
concave fuzzy set
A.
1
B.
0
C.
infinite
D.
Not defined
A.
normal fuzzy set
B.
subnormal fuzzy set.
C.
convex fuzzy set
D.
concave fuzzy set
B.
concave fuzzy set
C.
Non concave Fuzzy set
D.
Non Convex Fuzzy set
10:
The membership values of the membership function are nor strictly
monotonically increasing or decreasing or strictly monoronically increasing than
decreasing.
A.
Convex Fuzzy Set
B.
Non convex fuzzy set
C.
Normal Fuzzy set
D.
Sub normal fuzzy set
List II
A.
a
c d
4 3
c d
1 2
3 4
c d
c d
3 2
1 4
B.
C.
1
D.
B.
1
C.
0
D.
0.5
: Your answer is
(a)
i & ii only
(b)
i, ii & iii only
(c)
ii, iii & iv only
(d)
all of the above
2. Matching between terminologies of Genetic Algorithms and
Genetics:
Genetic Algorithms
(a)
Genetics (biology)
(i)
representation
structures
(b)
external disturbance,
such as cosmic radiation
(ii)
crossover
chromosomes
(c)
(iii)
mutation
survivability
(d)
(iv)
selection
: Your answer is
sexual reproduction
.3
4. (a)
5. _____
6. (b)
7. _____
8. (c)
9. _____
10.(d)
11._____
12.Where are Genetic Algorithms applicable?
(i)
real time application
(ii)
biology
(iii)
Artificial Life
(iv)
economics
: Your answer is
(a)
i, ii & iii only
(b)
ii, iii & iv only
(c)
i, iii & iv only
(d)
all of the above
13.Which of the following(s) is/are the pre-requisite(s) when Genetic
Algorithms are applied to solve problems?
(i)
encoding of solutions
(ii)
well-understood search space
(iii)
method of evaluating the suitability of the solutions
(iv)
contain only one optimal solution
: Your answer is
(a)
i & ii only
(b)
ii & iii only
(c)
i & iii only
(d)
iii & iv only
14.Which of the following statement(s) is/are true?
(i)
Genetic Algorithm is a randomised parallel search algorithm, based
on the principles of natural selection, the process of evolution.
(ii)
GAs are exhaustive, giving out all the optimal solutions to a given
problem.
(iii)
GAs are used for solving optimization problems and modeling
evolutionary phenomena in the natural world.
(iv)
Despite their utility, GAs remain a poorly understood topic.
: Your answer is
(a)
i, ii & iii only
(b)
ii, iii & iv only
(c)
i, iii & iv only
(d)
all of the above
15.If crossover between chromosome in search space does not produce
significantly different offsprings, what does it imply? (if offspring
consist of one half of each parent)
(i)
The crossover operation is not succesful.
(ii)
Solution is about to be reached.
(iii)
Diversity is so poor that the parents involved in the crossover
operation are similar.
(iv)
The search space of the problem is not ideal for GAs to operate.
: Your answer is
(a)
ii, iii & iv only
(b)
ii & iii only
(c)
i, iii & iv only
(d)
all of the above
16.Which of the following comparison is true?
: Your answer is
(a)
In the event of restricted acess to information, GAs win out in that
they require much fewer information to operate than other search.
(b)
Under any circumstances, GAs always outperform other algorithms.
(c)
The qualities of solutions offered by GAs for any problems are
always better than those provided by other search.
(d)
GAs could be applied to any problem, whereas certain algorithms
are applicable to limited domains.
17.Which of the following statement(s) is/are true?
(i)
: Your answer is
(a)
i & ii only
(b)
iii & iv only
(c)
i, ii & iii only
(d)
all of the above
18.Where is Artificial Life applicable?
(i)
film (movie, video) production
(ii)
biology
(iii)
robotics
(iv)
air traffic control
: Your answer is
(a)
i, ii & iii only
(b)
ii, iii & iv only
(c)
i, iii & iv only
(d)
all of the above
19.Who can be benefited from Alife?
(i)
children
(ii)
designers
(iii)
artists
(iv)
patients
: Your answer is
(a)
i, ii & iii only
(b)
ii, iii & iv only
(c)
i, iii & iv only
(d)
all of the above
: Answers
Q1.
Which of the following(s) is/are found in Genetic Algorithms?
The correct answer is (d).
Q2.
Matching between terminologies of Genetic Algorithms and
Genetics:
The correct answer is :
(a)
(ii)
(b)
(iv)
(c)
(i)
(d)
(iii)
...Go Back
Q3.
Where are Genetic Algorithms applicable?
The correct answer is (b).
Alife - simulation of living systems starting with single cells and evolving to
orgranisms, societies or even whole economic systems. These features
compete for the limited resources in this virtual world. In biology, GAs are
used in protein structure prediction, protein folding, stability of DNA hairpins
.and modeling of immune system
DNA structures
Protein Structures
Q4.
Which of the following(s) is/are the requirement(s) when Genetic
Algorithms are applied to solve problems?
The correct answer is (c).
The problem is mapped into a set of strings with each string representing a
potential solution (i.e. chromosomes). A fitness function is required to
compare and tell which solution is better. GA performance is heavily
.dependent on the representation chosen
GAs are designed to efficiently search large, non-linear, poorly understood
search space where expert knowledge is scarce or difficult to encode and
where traditional techniques fail. However, domain knowledge guides GAs to
obtain the optimal solutions. Moreover, GAs are powerful enough to solve for
.a set of (nearly) optimal solutions
...Go Back
Q5.
Which of the following statement(s) is/are true?
The correct answer is (c).
The search space is too complex for exhaustive search such that GAs
successfully find robust solutions after evaluating only a few percent of the
.full parameter space
It can never be guaranteed that GAs will find an optimal solution or even any
.solution at all
Their probabilistic nature and reliance on frequent interactions of members of
a large population make a complete analytic understanding of GAs extremely
.difficult
...Go Back
Q6.
If crossover between chromosome in search space does not produce
significantly different offspring, what does it imply? (if offspring
consist of one half of each parent)
The correct answer is (b).
Q7.
Which of the following comparison is true?
The correct answer is (a).
...Go Back
Q8.
Which of the following statement(s) is/are true?
The correct answer is (b).
Q9.
Where is Artificial Life applicable?
The correct answer is (d).
Q10.
Who can be benefited from Alife?
The correct answer is (d).