Translate

MCQ Question of Machine learning

 

MCQ Question of Machine learning

  1. What is Machine Learning (ML)?
  1. The autonomous acquisition of knowledge through the use of manual programs
  2. The selective acquisition of knowledge through the use of computer programs
  3. The selective acquisition of knowledge through the use of manual programs
  4. The autonomous acquisition of knowledge through the use of computer programs

Correct option is D

  1. Father of Machine Learning (ML)
  1. Geoffrey Chaucer
  2. Geoffrey Hill
  3. Geoffrey Everest Hinton
  4. None of the above 

Correct option is C

  1. Which is FALSE regarding regression?
  1. It may be used for interpretation
  2. It is used for prediction
  3. It discovers causal relationships
  4. It relates inputs to outputs

Correct option is C

  1. Choose the correct option regarding machine learning (ML) and artificial intelligence (AI)
  1. ML is a set of techniques that turns a dataset into a software
  2. AI is a software that can emulate the human mind
  3. ML is an alternate way of programming intelligent machines
  4. All of the above 

Correct option is D

  1. Which of the factors affect the performance of the learner system does not include?
  1. Good data structures
  2. Representation scheme used
  3. Training scenario
  4. Type of feedback

Correct option is A

  1. In general, to have a well-defined learning problem, we must identity which of the following
  1. The class of tasks
  2. The measure of performance to be improved
  3. The source of experience
  4. All of the above 

Correct option is D

  1. Successful applications of ML
  1. Learning to recognize spoken words
  2. Learning to drive an autonomous vehicle
  3. Learning to classify new astronomical structures
  4. Learning to play world-class backgammon
  5. All of the above 

Correct option is E

  1. Which of the following does not include different learning methods
  1. Analogy
  2. Introduction
  3. Memorization
  4. Deduction 

Correct option is B

  1. In language understanding, the levels of knowledge that does not include?
  1. Empirical
  2. Logical
  3. Phonological
  4. Syntactic 

Correct option is A

  1. Designing a machine learning approach involves:-
  1. Choosing the type of training experience
  2. Choosing the target function to be learned
  3. Choosing a representation for the target function
  4. Choosing a function approximation algorithm
  5. All of the above 

Correct option is E

  1. Concept learning inferred a                   valued function from training examples of its input and output.
  1. Decimal
  2. Hexadecimal
  3. Boolean
  4. All of the above 

Correct option is C

  1. Which of the following is not a supervised learning?
  1. Naive Bayesian
  2. PCA
  3. Linear Regression
  4. Decision Tree Answer

Correct option is B

  1. What is Machine Learning?
  • Artificial Intelligence
  • Deep Learning
  • Data Statistics

A.    Only (i)

B.    (i) and (ii)

C.    All

D.    None

Correct option is B

  1. What kind of learning algorithm for “Facial identities or facial expressions”?
  1. Prediction
  2. Recognition Patterns
  3. Generating Patterns
  4. Recognizing Anomalies Answer

Correct option is B

  1. Which of the following is not type of learning?
  1. Unsupervised Learning
  2. Supervised Learning
  3. Semi-unsupervised Learning
  4. Reinforcement Learning 

Correct option is C

  1. Real-Time decisions, Game AI, Learning Tasks, Skill Aquisition, and Robot Navigation are applications of which of the folowing
  1. Supervised Learning: Classification
  2. Reinforcement Learning
  3. Unsupervised Learning: Clustering
  4. Unsupervised Learning: Regression 

Correct option is B

  1. Targetted marketing, Recommended Systems, and Customer Segmentation are applications in which of the following
  1. Supervised Learning: Classification
  2. Unsupervised Learning: Clustering
  3. Unsupervised Learning: Regression
  4. Reinforcement Learning 

Correct option is B

  1. Fraud Detection, Image Classification, Diagnostic, and Customer Retention are applications in which of the following
  1. Unsupervised Learning: Regression
  2. Supervised Learning: Classification
  3. Unsupervised Learning: Clustering
  4. Reinforcement Learning 

Correct option is B

  1. Which of the following is not function of symbolic in the various function representation of Machine Learning?
  1. Rules in propotional Logic
  2. Hidden-Markov Models (HMM)
  3. Rules in first-order predicate logic
  4. Decision Trees 

Correct option is B

  1. Which of the following is not numerical functions in the various function representation of Machine Learning?
  1. Neural Network
  2. Support Vector Machines
  3. Case-based
  4. Linear Regression 

Correct option is C

  1. FIND-S Algorithm starts from the most specific hypothesis and generalize it by considering only
  1. Negative
  2. Positive
  3. Negative or Positive
  4. None of the above 

Correct option is B

  1. FIND-S algorithm ignores
  1. Negative
  2. Positive
  3. Both
  4. None of the above 

Correct option is A

  1. The Candidate-Elimination Algorithm represents the .
  1. Solution Space
  2. Version Space
  3. Elimination Space
  4. All of the above

Correct option is B

  1. Inductive learning is based on the knowledge that if something happens a lot it is likely to be generally
  1. True
  2. False Answer

Correct option is A

  1. Inductive learning takes examples and generalizes rather than starting with                       
  1. Inductive
  2. Existing
  3. Deductive
  4. None of these 

Correct option is B

  1. A drawback of the FIND-S is that it assumes the consistency within the training set
  1. True
  2. False 

Correct option is A

  1. What strategies can help reduce overfitting in decision trees?
  • Enforce a maximum depth for the tree
  • Enforce a minimum number of samples in leaf nodes
  • Pruning
  • Make sure each leaf node is one pure class

A.    All

B.    (i), (ii) and (iii)

C.    (i), (iii), (iv)

D.    None 

Correct option is B

  1. Which of the following is a widely used and effective machine learning algorithm based on the idea of bagging?
  1. Decision Tree
  2. Random Forest
  3. Regression
  4. Classification 

Correct option is B

  1. To find the minimum or the maximum of a function, we set the gradient to zero because which of the following
  1. Depends on the type of problem
  2. The value of the gradient at extrema of a function is always zero
  3. Both (A) and (B)
  4. None of these 

Correct option is B

  1. Which of the following is a disadvantage of decision trees?
  1. Decision trees are prone to be overfit
  2. Decision trees are robust to outliers
  3. Factor analysis
  4. None of the above

Correct option is A

  1. What is perceptron?
  1. A single layer feed-forward neural network with pre-processing
  2. A neural network that contains feedback
  3. A double layer auto-associative neural network
  4. An auto-associative neural network

