Question 61 :
α -> β is FALSE only when α is .......... and β is ............
- TRUE, TRUE
- FALSE, TRUE
- TRUE, FALSE
- FALSE, FALSE
Question 62 :
____Agent provides crude binary distinction between Happy and Unhappy states
- Simple reflex agent
- Model based agent
- Learning agent
- Goal Based agent
Question 63 :
Genetic algorithm uses_________________ to determine optimization
- fit function
- fitness function
- active function
- strength function
Question 64 :
______________ offers a way to avoid solving hard representation problems by outsourcing all genetic operators to outside agents
- Automated Genetic Algorithm
- Intelligent Genetic Algorithm
- Best Genetic Algorithm
- Human-based Genetic Algorithm
Question 65 :
The mutation operator that replaces genome with upper or lower boundary randomly is
- Flip
- Boundary
- Uniform
- Gaussian
Question 66 :
Local beam search with k = 1 is _____ search
- Depth First
- Iterative deepening
- Hill Climbing
- Breadth First
Question 67 :
An agent is composed of .............
- Architecture
- Agent Function
- Perception Sequence
- Architecture and Program
Question 68 :
The space complexity of _____ is better than _______.
- BFS, DFS
- DFS, BFS
- BFS, Depth Limited Search
- BFS, IDDFS
Question 69 :
What is key advantage of local search algorithms?
- Less memory
- More time
- Less memory - Finds a solution in large infinite space
- Finds a solution in large infinite space
Question 70 :
_______ is regarded as brain of an Expert System.
- Inference Engine
- User Interface
- Knowledge Base
- End User
Question 71 :
In Membership function graph x-axis represents?
- Universe of discourse
- degrees of membership in the [0, 1] interval
- degrees of discourse
- Universe of membership
Question 72 :
Neural Network contain highly interconnected processing elements called as,
- Impulses
- Neurons
- Weights
- Data
Question 73 :
____________________ is tolerant to imprecision and uncertainty and follows a multivalued logic.
- Hard Computing
- Soft Computing
- Analytical Model based computing
- Adhoc Computing
Question 74 :
What is the space complexity of Depth-first search with branching factor b and maximum depth m
- O(b)
- O(bl)
- O(m)
- O(bm)
Question 75 :
Web crawler is a ....
- Intelligent goal-based agent
- Problem-Solving agent
- Simple reflex agent
- Model based agent
Question 76 :
Number of Nodes expanded in MinMax algorithm is _____ that of Alpha Beta Pruning method.
- less than
- always same as
- same or greater than
- less or same as
Question 77 :
What are you predicting by : ∀x mushroom(x) ˄ violet(x) __> poisonous(x) ?
- There is a violet mushroom, which is poisonous
- All mushrooms are poisonous
- All violet mushrooms are poisonous
- Violet mushrooms are not poisonous
Question 78 :
Which approach is most suited to complex problems with significant uncertainty, a need for experimentation, and time compression?
- Simulation
- human intuition
- Optimization
- genetic algorithms
Question 79 :
∃x ∃y admires(x,y)
- Every one admires some one
- Some one admires every one
- Some one admires some one
- Every one admire every one
Question 80 :
It contains fuzzy IF-THEN rules.
- fuzzification unit
- Decision-making Unit
- Rule base
- data base
Question 81 :
In NLP ______ includes breaking of chunks of language input into sets of tokens corresponding to paragraphs, sentences and words.
- Morphological Processing
- Symantic Analysis
- Pragmatic Analysis
- Discourse Integration
Question 82 :
Classification and Regression are the examples of ............learning
- Supervised
- Unsupervised
- dependent
- Specialized
Question 83 :
FOPL and Proposition Logic are examples of ______ language
- High Level Language
- Low Level Language
- Natural Language
- Knowledge representation language
Question 84 :
Any soft‐computing methodology is characterized with
- precise solutions
- control actions are unambiguous and accurate
- Control action is formally defined
- algorithm which can easily adapt with the change of dynamic environment
Question 85 :
Which environment is called as semi dynamic?
- Environment does not change with the passage of time
- Agent performance changes
- Environment will be changed
- Agent performance does not change
Question 86 :
Which of the following is the correct definition of 'an aunt' in FOL? Here, Aunt(x,y) is read as x is an aunt of y and Sister(x,y) is read as x is a sister of y.
- ∀x ∀y (Aunt(x,y) __> ∀z (Sister(z, x) v Parent(z, y)))
- ∀x ∀y (Aunt(x,y) __> ∃z (Sister(z,x) ∧ Parent(z,y)))
- ∀x ∀y (Aunt(x,y) __> ∃z (Sister(x,z) ∧ Parent(z,y)))
- ∀x ∀y (Aunt(x,y) __> ∃z (Sister(x,z) __> Parent(z,y)))
Question 87 :
Rules are expressed as a set of?
- Switch statement
- Using Loop
- if-then statements
- Using continue statement
Question 88 :
What is TRUE for linear activation functions.
- Weights and biases of neural network with linear activation function will not get updated during backpropogation.
- The network with linear activation function will not be able to learn complex patterns in data.
- They can be used only for binary classifier
- The derivative of linear activation function is zero.
Question 89 :
_____ fuzzy membership function is defined by a lower limit 'a', an upper limit 'b', and a value 'm', where a < m < b
- Trapozoidal
- Triangular
- Sigmoidal
- Increasing
Question 90 :
The suitable task environment for Fighter plane simulator agent is___
- Fully Observable
- Deterministic
- Dynamic
- Episodic