Quiznetik

Soft Computing and Optimization Algorithms | Set 2

1. What Is Another Name For Fuzzy Inference Systems?

Correct : D. all of the above

2. In Evolutionary programming, survival selection is

Correct : A. probabilistic selection (μ+μ) selection

3. In Evolutionary strategy, survival selection is

Correct : B. (μ, λ)- selection based on the children only (μ+λ)- selection based on both the set of parent and children

4. In Evolutionary programming, recombination is

Correct : A. doesnot use recombination to produce offspring. it only uses mutation

5. In Evolutionary strategy, recombination is

Correct : B. uses recombination such as cross over to produce offspring

6. Step size in non-adaptive EP :

Correct : A. deviation in step sizes remain static

7. Step size in dynamic EP :

Correct : B. deviation in step sizes change over time using some deterministic function

8. Step size in self-adaptive EP :

Correct : C. deviation in step size change dynamically

9. What are normally the two best measurement units for an evolutionary algorithm? 1. Number of evaluations 2. Elapsed time 3. CPU Time 4. Number of generations

Correct : D. 1 and 4

10. Evolutionary Strategies (ES)

Correct : B. (µ+λ): select survivors among parents and offspring

11. In Evolutionary programming,

Correct : B. individual solution is represented as a finite state machine

12. In Evolutionary Strategy,

Correct : A. individuals are represented by real-valued vector

13. (1+1) ES

Correct : A. offspring becomes parent if offspring\s fitness is as good as parent of next generation

14. (1+λ) ES

Correct : A. λ mutants can be generated from one parent

15. Termination condition for EA

Correct : D. all the mentioned

16. Which of the following operator is simplest selection operator?

Correct : A. random selection

17. Which crossover operators are used in evolutionary programming?

Correct : D. evolutionary programming doesnot use crossover operators

18. (1+1) ES

Correct : A. operates on population size of two

19. Which of these emphasize of development of behavioral models?

Correct : A. evolutionary programming

20. EP applies which evolutionary operators?

Correct : C. both a and b

21. Which selection strategy works with negative fitness value?

Correct : D. rank selection

22. Who can deal with noisy input information

Correct : A. soft computing

23. Ability to learn how to do task based on the data is done by

Correct : B. adaptive learning

24. Which of the following is not a technique of soft computing

Correct : D. conventional algorithm

25. Fuzzy logic system is based on what type of rule

Correct : A. if-then

26. What is the function of dendrites in biological neural network

Correct : B. receive signals from neurons

27. Expert system

Correct : C. is an information base filled with knowledge of an expert formulated in terms of if-then rules

28. Three main basic feature involved in characterzing member function are

Correct : D. core,support,boundary

29. What is the function of cell body in biological neural network

Correct : B. sums the incoming signals

30. What is perceptron

Correct : A. a single layer feed forward neural network

31. Which of the follwing computing is trial and error problem solver algorithm

Correct : C. evolutionary computing

32. What are advantages of neural network

Correct : C. both a and b

33. Which of the following does not belong to the process of involuntary computing

Correct : D. deletion

34. The Value of crisp set can be

Correct : A. either 0 or 1

35. The room temrature is hot. Here the hot(use of lingustic variable is used) can be represented by

Correct : A. fuzzy set

36. The value of set membership can be represented by

Correct : B. degree of truth

37. Semiconductor layout & aircraft design are the application type of which domain?

Correct : B. design

38. Trajectory planning is the application type of which domain?

Correct : C. robotics

39. Filter design is the application type of which domain?

Correct : B. signal processing

40. Pokers & Checkers are the application type of which of domain?

Correct : B. game playing

41. Manufacturing & resource allocation are the application type of which domain?

Correct : A. scheduling

42. What is a crossover point in a fuzzy set?

Correct : C. {x|ua(x)=0.5}

43. If A and B are two fuzzy sets with membership function: Ua(X)={0.2,0.5,0.6,0.1,0.9} Ub(X0)={0.1,0.5,0.2,0.7,0.8} THEN what will be the intersection of A and B

Correct : D. {0.1,0.5,0.2,0.1,0.8}

44. A={0.1/1+0.2/2+0.3/3} B={0.6/1+0.5/2+0.4/3+0.5/4} Find the set difference

Correct : A. {0.1/1+0.2/2+0.3/3}

45. With the help of which formula can we find the algebraic sum of two fuzzy sets A,B?

Correct : A. {ua(x)+ub(x)}-{ua(x)*ub(x)}

46. With the help of which formula can we find the algebraic product of two fuzzy sets A,B?

Correct : D. {ua(x)*ub(x)}

47. Which one of the following is the associative property for a crisp set

Correct : A. au(buc)=(aub)uc

48. Knowledge base is a combination of

Correct : A. rule base and data base

49. _____ is a simulation method that let decision maker see what the model is doing and how it interact.

Correct : A. vis

50. ____systems,especially those developed for the military and video-game industry

Correct : B. vim