Correct option is A

  1. Which of the following is true for neural networks?
  • The training time depends on the size of the
  • Neural networks can be simulated on a conventional
  • Artificial neurons are identical in operation to biological

A.    All

B.    Only (ii)

C.    (i) and (ii)

D.    None 

Correct option is C

  1. What are the advantages of neural networks over conventional computers?
  • They have the ability to learn by
  • They are more fault
  • They are more suited for real time operation due to their high „computational

A.    (i) and (ii)

B.    (i) and (iii)

C.    Only (i)

D.    All

E.     None

Correct option is D

  1. What is Neuro software?
  1. It is software used by Neurosurgeon
  2. Designed to aid experts in real world
  3. It is powerful and easy neural network
  4. A software used to analyze neurons

Correct option is C

  1. Which is true for neural networks?
  1. Each node computes its weighted input
  2. Node could be in excited state or non-excited state
  3. It has set of nodes and connections
  4. All of the above

Correct option is D

  1. What is the objective of backpropagation algorithm?
  1. To develop learning algorithm for multilayer feedforward neural network, so that network can be trained to capture the mapping implicitly
  2. To develop learning algorithm for multilayer feedforward neural network
  3. To develop learning algorithm for single layer feedforward neural network
  4. All of the above 

Correct option is A

  1. Which of the following is true?

Single layer associative neural networks do not have the ability to:-

  • Perform pattern recognition
  • Find the parity of a picture
  • Determine whether two or more shapes in a picture are connected or not

A.    (ii) and (iii)

B.    Only (ii)

C.    All

D.    None 

Correct option is A

  1. The backpropagation law is also known as generalized delta rule
  1. True
  2. False 

Correct option is A

  1. Which of the following is true?
  • On average, neural networks have higher computational rates than conventional computers.
  • Neural networks learn by
  • Neural networks mimic the way the human brain

A.    All

B.    (ii) and (iii)

C.    (i), (ii) and (iii)

D.    None 

Correct option is A

  1. What is true regarding backpropagation rule?
  1. Error in output is propagated backwards only to determine weight updates
  2. There is no feedback of signal at nay stage
  3. It is also called generalized delta rule
  4. All of the above 

Correct option is D

  1. There is feedback in final stage of backpropagation
  1. True
  2. False 

Correct option is B

  1. An auto-associative network is
  1. A neural network that has only one loop
  2. A neural network that contains feedback
  3. A single layer feed-forward neural network with pre-processing
  4. A neural network that contains no loops 

Correct option is B

  1. A 3-input neuron has weights 1, 4 and 3. The transfer function is linear with the constant of proportionality being equal to 3. The inputs are 4, 8 and 5 respectively. What will be the output?
  1. 139
  2. 153
  3. 162
  4. 160

Correct option is B

  1. What of the following is true regarding backpropagation rule?
  1. Hidden layers output is not all important, they are only meant for supporting input and output layers
  2. Actual output is determined by computing the outputs of units for each hidden layer
  3. It is a feedback neural network
  4. None of the above 

Correct option is B

  1. What is back propagation?
  1. It is another name given to the curvy function in the perceptron
  2. It is the transmission of error back through the network to allow weights to be adjusted so that the network can learn
  3. It is another name given to the curvy function in the perceptron
  4. None of the above

Correct option is B

  1. The general limitations of back propagation rule is/are
  1. Scaling
  2. Slow convergence
  3. Local minima problem
  4. All of the above 

Correct option is D

  1. What is the meaning of generalized in statement “backpropagation is a generalized delta rule” ?
  1. Because delta is applied to only input and output layers, thus making it more simple and generalized
  2. It has no significance
  3. Because delta rule can be extended to hidden layer units
  4. None of the above 

Correct option is C

  1. Neural Networks are complex         functions with many parameter
  1. Linear
  2. Non linear
  3. Discreate
  4. Exponential 

Correct option is A

  1. The general tasks that are performed with backpropagation algorithm
  1. Pattern mapping
  2. Prediction
  3. Function approximation
  4. All of the above 

Correct option is D

  1. Backpropagaion learning is based on the gradient descent along error surface.
  1. True
  2. False 

Correct option is A

  1. In backpropagation rule, how to stop the learning process?
  1. No heuristic criteria exist
  2. On basis of average gradient value
  3. There is convergence involved
  4. None of these 

Correct option is B

  1. Applications of NN (Neural Network)
  1. Risk management
  2. Data validation
  3. Sales forecasting
  4. All of the above 

Correct option is D

  1. The network that involves backward links from output to the input and hidden layers is known as
  1. Recurrent neural network
  2. Self organizing maps
  3. Perceptrons
  4. Single layered perceptron 

Correct option is A

  1. Decision Tree is a display of an Algorithm?
  1. True
  2. False

Correct option is A

  1. Which of the following is/are the decision tree nodes?
  1. End Nodes
  2. Decision Nodes
  3. Chance Nodes
  4. All of the above 

Correct option is D

  1. End Nodes are represented by which of the following
  1. Solar street light
  2. Triangles
  3. Circles
  4. Squares 

Correct option is B

  1. Decision Nodes are represented by which of the following
  1. Solar street light
  2. Triangles
  3. Circles
  4. Squares 

Correct option is D

  1. Chance Nodes are represented by which of the following
  1. Solar street light
  2. Triangles
  3. Circles
  4. Squares 

Correct option is C

  1. Advantage of Decision Trees
  1. Possible Scenarios can be added
  2. Use a white box model, if given result is provided by a model
  3. Worst, best and expected values can be determined for different scenarios
  4. All of the above

Correct option is D

  1.           terms are required for building a bayes model.
  1. 1
  2. 2
  3. 3

Correct option is C

  1. Which of the following is the consequence between a node and its predecessors while creating bayesian network?
  1. Conditionally independent
  2. Functionally dependent
  3. Both Conditionally dependant & Dependant
  4. Dependent 

Correct option is A

  1. Why it is needed to make probabilistic systems feasible in the world?
  1. Feasibility
  2. Reliability
  3. Crucial robustness
  4. None of the above 

Correct option is C

  1. Bayes rule can be used for:-
  1. Solving queries
  2. Increasing complexity
  3. Answering probabilistic query
  4. Decreasing complexity 

