You are on page 1of 7

Question 1: Choose the correct answer:

Q1. _____________is the process of selecting parents which mate and


recombine to create off-springs for the next generation.
a) Initial Population
b) Parent Selection
c) Crossover
d) Mutation

Q2. In ______________, every individual can become a parent with a


probability which is proportional to its fitness.
a) Fitness Proportionate Selection
b) Tournament Selection
c) Rank Selection
d) Random Selection

Q3. Two implementations of fitness proportionate selection are possible:


a) Tournament Selection, Rank Selection
b) Random Selection, Rank Selection
c) Roulette Wheel Selection, Stochastic Universal Sampling (SUS)
d) Tournament Selection, Random Selection

Q4. In _________________, the circular wheel is divided as described before.


a) a tournament Selection
b) a rank Selection
c) a random selection
d) a roulette wheel selection

1 Dr. Fatma M. Talaat


Q5. In_______________, selection of the parents depends on the rank of
each individual and not the fitness.
a) tournament Selection
b) rank Selection
c) random selection
d) roulette wheel selection

Q6. In _____________, we randomly select parents from the existing


population.
a) tournament Selection
b) rank Selection
c) random selection
d) roulette wheel selection

Q7. In ________________, more than one parent is selected and one or


more off-springs are produced using the genetic material of the parents.
a) Crossover
b) Mutation
c) Selection
d) Fitness Evaluation

Q8. In ______________, a random crossover point is selected and the tails


of its two parents are swapped to get new off-springs.
a) Random crossover
b) One-point crossover
c) Multi Point Crossover
d) Uniform Crossover

2 Dr. Fatma M. Talaat


Q9. _______________is a generalization of the one-point crossover where
in alternating segments are swapped to get new off-springs.
a) Random crossover
b) One-point crossover
c) Multi Point Crossover
d) Uniform Crossover

Q10. In a _________________, we don’t divide the chromosome into


segments, rather we treat each gene separately.
a) Random crossover
b) One-point crossover
c) Multi Point Crossover
d) Uniform Crossover

Q11. In _______________, we essentially flip a coin for each chromosome to


decide whether or not it’ll be included in the off-spring.
a) Random crossover
b) Uniform Crossover
c) One-point crossover
d) Multi Point Crossover

Q12. ________________ is the part of the GA which is related to the


“exploration” of the search space.
a) Crossover
b) Selection
c) Mutation
d) Fitness Evaluation

3 Dr. Fatma M. Talaat


Q13. In this______________, we select one or more random bits and flip
them.
a) Bit Flip Mutation
b) Random Resetting
c) Swap Mutation
d) Scramble Mutation

Q14. _______________is an extension of the bit flip for the integer


representation.
a) Bit Flip Mutation
b) Random Resetting
c) Swap Mutation
d) Scramble Mutation

Q15. In________________, we select two positions on the chromosome at


random, and interchange the values.
a) Bit Flip Mutation
b) Random Resetting
c) Swap Mutation
d) Scramble Mutation

Q16. In __________________, from the entire chromosome, a subset of


genes is chosen and their values are scrambled or shuffled randomly.
a) Bit Flip Mutation
b) Random Resetting
c) Swap Mutation
d) Scramble Mutation

4 Dr. Fatma M. Talaat


Question 2: Choose the correct answer (True or False):
Q1. Parent Selection: is the process of selecting parents which mate and
recombine to create off-springs for the next generation.
a) True
b) False

Q2. Parent selection is not related to the convergence rate of the GA as good
parents drive individuals to a better and fitter solutions.
a) True
b) False

Q3. Fitness Proportionate Selection is one of the most popular ways of


parent selection.
a) True
b) False

Q4. In a roulette wheel selection, the circular wheel is divided as described


before. A fixed point is chosen on the wheel circumference as shown and the
wheel is rotated.
a) True
b) False

Q5. Tournament selection is quite similar to Roulette wheel selection,


however instead of having just one fixed point, we have multiple fixed points
as shown in the following image.
a) True
b) False

5 Dr. Fatma M. Talaat


Q6. Stochastic Universal Sampling is quite similar to Roulette wheel
selection, however instead of having just one fixed point, we have multiple
fixed points as shown in the following image.
a) True
b) False

Q7. In K-Way tournament selection, we select K individuals from the


population at random and select the best out of these to become a parent.
a) True
b) False

Q8. In Rank Selection, selection of the parents depends on the fitness of each
individual and not the rank.
a) True
b) False

Q9. In Rank Selection, selection of the parents depends on the rank of each
individual and not the fitness.
a) True
b) False

Q10. In Random Resetting, we select one or more random bits and flip them.
a) True
b) False

6 Dr. Fatma M. Talaat


Q11. Random Resetting is an extension of the bit flip for the integer
representation.
a) True
b) False

7 Dr. Fatma M. Talaat

You might also like