Artificial Intelligence
Get complete notes and test papers for Artificial Intelligence, Robotics, Machines, Robotics Systems, and Extreme Machines covering search algorithms, knowledge representation, constraint satisfaction, and problem-solving strategies.
Questions
Intelligence requires
- data
- information
- knowledge
- brain
The first and foremost requirement of a control strategy is
- it causes motion
- it is systematic
- it is linear
- it is solution oriented
The Depth-First Search uses
- substitution
- recursion
- non-recursion
- none of the above
Artificial Intelligence is a branch of
- Biology
- Mechanical Engineering
- Computer Science
- Natural Science
_______ provides a way of solving problems as well as a framework for implementing direct techniques.
- Abstraction
- Search
- Solution
- None of the above
A commutative production system is a production system that is
- monotonic
- non-monotonic
- partially commutative
- both (1) and (3)
Disadvantage of BFS over DFS is
- it requires more memory
- it requires less memory
- it is inefficient
- none of the above
An arithmetic problem represented in letters is called
- simple arithmetic
- letter arithmetic
- character arithmetic
- cryptarithmatic
______ is a technique that improves the efficiency of a search process.
- Game playing
- Planning
- Heuristic
- Learning
Heuristic function is also called
- probability function
- optimal function
- objective function
- linear function
__________ strategy is a variant of generate and test, in which feedback from the test procedure is used.
- BFS
- DFS
- Best-first-search
- Hill climbing
__________ is a useful variation on Simple Hill-Climbing that considers all the moves from the current state and selects the best one as the next state.
- Complex Hill-Climbing
- Steepest-Ascent Hill-Climbing
- Simulated Annealing
- None of the above
The A* algorithm represents
- DFS algorithm
- BFS algorithm
- Best-First Search algorithm
- Problem reduction
The decomposition / reduction of a problem into smaller problems is represented by
- OR graph
- AND graph
- AND-OR graphs
- None of these
Best-First-Search strategy is a combination of
- BFS & Binary Search
- DFS & Binary Search
- BFS & DFS
- AND & OR Graphs
Constraint satisfaction is a search procedure that operates in a space of
- rules
- operators
- constraints
- none of these
________ is the ability to represent all the kinds of knowledge that is needed in the problem domain.
- Representational adequacy
- Inferential adequacy
- Inferential efficiency
- Acquisitional efficiency
The cryptarithmetic puzzle is an example for
- problem reduction
- constraint satisfaction
- best-first-search
- all of the above
The AO* algorithm is based on
- DFS algorithm
- Problem reduction
- Best-First Search algorithm
- None of these
In prepositional logic, we can represent real world facts as __________ written as well formed formulas.
- propositions
- statements
- assertions
- all of the above
Resolution produces proofs by
- refutation
- matching
- substitution
- application
In predicate logic, we can represent real world facts as _________ written as well formed formulas.
- propositions
- statements
- assertions
- all of the above
In sentence “John spotted Sue”, the agent is
- John
- Sue
- Spot
- None of the above
__________ strategy reasons both in forward and backward directions.
- Constraint satisfaction
- Hill-climbing search
- Generate & test
- Means-ends analysis
'aà b' is equivalent to
- a = b
- bعa
- aعb
- b = a
Knowledge level describes
- information
- facts
- rules
- values
In forward reasoning, search proceeds from
- the goal states
- the start states
- the problem states
- the intermediate states
Strong slot-and-filler structures are strong because the knowledge in them is
- specific
- general
- empty
- full
Demorgan’s law says that ù (aÚb) =
- ù a Ù ù b
- ù a Ú ù b
- a Ù b
- a Ú b
Demorgan's law says that ù (aظb) =
- ù a ظ ù b
- ù a ع ù b
- a ظ b
- a ع b
_________ is/are weak slot-and-filler structure(s).
- Conceptual dependency
- Scripts
- Frames
- None of these
_________ is/are strong slot-and-filler structure(s).
- Conceptual depending
- Symmetric nets
- Frames
- None of these
In procedural representation, logical assertions are viewed as
- data
- program
- both (1) and (2)
- none of these
Weak slot-and-filler structures are weak because the knowledge in them is
- specific
- general
- empty
- full
At symbol level, the objects at the knowledge level are defined in terms of
- classes
- attributes
- symbols
- all of the above
In cryptarithmetic puzzle, “no two letters have the same value”. This indicates
- constraints
- initial state
- goal state
- rules
Predicate logic is the way of representing
- knowledge
- data
- facts
- information
In declarative representation, logical assertions are viewed as
- data
- program
- procedure
- none of these
Knowledge inheritance is easy in slot-and-filler systems because it is structured as
- entities
- attributes
- both (1) and (2)
- none of these
In backward reasoning, search proceeds from
- the goal states
- the start states
- the problem states
- the intermediate states