Correct option is C

  1.           provides way and means of weighing up the desirability of goals and the likelihood of achieving
  1. Utility theory
  2. Decision theory
  3. Bayesian networks
  4. Probability theory 

Correct option is A

  1. Which of the following provided by the Bayesian Network?
  1. Complete description of the problem
  2. Partial description of the domain
  3. Complete description of the domain
  4. All of the above 

Correct option is C

   65. Probability provides a way of summarizing the            that comes from our laziness and

  1. Belief
  2. Uncertaintity
  3. Joint probability distributions
  4. Randomness 

Correct option is B

  1. The entries in the full joint probability distribution can be calculated as
  1. Using variables
  2. Both Using variables & information
  3. Using information
  4. All of the above 

Correct option is C

  1. Causal chain (For example, Smoking cause cancer) gives rise to:-
  1. Conditionally Independence
  2. Conditionally Dependence
  3. Both
  4. None of the above 

Correct option is A

  1. The bayesian network can be used to answer any query by using:-
  1. Full distribution
  2. Joint distribution
  3. Partial distribution
  4. All of the above

Correct option is B

  1. Bayesian networks allow compact specification of:-
  1. Joint probability distributions
  2. Belief
  3. Propositional logic statements
  4. All of the above 

Correct option is A

  1. The compactness of the bayesian network can be described by
  1. Fully structured
  2. Locally structured
  3. Partially structured
  4. All of the above 

Correct option is B

  1. The Expectation-Maximization Algorithm has been used to identify conserved domains in unaligned proteins only. State True or False.
  1. True
  2. False 

Correct option is B

  1. Which of the following is correct about the Naive Bayes?
  1. Assumes that all the features in a dataset are independent
  2. Assumes that all the features in a dataset are equally important
  3. Both
  4. All of the above 

Correct option is C

  1. Which of the following is false regarding EM Algorithm?
  1. The alignment provides an estimate of the base or amino acid composition of each column in the site
  2. The column-by-column composition of the site already available is used to estimate the probability of finding the site at any position in each of the sequences
  3. The row-by-column composition of the site already available is used to estimate the probability
  4. None of the above 

Correct option is C

  1. Naïve Bayes Algorithm is a learning algorithm.
  1. Supervised
  2. Reinforcement
  3. Unsupervised
  4. None of these 

Correct option is A

  1. EM algorithm includes two repeated steps, here the step 2 is           .
  1. The normalization
  2. The maximization step
  3. The minimization step
  4. None of the above 

Correct option is C

  1. Examples of Naïve Bayes Algorithm is/are
  1. Spam filtration
  2. Sentimental analysis
  3. Classifying articles
  4. All of the above 

Correct option is D

  1. In the intermediate steps of “EM Algorithm”, the number of each base in each column is determined and then converted to
  1. True
  2. False

Correct option is A

  1. Naïve Bayes algorithm is based on and used for solving classification problems.
  1. Bayes Theorem
  2. Candidate elimination algorithm
  3. EM algorithm
  4. None of the above 

Correct option is A

  1. Types of Naïve Bayes Model:
  1. Gaussian
  2. Multinomial
  3. Bernoulli
  4. All of the above 

Correct option is D

  1. Disadvantages of Naïve Bayes Classifier:
  1. Naive Bayes assumes that all features are independent or unrelated, so it cannot learn the relationship between
  2. It performs well in Multi-class predictions as compared to the other
  3. Naïve Bayes is one of the fast and easy ML algorithms to predict a class of
  4. It is the most popular choice for text classification problems.

Correct option is A

  1. The benefit of Naïve Bayes:-
  1. Naïve Bayes is one of the fast and easy ML algorithms to predict a class of
  2. It is the most popular choice for text classification problems.
  3. It can be used for Binary as well as Multi-class
  4. All of the above

Correct option is D

  1. In which of the following types of sampling the information is carried out under the opinion of an expert?
  1. Convenience sampling
  2. Judgement sampling
  3. Quota sampling
  4. Purposive sampling

Correct option is B

  1. Full form of MDL?
  1. Minimum Description Length
  2. Maximum Description Length
  3. Minimum Domain Length
  4. None of these 

Correct option is A

  1. For the analysis of ML algorithms, we need
  1. Computational learning theory
  2. Statistical learning theory
  3. Both A & B
  4. None of these

Correct option is C

  1. PAC stand for
  1. Probably Approximate Correct
  2. Probably Approx Correct
  3. Probably Approximate Computation
  4. Probably Approx Computation

Correct option is A

   86.              hypothesis h with respect to target concept c and distribution D , is the probability that h will misclassify an instance drawn at random according to D.

  1. True Error
  2. Type 1 Error
  3. Type 2 Error
  4. None of these 

Correct option is A

  1. Statement: True error defined over entire instance space, not just training data
  1. True
  2. False 

Correct option is A

  1. What are the area CLT comprised of?
  1. Sample Complexity
  2. Computational Complexity
  3. Mistake Bound
  4. All of these 

Correct option is D

  1. What area of CLT tells “How many examples we need to find a good hypothesis ?”?
  1. Sample Complexity
  2. Computational Complexity
  3. Mistake Bound
  4. None of these 

Correct option is A

  1. What area of CLT tells “How much computational power we need to find a good hypothesis ?”?
  1. Sample Complexity
  2. Computational Complexity
  3. Mistake Bound
  4. None of these 

Correct option is B

  1. What area of CLT tells “How many mistakes we will make before finding a good hypothesis ?”?
  1. Sample Complexity
  2. Computational Complexity
  3. Mistake Bound
  4. None of these 

Correct option is C

  1. (For question no. 9 and 10) Can we say that concept described by conjunctions of Boolean literals are PAC learnable?
  1. Yes
  2. No 

Correct option is A

  1. How large is the hypothesis space when we have n Boolean attributes?
  1. |H| = 3 n
  2. |H| = 2 n
  3. |H| = 1 n
  4. |H| = 4n

Correct option is A

  1. The VC dimension of hypothesis space H1 is larger than the VC dimension of hypothesis space H2. Which of the following can be inferred from this?
  1. The number of examples required for learning a hypothesis in H1 is larger than the number of examples required for H2
  2. The number of examples required for learning a hypothesis in H1 is smaller than the number of examples required for
  3. No relation to number of samples required for PAC learning. 

Correct option is A

  1. For a particular learning task, if the requirement of error parameter changes from 0.1 to 0.01. How many more samples will be required for PAC learning?
  1. Same
  2. 2 times
  3. 1000 times
  4. 10 times 