51. Which approach is most suited to complex problem with significant uncertainty, a need for experimentation, and time compression?

Correct : A. simulation

52. Which of the following is the advantage of simulation?

Correct : A. it can incorporate significant real-life complexity

53. What BEST describes a simulation model in which it is not important to know exactly when a modeled event occurred

Correct : B. time dependent simulation

54. The defining length of a schema is useful to calculate ______of the schema for__________.

Correct : A. survival probability,crossovers

55. categories of EA are/is

Correct : D. all of these

56. Phases in which the LCS individuals are evaluated are

Correct : C. both a and b

57. MA sometimes called as

Correct : A. hybrid ea

58. Genetic algorithm is a subset of_______.

Correct : A. evolutionary algorithm

59. NP hard problems are also called as________.

Correct : B. combinatorial optimization

60. Genetic algorithm is first introduce by_______.

Correct : B. john holland

61. __________ replicates the most successful solutions found in a population at a rate proportional to relative quality.

Correct : A. selection

62. _________ decomposes two distinct solutions and then randomly mixes their parts to form novel solutions.

Correct : B. recombination

63. __________ randomly perturbs a candidate solution.

Correct : C. mutation

64. A ________ is a template consisting of a string composed of three symbol.

Correct : B. schema

65. {0,1,#} is the symbol alphabet ,where # is a special ______symbol.

Correct : A. wild card

66. Metaheuristics are ?1)non deterministic 2)non approximate 3)not problem specific

Correct : C. 1,3

67. In search techniques, as single point based contradicts population based similary deterministic contradicts ___?

Correct : A. stochastic

68. In swarm systems organisations are

Correct : B. decentralized

69. Identify the working sequence of kmean clustering ? 1)redefine cluster centeroids 2)intialize the k centroids 3)make clusters near centroids

Correct : C. 2,3,1

70. Every particle in the system takes experience from previous particle ?

Correct : A. pso

71. swarm intelligence includes ? 1)bee colony algorithm 2)ant colony algorithm 3) PSO 4)immune system algorithms

Correct : D. all of these

72. pheromone quantity in ACO is ___ proportional to path selection.

Correct : A. directly

73. The ants prefer the smaller drop of honey over the more abundant, but less nutritious, sugar. This is the example of?

Correct : C. knapsack problem

74. In kmeans clustering each cluster is associated with

Correct : A. centroid

75. What is EC?

Correct : C. both a and b

76. Recombination is applied to

Correct : A. 2 selected candidated

77. In EA mutation is applied to

Correct : B. 1 candidate

78. EV is used for

Correct : A. solving optimization problems

79. EV is considered as

Correct : C. complex and adaptive

80. GA stands for

Correct : A. genetic algorithm

81. Features of GA

Correct : D. all of these

82. GP individual stores computer program

Correct : A. true

83. GP selection is

Correct : B. tournament selection

84. EP mutation is

Correct : B. data type specific

85. The truth values of traditional set theory is ____________ and that of fuzzy set is __________

Correct : A. either 0 or 1, between 0 & 1

86. The room temperature is hot. Here the hot (use of linguistic variable is used) can be represented by _______

Correct : A. fuzzy set

87. Fuzzy logic is usually represented as ___________

Correct : B. if-then rules

88. Three main basic features involved in characterizing membership function are

Correct : C. core, support , boundary

89. Why can’t we design a perfect neural network?

Correct : D. all of the mentioned

90. Both Fuzzy logic and ANN are soft computing techniques because

Correct : C. in each, no precise mathematical model of the problem is required

91. Internal state of neuron is called __________, is the function of the inputs the neurons receives

Correct : B. activation or activity level of neuron

92. Each connection link in ANN is associated with ________  which has information about the input signal.

Correct : B. weights

93. In artificial Neural Network interconnected processing elements are called

Correct : A. nodes or neurons

94. The crossover points of a membership function are defined as the elements in the universe for which a particular fuzzy set has values equal to

Correct : D. 0.5

95. The membership values of the membership function are nor strictly monotonically increasing or decreasing or strictly monoronically increasing than decreasing

Correct : B. non convex fuzzy set

96. The cell body of neuron can be analogous to what mathamatical operation?

Correct : A. summing

97. Conventional Artificial Intelligence is different from soft computing in the sense

Correct : C. both (a) and (b)

98. ______________ is/are the way/s to represent uncertainty.

Correct : D. all of the mentioned

99. Given two fuzzy sets A and B A={(x1,0.5),(x2,0.1),(x3,0.4)} and B={(x1,0.2),(x2,0.3),(x3,0.5)} then union of 2 sets A U B is

Correct : B. {(x1,0.5),(x2,0.3),(x3,0.5)}

100. If A and B are two fuzzy sets with membership functions: μa(χ) ={0.2,0.5.,0.6,0.1,0.9} μb (χ)= {0.1,0.5,0.2,0.7,0.8} then the value of μa ∩ μb will be

Correct : D. {0.1, 0.5, 0.2, 0.1,0.8}