Question 91 :
Give the height h(A) of a fuzzy set A where μA(χ)={0.2,0.5.,0.6,0.1,0.9}
- 0.5
- 0.1
- 1
- 0.9
Question 92 :
___agent doesn’t maintain an internal state that depends on the percept history.
- Simpe Reflex Agent
- Utility Based Agent
- Goal Based Agent
- Model Based Agent
Question 93 :
______________ is the first operator applied on population
- Reproduction
- Recombination
- Mutation
- Crossover
Question 94 :
Which form is called as a conjunction of disjunction of literals?
- Conjunctive normal form
- Disjunctive normal form
- Normal form
- First normal form
Question 95 :
Based on thougth/learning , behaviour and performance which is not the concept involved in AI definition?
- Think Humanly
- Think Rationally
- Act Humanly
- Act Mechanically
Question 96 :
which of the following is slower optimization method?
- Simulated Annealing.
- Genetic Algorithm
- random search
- steepest descent
Question 97 :
____ is not a Critical category of AI, based on the capacity of intelligence.
- Atificial Moderate Intelligence
- Atificial Narrow Intelligence
- AtificialGeneral Intelligence
- AtificialSuper Intelligence
Question 98 :
α <==> β is ________ connective and is equivalent to _____ boolean GATE
- Bi conditional , OR
- Bi conditional , XOR
- Implication , XOR
- Bi conditional , X NOR
Question 99 :
_________________explores the parameter space of an objective function sequentially in a seemingly random fashion to find the optimal point that minimizes or maximizes the objective function.
- Random search
- Simulated Annealing.
- Newton's Method
- steepest descent
Question 100 :
Which basic logical operation cannot perform by single layer McCulloch Pitts model?
- XOR
- AND
- OR
- NOT
Question 101 :
α -> β is FALSE only when α is _____ and β is ________
- TRUE, TRUE
- FALSE, TRUE
- TRUE, FALSE
- FALSE, FALSE
Question 102 :
Fuzzy logic is useful for both commercial and practical purposes.
- True, False.
- True, True
- False, False
- False, True
Question 103 :
What is FOPL equivalent for All Romans were either loyal to Caesar or hated him
- ∀x roman(x)-> loyalTo(x,Caesar) V hate(x,Caesar)
- ∀x roman(x) ∧ loyalTo(x,Caesar) V hate(x,Caesar)
- ∃x roman(x) ∧ loyalTo(x,Caesar) V hate(x,Caesar)
- ∃x roman(x)-> loyalTo(x,Caesar) V hate(x,Caesar)
Question 104 :
Fuzzy controllers are built on the basis of .........
- Fuzzy Extension principle
- Membership function
- Fuzzy Inference Systems
- Fuzzy variables
Question 105 :
Which is not an example of NLP application?
- Document Summaraization
- Language Translation
- Smart Assistant
- Voice Recognition
Question 106 :
For a perfect binary tree if BFS visits the nodes in following order : A,B,C,D,E,F,G then what will be order for DFS ?
- A,B,C,D,,E,F,G
- A,B,D,C,F,G,E,
- A,B,D,E,C,F,G
- A,B,D,E,E,G,F
Question 107 :
A full cycle of the downhill simplex search involves the following steps
- Reflection, Expansion, Contraction, Shrinkage
- Expansion, Contraction, Shrinkage, Reflection
- Contraction, Shrinkage, Reflection, Expansion
- Shrinkage, Reflection, Expansion, Contraction
Question 108 :
Properties of fuzzy sets is
- Intersection
- Union
- Compliment
- Commutative
Question 109 :
Genetic algorithms belong to the family of methods in the
- artificial intelligence area
- optimization area
- complete enumeration family of methods
- Non-computer based (human) solutions area
Question 110 :
What is back propagation?
- It is another name given to the curvy function in the perceptron
- It is the transmission of error back through the network to adjust the inputs
- It is the transmission of error back through the network to allow weights to be adjusted so that the network can learn
- to develop learning algorithm for single layer feedforward neural network
Question 111 :
which of the following is Derivative Based Optimization method?
- Newton's Method
- Simulated Annealing.
- Genetic Algorithm
- Downhill simplex search
Question 112 :
Which of the following sentences represent 'No politician is honest'?
- ∃x (¬(politician(x)) __> ¬(honest(x)))
- ∀x (politician(x) ∧ ¬(honest(x)))
- ∀x (politician(x) __> ¬(honest(x)))
- ∃x (honest(x) __> ¬(politician(x)))
Question 113 :
Which of the following are the drawbacks of Hill Climbing?
- Hill Climbing is not an informed search algorithm
- It is not complicated
- The search may get stuck at a local optimum
- Hill Climbing requires an exponential amount of memory
Question 114 :
Which approach is most suited to structured problems with little uncertainty
- Simulation
- human intuition
- Optimization
- genetic algorithms
Question 115 :
Local Search algorithms are good for _____
- Optimal Solutions
- Problems with memory constraints
- Problem with no memory constraints
- Problem with no time constraints
Question 116 :
Fuzzification Inference Unit converts ........ input into ........set
- Crisp, Fuzzy
- Fuzzy, Crisp
- Crisp, Crisp
- Fuzzy,Fuzzy
Question 117 :
In Decision Tree, the leaf node represents _____
- test on attribute
- class label
- outcome of test
- cluster
Question 118 :
The ____ can not be regarded as type of planning in AI
- Total Order planning
- Partial Order Planning
- Hierarchical Planning
- Mesh Planning
Question 119 :
For a perfect binary tree if BFS visits the nodes in following order : A,B,C,D,E,F,G then what will be order for Iterative deepening DFS ?
- A,B,C,D,,E,F,G
- A,B,D,C,F,G,E,
- A,B,D,E,C,F,G
- A,B,D,E,E,G,F
Question 120 :
. In CNF, existentially quantified variables are replaced by a ___ process.
- Recursion
- Iteraton
- Skolemization
- Normalization