Correct option is D

  1. Computational complexity of classes of learning problems depends on which of the following?
  1. The size or complexity of the hypothesis space considered by learner
  2. The accuracy to which the target concept must be approximated
  3. The probability that the learner will output a successful hypothesis
  4. All of these 

Correct option is D

  1. The instance-based learner is a                         
  1. Lazy-learner
  2. Eager learner
  3. Cant say 

Correct option is A

  1. When to consider nearest neighbour algorithms?
  1. Instance map to point in kn
  2. Not more than 20 attributes per instance
  3. Lots of training data
  4. None of these
  5. A, B & C 

Correct option is E

  1. What are the advantages of Nearest neighbour alogo?
  1. Training is very fast
  2. Can learn complex target functions
  3. Dont lose information
  4. All of these 

Correct option is D

  1. What are the difficulties with k-nearest neighbour algo?
  1. Calculate the distance of the test case from all training cases
  2. Curse of dimensionality
  3. Both A & B
  4. None of these 

Correct option is C

  1. What if the target function is real valued in kNN algo?
  1. Calculate the mean of the k nearest neighbours
  2. Calculate the SD of the k nearest neighbour
  3. None of these

Correct option is A

  1. What is/are true about Distance-weighted KNN?
  1. The weight of the neighbour is considered
  2. The distance of the neighbour is considered
  3. Both A & B
  4. None of these 

Correct option is C

  1. What is/are advantage(s) of Distance-weighted k-NN over k-NN?
  1. Robust to noisy training data
  2. Quite effective when a sufficient large set of training data is provided
  3. Both A & B
  4. None of these

Correct option is C

  1. What is/are advantage(s) of Locally Weighted Regression?
  1. Pointwise approximation of complex target function
  2. Earlier data has no influence on the new ones
  3. Both A & B
  4. None of these

Correct option is C

  1. The quality of the result depends on (LWR)
  1. Choice of the function
  2. Choice of the kernel function K
  3. Choice of the hypothesis space H
  4. All of these 

Correct option is D

  1. How many types of layer in radial basis function neural networks?
  1. 3
  2. 2
  3. 1
  4. 4

Correct option is A, Input layer, Hidden layer, and Output layer

  1. The neurons in the hidden layer contains Gaussian transfer function whose output are                            to the distance from the centre of the neuron.
  1. Directly
  2. Inversely
  3. equal
  4. None of these 

Correct option is B

  1. PNN/GRNN networks have one neuron for each point in the training file, While RBF network have a variable number of neurons that is usually
  1. less than the number of training
  2. greater than the number of training points
  3. equal to the number of training points
  4. None of these

Correct option is A

  1. Which network is more accurate when the size of training set between small to medium?
  1. PNN/GRNN
  2. RBF
  3. K-means clustering
  4. None of these 

Correct option is A

  1. What is/are true about RBF network?
  1. A kind of supervised learning
  2. Design of NN as curve fitting problem
  3. Use of multidimensional surface to interpolate the test data
  4. All of these 

Correct option is D

  1. Application of CBR
  1. Design
  2. Planning
  3. Diagnosis
  4. All of these

Correct option is A

  1. What is/are advantages of CBR?
  1. A local approx. is found for each test case
  2. Knowledge is in a form understandable to human
  3. Fast to train
  4. All of these 

Correct option is D

112 In k-NN algorithm, given a set of training examples and the value of k < size of training set (n), the algorithm predicts the class of a test example to be the. What is/are advantages of CBR?

  1. Least frequent class among the classes of k closest training
  2. Most frequent class among the classes of k closest training
  3. Class of the closest
  4. Most frequent class among the classes of the k farthest training examples.

Correct option is B

  1. Which of the following statements is true about PCA?
  • We must standardize the data before applying
  • We should select the principal components which explain the highest variance
  • We should select the principal components which explain the lowest variance
  • We can use PCA for visualizing the data in lower dimensions

A.    (i), (ii) and (iv).

B.    (ii) and (iv)

C.    (iii) and (iv)

D.    (i) and (iii)

Correct option is A

  1. Genetic algorithm is a
  1. Search technique used in computing to find true or approximate solution to optimization and search problem
  2. Sorting technique used in computing to find true or approximate solution to optimization and sort problem
  3. Both A & B
  4. None of these

Correct option is A

  1. GA techniques are inspired by
  1. Evolutionary
  2. Cytology
  3. Anatomy
  4. Ecology 

Correct option is A

  1. When would the genetic algorithm terminate?
  1. Maximum number of generations has been produced
  2. Satisfactory fitness level has been reached for the
  3. Both A & B
  4. None of these

Correct option is C

  1. The algorithm operates by iteratively updating a pool of hypotheses, called the
  1. Population
  2. Fitness
  3. None of these

Correct option is A

  1. What is the correct representation of GA?
  1. GA(Fitness, Fitness_threshold, p)
  2. GA(Fitness, Fitness_threshold, p, r )
  3. GA(Fitness, Fitness_threshold, p, r, m)
  4. GA(Fitness, Fitness_threshold) 

Correct option is C

  1. Genetic operators includes
  1. Crossover
  2. Mutation
  3. Both A & B
  4. None of these

Correct option is C

  1. Produces two new offspring from two parent string by copying selected bits from each parent is called
  1. Mutation
  2. Inheritance
  3. Crossover
  4. None of these 

Correct option is C

  1. Each schema the set of bit strings containing the indicated as
  1. 0s, 1s
  2. only 0s
  3. only 1s
  4. 0s, 1s, *s 

Correct option is D

  1. 0*10 represents the set of bit strings that includes exactly (A) 0010, 0110
  1. 0010, 0010
  2. 0100, 0110
  3. 0100, 0010

Correct option is A

  1. Correct ( h ) is the percent of all training examples correctly classified by hypothesis then Fitness function is equal to
  1. Fitness ( h) = (correct ( h)) 2
  2. Fitness ( h) = (correct ( h)) 3
  3. Fitness ( h) = (correct ( h))
  4. Fitness ( h) = (correct ( h)) 4

Correct option is A

  1. Statement: Genetic Programming individuals in the evolving population are computer programs rather than bit
  1. True
  2. False

Correct option is A

  1.                   evolution over many generations was directly influenced by the experiences of individual organisms during their lifetime
  1. Baldwin
  2. Lamarckian
  3. Bayes
  4. None of these 

Correct option is B

  1. Search through the hypothesis space cannot be characterized. Why?
  1. Hypotheses are created by crossover and mutation operators that allow radical changes between successive generations
  2. Hypotheses are not created by crossover and mutation
  3. None of these 

Correct option is A

  1. ILP stand for
  1. Inductive Logical programming
  2. Inductive Logic Programming
  3. Inductive Logical Program
  4. Inductive Logic Program

Correct option is B

  1. What is/are the requirement for the Learn-One-Rule method?
  1. Input, accepts a set of +ve and -ve training examples.
  2. Output, delivers a single rule that covers many +ve examples and few -ve.
  3. Output rule has a high accuracy but not necessarily a high
  4. A & B
  5. A, B & C

Correct option is E

  1.                   is any predicate (or its negation) applied to any set of terms.
  1. Literal
  2. Null
  3. Clause
  4. None of these

Correct option is A

  1. Ground literal is a literal that
  1. Contains only variables
  2. does not contains any functions
  3. does not contains any variables
  4. Contains only functions Answer

Correct option is C

  1.                         emphasizes learning feedback that evaluates the learner’s performance without providing standards of correctness in the form of behavioural
  1. Reinforcement learning
  2. Supervised Learning
  3. None of these

Correct option is A

  1. Features of Reinforcement learning
  1. Set of problem rather than set of techniques
  2. RL is training by reward and
  3. RL is learning from trial and error with the
  4. All of these

Correct option is D

  1. Which type of feedback used by RL?
  1. Purely Instructive feedback
  2. Purely Evaluative feedback
  3. Both A & B
  4. None of these 

Correct option is B

  1. What is/are the problem solving methods for RL?
  1. Dynamic programming
  2. Monte Carlo Methods
  3. Temporal-difference learning
  4. All of these 

Correct option is D

  1. The FIND-S Algorithm

A.    Starts with starts from the most specific hypothesis Answer

B.    It considers negative examples

C.    It considers both negative and positive

D.    None of these Correct 

136. The hypothesis space has a general-to-specific ordering of hypotheses, and the search can be efficiently organized by taking advantage of a naturally occurring structure over the hypothesis space

  1.  

A.    TRUE

B.    FALSE 

Correct option is A

  137. The Version space is:

  1. The subset of all hypotheses is called the version space with respect to the hypothesis space H and the training examples D, because it contains all plausible versions of the target
  2. The version space consists of only specific
  3. None of these 
  4.  

Correct option is A

  1. The Candidate-Elimination Algorithm

A.    The key idea in the Candidate-Elimination algorithm is to output a description of the set of all hypotheses consistent with the training

B.    Candidate-Elimination algorithm computes the description of this set without explicitly enumerating all of its

C.    This is accomplished by using the more-general-than partial ordering and maintaining a compact representation of the set of consistent

D.    All of these 

Correct option is D

  1. Concept learning is basically acquiring the definition of a general category from given sample positive and negative training examples of the

A.    TRUE

B.    FALSE

Correct option is A

  1. The hypothesis h1 is more-general-than hypothesis h2 ( h1 > h2) if and only if h1≥h2 is true and h2≥h1 is false. We also say h2 is more-specific-than h1

A.    The statement is true

B.    The statement is false

C.    We cannot

D.    None of these 

Correct option is A

  1. The List-Then-Eliminate Algorithm

A.    The List-Then-Eliminate algorithm initializes the version space to contain all hypotheses in H, then eliminates any hypothesis found inconsistent with any training

B.    The List-Then-Eliminate algorithm not initializes to the version

C.    None of these Answer

Correct option is A

  1. What will take place as the agent observes its interactions with the world?

A.    Learning

B.    Hearing

C.    Perceiving

D.    Speech 

Correct option is A

  1. Which modifies the performance element so that it makes better decision?Performance element

A.    Performance element

B.    Changing element

C.    Learning element

D.    None of the mentioned 

Correct option is C

  1. Any hypothesis found to approximate the target function well over a sufficiently large set of training examples will also approximate the target function well over other unobserved example is called:

A.    Inductive Learning Hypothesis

B.    Null Hypothesis

C.    Actual Hypothesis

D.    None of these 

Correct option is A

  1. Feature of ANN in which ANN creates its own organization or representation of information it receives during learning time is

A.    Adaptive Learning

B.    Self Organization

C.    What-If Analysis

D.    Supervised Learning 

Correct option is B

  1. How the decision tree reaches its decision?

A.    Single test

B.    Two test

C.    Sequence of test

D.    No test 

Correct option is C

  1. Which of the following is a disadvantage of decision trees?

·         Factor analysis

·         Decision trees are robust to outliers

·         Decision trees are prone to be overfit

·         None of the above 

Correct option is C

  1. Tree/Rule based classification algorithms generate which rule to perform the classification.

A.    if-then.

B.    then

C.    do

D.    Answer

Correct option is A

  1. What is Gini Index?

A.    It is a type of index structure

B.    It is a measure of purity

C.    None of the options 

Correct option is A

  1. What is not a RNN in machine learning?

A.    One output to many inputs

B.    Many inputs to a single output

C.    RNNs for nonsequential input

D.    Many inputs to many outputs 

Correct option is A

  1. Which of the following sentences are correct in reference to Information gain?

A.    It is biased towards multi-valued attributes

B.    ID3 makes use of information gain

C.    The approach used by ID3 is greedy

D.    All of these 

Correct option is D

  1. A Neural Network can answer

A.    For Loop questions

B.    what-if questions

C.    IF-The-Else Analysis Questions

D.    None of these Answer

Correct option is B

  1. Artificial neural network used for

A.    Pattern Recognition

B.    Classification

C.    Clustering

D.    All Answer

Correct option is D

  1. Which of the following are the advantage/s of Decision Trees?
  1. Possible Scenarios can be added
  2. Use a white box model, If given result is provided by a model
  3. Worst, best and expected values can be determined for different scenarios
  4. All of the mentioned

Correct option is D

  1. What is the mathematical likelihood that something will occur?

A.    Classification

B.    Probability

C.    Naïve Bayes Classifier

D.    None of the other 

Correct option is C

  1. What does the Bayesian network provides?
  2. Complete description of the domain
  3. Partial description of the domain
  4. Complete description of the problem
  5. None of the mentioned

Correct option is C

  1. Where does the Bayes rule can be used?

A.    Solving queries

B.    Increasing complexity

C.    Decreasing complexity

D.    Answering probabilistic query 

Correct option is D

  1. How many terms are required for building a Bayes model?

A.    2

B.    3

C.    4

D.   

Correct option is B

  1. What is needed to make probabilistic systems feasible in the world?

A.    Reliability

B.    Crucial robustness

C.    Feasibility

D.    None of the mentioned 

Correct option is B

  1. It was shown that the Naive Bayesian method

A.    Can be much more accurate than the optimal Bayesian method

B.    Is always worse off than the optimal Bayesian method

C.    Can be almost optimal only when attributes are independent

D.    Can be almost optimal when some attributes are dependent

Correct option is C

  1. What is the consequence between a node and its predecessors while creating Bayesian network?

A.    Functionally dependent

B.    Dependant

C.    Conditionally independent

D.    Both Conditionally dependant & Dependant

Correct option is C

  1. How the compactness of the Bayesian network can be described?

A.    Locally structured

B.    Fully structured

C.    Partial structure

D.    All of the mentioned 

Correct option is A

  1. How the entries in the full joint probability distribution can be calculated?

A.    Using variables

B.    Using information

C.    Both Using variables & information

D.    None of the mentioned 

Correct option is B

  1. How the Bayesian network can be used to answer any query?

A.    Full distribution

B.    Joint distribution

C.    Partial distribution

D.    All of the mentioned

Correct option is B

  1. Sample Complexity is

A.    The sample complexity is the number of training-samples that we need to supply to the algorithm, so that the function returned by the algorithm is within an arbitrarily small error of the best possible function, with probability arbitrarily close to 1

B.    How many training examples are needed for learner to converge to a successful hypothesis.

C.    All of these 

Correct option is C

  1. PAC stands for

A.    Probability Approximately Correct

B.    Probability Applied Correctly

C.    Partition Approximately Correct 

Correct option is A

  1. Which of the following will be true about k in k-NN in terms of variance

A.    When you increase the k the variance will increases

B.    When you decrease the k the variance will increases

C.    Cant say

D.    None of these

Correct option is B

  1. Which of the following option is true about k-NN algorithm?

A.    It can be used for classification

B.    It can be used for regression

C.    It can be used in both classification and regression Answer

Correct option is C

  1. In k-NN it is very likely to overfit due to the curse of dimensionality. Which of the following option would you consider to handle such problem?   1). Dimensionality Reduction  2). Feature selection
  1. 1
  2. 2
  3. 1 and 2
  4. None of these 

Correct option is C

  1. When you find noise in data which of the following option would you consider in k- NN

A.    I will increase the value of k

B.    I will decrease the value of k

C.    Noise can not be dependent on value of k

D.    None of these 

Correct option is A

  1. Which of the following will be true about k in k-NN in terms of Bias?

A.    When you increase the k the bias will be increases

B.    When you decrease the k the bias will be increases

C.    Cant say

D.    None of these 

Correct option is A

  1. What is used to mitigate overfitting in a test set?

A.    Overfitting set

B.    Training set

C.    Validation dataset

D.    Evaluation set

Correct option is C

  1. A radial basis function is a

A.    Activation function

B.    Weight

C.    Learning rate

D.    none 

Correct option is A

  1. Mistake Bound is
  1. How many training examples are needed for learner to converge to a successful hypothesis.
  2. How much computational effort is needed for a learner to converge to a successful hypothesis
  3. How many training examples will the learner misclassify before conversing to a successful hypothesis
  4. None of these

Correct option is C

  1. All of the following are suitable problems for genetic algorithms EXCEPT

A.    dynamic process control

B.    pattern recognition with complex patterns

C.    simulation of biological models

D.    simple optimization with few variables 

Correct option is D

  1. Adding more basis functions in a linear model… (Pick the most probably option)

A.    Decreases model bias

B.    Decreases estimation bias

C.    Decreases variance

D.    Doesnt affect bias and variance 

Correct option is A

  1. Which of these are types of crossover

A.    Single point

B.    Two point

C.    Uniform

D.    All of these 

Correct option is D

  1. A feature F1 can take certain value: A, B, C, D, E, & F and represents grade of students from a college. Which of the following statement is true in following case?

A.    Feature F1 is an example of nominal

B.    Feature F1 is an example of ordinal

C.    It doesnt belong to any of the above category. 

Correct option is B

  1. You observe the following while fitting a linear regression to the data: As you increase the amount of training data, the test error decreases and the training error increases. The train error is quite low (almost what you expect it to), while the test error is much higher than the train error. What do you think is the main reason behind this behaviour? Choose the most probable option.

A.    High variance

B.    High model bias

C.    High estimation bias

D.    None of the above Answer

Correct option is C

  1. Genetic algorithms are heuristic methods that do not guarantee an optimal solution to a problem

A.    TRUE

B.    FALSE 

Correct option is A

  1. Which of the following statements about regularization is not correct?

A.    Using too large a value of lambda can cause your hypothesis to underfit the

B.    Using too large a value of lambda can cause your hypothesis to overfit the

C.    Using a very large value of lambda cannot hurt the performance of your hypothesis.

D.    None of the above 

Correct option is A

  1. Consider the following: (a) Evolution (b) Selection (c) Reproduction (d) Mutation Which of the following are found in genetic algorithms?

A.    All

B.    a, b, c

C.    a, b

D.    b, d

Correct option is A

  1. Genetic Algorithm are a part of

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 

Correct option is D

  1. Genetic algorithms belong to the family of methods in the

A.    artificial intelligence area

B.    optimization

C.    complete enumeration family of methods

D.    Non-computer based (human) solutions area 

Correct option is A

  1. For a two player chess game, the environment encompasses the opponent

A.    True

B.    False 

Correct option is A

  1. Which among the following is not a necessary feature of a reinforcement learning solution to a learning problem?

A.    exploration versus exploitation dilemma

B.    trial and error approach to learning

C.    learning based on rewards

D.    representation of the problem as a Markov Decision Process 

Correct option is D

  1. Which of the following sentence is FALSE regarding reinforcement learning

A.    It relates inputs to

B.    It is used for

C.    It may be used for

D.    It discovers causal relationships. 

Correct option is D

  1. The EM algorithm is guaranteed to never decrease the value of its objective function on any iteration

A.    TRUE

B.    FALSE Answer

Correct option is A

  1. Consider the following modification to the tic-tac-toe game: at the end of game, a coin is tossed and the agent wins if a head appears regardless of whatever has happened in the game.Can reinforcement learning be used to learn an optimal policy of playing Tic-Tac-Toe in this case?

A.    Yes

B.    No 

Correct option is B

   190. Out of the two repeated steps in EM algorithm, the step 2 is _                                          

  1. the maximization step
  2. the minimization step
  3. the optimization step
  4. the normalization step 

Correct option is A

  1. Suppose the reinforcement learning player was greedy, that is, it always played the move that brought it to the position that it rated the best. Might it learn to play better, or worse, than a non greedy player?

A.    Worse

B.    Better 

Correct option is B

  1. A chess agent trained by using Reinforcement Learning can be trained by playing against a copy of the same

A.    True

B.    False 

Correct option is A

  1. The EM iteration alternates between performing an expectation (E) step, which creates a function for the expectation of the log-likelihood evaluated using the current estimate for the parameters, and a maximization (M) step, which computes parameters maximizing the expected log-likelihood found on the E

A.    TRUE

B.    FALSE 

Correct option is A

  1. Expectation–maximization (EM) algorithm is an

A.    Iterative

B.    Incremental

C.    None 

Correct option is A

  1. Feature need to be identified by using Well Posed Learning Problem:

A.    Class of tasks

B.    Performance measure

C.    Training experience

D.    All of these

Correct option is D

  1. A computer program that learns to play checkers might improve its performance as:

A.    Measured by its ability to win at the class of tasks involving playing checkers

B.    Experience obtained by playing games against

C.    Both a & b

D.    None of these 

Correct option is C

  1. Learning symbolic representations of concepts known as:

A.    Artificial Intelligence

B.    Machine Learning

C.    Both a & b

D.    None of these 

Correct option is A

  1. The field of study that gives computers the capability to learn without being explicitly programmed     

A.    Machine Learning

B.    Artificial Intelligence

C.    Deep Learning

D.    Both a & b 

Correct option is A

  1. The autonomous acquisition of knowledge through the use of computer programs is called       

A.    Artificial Intelligence

B.    Machine Learning

C.    Deep learning

D.    All of these 

Correct option is B

  1. Learning that enables massive quantities of data is known as

A.    Artificial Intelligence

B.    Machine Learning

C.    Deep learning

D.    All of these 

Correct option is B

  1. A different learning method does not include

A.    Memorization

B.    Analogy

C.    Deduction

D.    Introduction 

Correct option is D

  1. Types of learning used in machine

A.    Supervised

B.    Unsupervised

C.    Reinforcement

D.    All of these 

Correct option is D

  1. A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience

A.    Supervised learning problem

B.    Un Supervised learning problem

C.    Well posed learning problem

D.    All of these 

Correct option is C

  1. Which of the following is a widely used and effective machine learning algorithm based on the idea of bagging?

A.    Decision Tree

B.    Regression

C.    Classification

D.    Random Forest 

Correct option is D

  1. How many types are available in machine learning?

A.    1

B.    2

C.    3

D.   

Correct option is C

  1. A model can learn based on the rewards it received for its previous action is known as:

A.    Supervised learning

B.    Unsupervised learning

C.    Reinforcement learning

D.    Concept learning 

Correct option is C

  1. A subset of machine learning that involves systems that think and learn like humans using artificial neural networks.

A.    Artificial Intelligence

B.    Machine Learning

C.    Deep Learning

D.    All of these 

Correct option is C

  1. A learning method in which a training data contains a small amount of labeled data and a large amount of unlabeled data is known as                                                      

A.    Supervised Learning

B.    Semi Supervised Learning

C.    Unsupervised Learning

D.    Reinforcement Learning 

Correct option is C

  1. Methods used for the calibration in Supervised Learning

A.    Platt Calibration

B.    Isotonic Regression

C.    All of these

D.    None of above

Correct option is C

  1. The basic design issues for designing a learning

A.    Choosing the Training Experience

B.    Choosing the Target Function

C.    Choosing a Function Approximation Algorithm

D.    Estimating Training Values

E.     All of these 

Correct option is E

  1. In Machine learning the module that must solve the given performance task is known as:

A.    Critic

B.    Generalizer

C.    Performance system

D.    All of these 

Correct option is C

  1. A learning method that is used to solve a particular computational program, multiple models such as classifiers or experts are strategically generated and combined is called as      

A.    Supervised Learning

B.    Semi Supervised Learning

C.    Unsupervised Learning

D.    Reinforcement Learning

E.     Ensemble learning 

Correct option is E

  1. In a learning system the component that takes as takes input the current hypothesis (currently learned function) and outputs a new problem for the Performance System to explore.

A.    Critic

B.    Generalizer

C.    Performance system

D.    Experiment generator

E.     All of these 

Correct option is D

  1. Learning method that is used to improve the classification, prediction, function approximation etc of a model

A.    Supervised Learning

B.    Semi Supervised Learning

C.    Unsupervised Learning

D.    Reinforcement Learning

E.     Ensemble learning 

Correct option is E

  1. In a learning system the component that takes as input the history or trace of the game and produces as output a set of training examples of the target function is known as:

A.    Critic

B.    Generalizer

C.    Performance system

D.    All of these 

Correct option is A

  1. The most common issue when using ML is

A.    Lack of skilled resources

B.    Inadequate Infrastructure

C.    Poor Data Quality

D.    None of these 

Correct option is C

  1. How to ensure that your model is not over fitting

A.    Cross validation

B.    Regularization

C.    All of these

D.    None of these

Correct option is C

  1. A way to ensemble multiple classifications or regression

A.    Stacking

B.    Bagging

C.    Blending

D.    Boosting 

Correct option is A

  1. How well a model is going to generalize in new environment is known as

A.    Data Quality

B.    Transparent

C.    Implementation

D.    None of these 

Correct option is B

  1. Common classes of problems in machine learning is                      

A.    Classification

B.    Clustering

C.    Regression

D.    All of these 

Correct option is D

  1. Which of the following is a widely used and effective machine learning algorithm based on the idea of bagging?

A.    Decision Tree

B.    Regression

C.    Classification

D.    Random Forest 

Correct option is D

  1. Cost complexity pruning algorithm is used in?

A.    CART

B.    5

C.    ID3

D.    All of

Correct option is A

  1. Which one of these is not a tree based learner?

A.    CART

B.    5

C.    ID3

D.    Bayesian Classifier 

Correct option is D

  1. Which one of these is a tree based learner?

A.    Rule based

B.    Bayesian Belief Network

C.    Bayesian classifier

D.    Random Forest 

Correct option is D

  1. What is the approach of basic algorithm for decision tree induction?

A.    Greedy

B.    Top Down

C.    Procedural

D.    Step by Step 

Correct option is A

  1. Which of the following classifications would best suit the student performance classification systems?

A.    If-.then-analysis

B.    Market-basket analysis

C.    Regression analysis

D.    Cluster analysis 

Correct option is A

  1. What are two steps of tree pruning work?

A.    Pessimistic pruning and Optimistic pruning

B.    Post pruning and Pre pruning

C.    Cost complexity pruning and time complexity pruning

D.    None of these

Correct option is B

  1. How will you counter over-fitting in decision tree?

A.    By pruning the longer rules

B.    By creating new rules

C.    Both By pruning the longer rules and By creating new rules

D.    None of Answer

Correct option is A

  1. Which of the following sentences are true?

A.    In pre-pruning a tree is ‘pruned’ by halting its construction early

B.    A pruning set of class labeled tuples is used to estimate cost

C.    The best pruned tree is the one that minimizes the number of encoding

D.    All of these

Correct option is D

  1. Which of the following is a disadvantage of decision trees?

A.    Factor analysis

B.    Decision trees are robust to outliers

C.    Decision trees are prone to be over fit

D.    None of the above 

Correct option is C

  1. In which of the following scenario a gain ratio is preferred over Information Gain?

A.    When a categorical variable has very large number of category

B.    When a categorical variable has very small number of category

C.    Number of categories is the not the reason

D.    None of these

Correct option is A

  1. Major pruning techniques used in decision tree are

A.    Minimum error

B.    Smallest tree

C.    Both a & b

D.    None of these 

Correct option is B

  1. What does the central limit theorem state?

A.    If the sample size increases sampling distribution must approach normal distribution

B.    If the sample size decreases then the sample distribution must approach normal distribution.

C.    If the sample size increases then the sampling distributions much approach an exponential

D.    If the sample size decreases then the sampling distributions much approach an exponential

Correct option is A

  1. The difference between the sample value expected and the estimates value of the parameter is called as?

A.    Bias

B.    Error

C.    Contradiction

D.    Difference 

Correct option is A

  1. In which of the following types of sampling the information is carried out under the opinion of an expert?

A.    Quota sampling

B.    Convenience sampling

C.    Purposive sampling

D.    Judgment sampling

Correct option is D

  1. Which of the following is a subset of population?

A.    Distribution

B.    Sample

C.    Data

D.    Set 

Correct option is B

  1. The sampling error is defined as?

A.    Difference between population and parameter

B.    Difference between sample and parameter

C.    Difference between population and sample

D.    Difference between parameter and sample 

Correct option is C

  1. Machine learning is interested in the best hypothesis h from some space H, given observed training data D. Here best hypothesis means

A.    Most general hypothesis

B.    Most probable hypothesis

C.    Most specific hypothesis

D.    None of these 

Correct option is B

  1. Practical difficulties with Bayesian Learning :

A.    Initial knowledge of many probabilities is required

B.    No consistent hypothesis

C.    Hypotheses make probabilistic predictions

D.    None of these 

Correct option is A

  1. Bayes’ theorem states that the relationship between the probability of the hypothesis before getting the evidence P(H) and the probability of the hypothesis after getting the evidence P(HE) is
  1. [P(EH)P(H)] / P(E)
  2. [P(EH) P(E) ] / P(H)
  3. [P(E) P(H) ] / P(EH)
  4. None of these 

Correct option is A

  1. A doctor knows that Cold causes fever 50% of the time. Prior probability of any patient having cold is 1/50,000. Prior probability of any patient having fever is 1/20. If a patient has fever, what is the probability he/she has cold?
  1. P(C/F)= 0.0003
  2. P(C/F)=0.0004
  3. P(C/F)= 0.0002
  4. P(C/F)=0.0045

Correct option is C

  1. Which of the following will be true about k in K-Nearest Neighbor in terms of Bias?

A.    When you increase the k the bias will be increases

B.    When you decrease the k the bias will be increases

C.    Cant say

D.    None of these 

Correct option is A

  1. When you find noise in data which of the following option would you consider in K- Nearest Neighbor?

A.    I will increase the value of k

B.    I will decrease the value of k

C.    Noise cannot be dependent on value of k

D.    None of these 

Correct option is A

  1. In K-Nearest Neighbor it is very likely to overfit due to the curse of dimensionality. Which of the following option would you consider to handle such problem?
  • Dimensionality Reduction
  • Feature selection

A.    1

B.    2

C.    1 and 2

D.    None of these 

Correct option is C

  1. Radial basis functions is closely related to distance-weighted regression, but it is

A.    lazy learning

B.    eager learning

C.    concept learning

D.    none of these 

Correct option is B

  1. Radial basis function networks provide a global approximation to the target function, represented by          of many local kernel function.

A.    a series combination

B.    a linear combination

C.    a parallel combination

D.    a non linear combination

Correct option is B

  1. The most significant phase in a genetic algorithm is

A.    Crossover

B.    Mutation

C.    Selection

D.    Fitness function 

Correct option is A

  1. The crossover operator produces two new offspring from

A.    Two parent strings, by copying selected bits from each parent

B.    One parent strings, by copying selected bits from selected parent

C.    Two parent strings, by copying selected bits from one parent

D.    None of these 

Correct option is A

  1. Mathematically characterize the evolution over time of the population within a GA based on the concept of

A.    Schema

B.    Crossover

C.    Dont care

D.    Fitness function 

Correct option is A

  1. In genetic algorithm process of selecting parents which mate and recombine to create off-springs for the next generation is known as:

A.    Tournament selection

B.    Rank selection

C.    Fitness sharing

D.    Parent selection 

Correct option is D

  1. Crossover operations are performed in genetic programming by replacing

A.    Randomly chosen sub tree of one parent program by a sub tree from the other parent program.

B.    Randomly chosen root node tree of one parent program by a sub tree from the other parent program

C.    Randomly chosen root node tree of one parent program by a root node tree from the other parent program

D.    None of these

Correct option is A

 

Post a Comment

0 Comments