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.

40 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Intelligence requires

  1. data
  2. information
  3. knowledge
  4. brain
Question 2 Multiple Choice (Single Answer)

The first and foremost requirement of a control strategy is

  1. it causes motion
  2. it is systematic
  3. it is linear
  4. it is solution oriented
Question 3 Multiple Choice (Single Answer)

The Depth-First Search uses

  1. substitution
  2. recursion
  3. non-recursion
  4. none of the above
Question 4 Multiple Choice (Single Answer)

Artificial Intelligence is a branch of

  1. Biology
  2. Mechanical Engineering
  3. Computer Science
  4. Natural Science
Question 5 Multiple Choice (Single Answer)

_______ provides a way of solving problems as well as a framework for implementing direct techniques.

  1. Abstraction
  2. Search
  3. Solution
  4. None of the above
Question 6 Multiple Choice (Single Answer)

A commutative production system is a production system that is

  1. monotonic
  2. non-monotonic
  3. partially commutative
  4. both (1) and (3)
Question 7 Multiple Choice (Single Answer)

Disadvantage of BFS over DFS is

  1. it requires more memory
  2. it requires less memory
  3. it is inefficient
  4. none of the above
Question 8 Multiple Choice (Single Answer)

An arithmetic problem represented in letters is called

  1. simple arithmetic
  2. letter arithmetic
  3. character arithmetic
  4. cryptarithmatic
Question 9 Multiple Choice (Single Answer)

______ is a technique that improves the efficiency of a search process.

  1. Game playing
  2. Planning
  3. Heuristic
  4. Learning
Question 10 Multiple Choice (Single Answer)

Heuristic function is also called

  1. probability function
  2. optimal function
  3. objective function
  4. linear function
Question 11 Multiple Choice (Single Answer)

__________ strategy is a variant of generate and test, in which feedback from the test procedure is used.

  1. BFS
  2. DFS
  3. Best-first-search
  4. Hill climbing
Question 12 Multiple Choice (Single Answer)

__________ 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.

  1. Complex Hill-Climbing
  2. Steepest-Ascent Hill-Climbing
  3. Simulated Annealing
  4. None of the above
Question 13 Multiple Choice (Single Answer)

The A* algorithm represents

  1. DFS algorithm
  2. BFS algorithm
  3. Best-First Search algorithm
  4. Problem reduction
Question 14 Multiple Choice (Single Answer)

The decomposition / reduction of a problem into smaller problems is represented by

  1. OR graph
  2. AND graph
  3. AND-OR graphs
  4. None of these
Question 15 Multiple Choice (Single Answer)

Best-First-Search strategy is a combination of

  1. BFS & Binary Search
  2. DFS & Binary Search
  3. BFS & DFS
  4. AND & OR Graphs
Question 16 Multiple Choice (Single Answer)

Constraint satisfaction is a search procedure that operates in a space of

  1. rules
  2. operators
  3. constraints
  4. none of these
Question 17 Multiple Choice (Single Answer)

________ is the ability to represent all the kinds of knowledge that is needed in the problem domain.

  1. Representational adequacy
  2. Inferential adequacy
  3. Inferential efficiency
  4. Acquisitional efficiency
Question 18 Multiple Choice (Single Answer)

The cryptarithmetic puzzle is an example for

  1. problem reduction
  2. constraint satisfaction
  3. best-first-search
  4. all of the above
Question 19 Multiple Choice (Single Answer)

The AO* algorithm is based on

  1. DFS algorithm
  2. Problem reduction
  3. Best-First Search algorithm
  4. None of these
Question 20 Multiple Choice (Single Answer)

In prepositional logic, we can represent real world facts as __________ written as well formed formulas.

  1. propositions
  2. statements
  3. assertions
  4. all of the above
Question 21 Multiple Choice (Single Answer)

Resolution produces proofs by

  1. refutation
  2. matching
  3. substitution
  4. application
Question 22 Multiple Choice (Single Answer)

In predicate logic, we can represent real world facts as _________ written as well formed formulas.

  1. propositions
  2. statements
  3. assertions
  4. all of the above
Question 23 Multiple Choice (Single Answer)

In sentence “John spotted Sue”, the agent is

  1. John
  2. Sue
  3. Spot
  4. None of the above
Question 24 Multiple Choice (Single Answer)

__________ strategy reasons both in forward and backward directions.

  1. Constraint satisfaction
  2. Hill-climbing search
  3. Generate & test
  4. Means-ends analysis
Question 25 Multiple Choice (Single Answer)

'aà b' is equivalent to

  1. a = b
  2. bعa
  3. aعb
  4. b = a
Question 26 Multiple Choice (Single Answer)

Knowledge level describes

  1. information
  2. facts
  3. rules
  4. values
Question 27 Multiple Choice (Single Answer)

In forward reasoning, search proceeds from

  1. the goal states
  2. the start states
  3. the problem states
  4. the intermediate states
Question 28 Multiple Choice (Single Answer)

Strong slot-and-filler structures are strong because the knowledge in them is

  1. specific
  2. general
  3. empty
  4. full
Question 29 Multiple Choice (Single Answer)

Demorgan’s law says that ù (aÚb) =

  1. ù a Ù ù b
  2. ù a Ú ù b
  3. a Ù b
  4. a Ú b
Question 30 Multiple Choice (Single Answer)

Demorgan's law says that ù (aظb) =

  1. ù a ظ ù b
  2. ù a ع ù b
  3. a ظ b
  4. a ع b
Question 31 Multiple Choice (Single Answer)

_________ is/are weak slot-and-filler structure(s).

  1. Conceptual dependency
  2. Scripts
  3. Frames
  4. None of these
Question 32 Multiple Choice (Single Answer)

_________ is/are strong slot-and-filler structure(s).

  1. Conceptual depending
  2. Symmetric nets
  3. Frames
  4. None of these
Question 33 Multiple Choice (Single Answer)

In procedural representation, logical assertions are viewed as

  1. data
  2. program
  3. both (1) and (2)
  4. none of these
Question 34 Multiple Choice (Single Answer)

Weak slot-and-filler structures are weak because the knowledge in them is

  1. specific
  2. general
  3. empty
  4. full
Question 35 Multiple Choice (Single Answer)

At symbol level, the objects at the knowledge level are defined in terms of

  1. classes
  2. attributes
  3. symbols
  4. all of the above
Question 36 Multiple Choice (Single Answer)

In cryptarithmetic puzzle, “no two letters have the same value”. This indicates

  1. constraints
  2. initial state
  3. goal state
  4. rules
Question 37 Multiple Choice (Single Answer)

Predicate logic is the way of representing

  1. knowledge
  2. data
  3. facts
  4. information
Question 38 Multiple Choice (Single Answer)

In declarative representation, logical assertions are viewed as

  1. data
  2. program
  3. procedure
  4. none of these
Question 39 Multiple Choice (Single Answer)

Knowledge inheritance is easy in slot-and-filler systems because it is structured as

  1. entities
  2. attributes
  3. both (1) and (2)
  4. none of these
Question 40 Multiple Choice (Single Answer)

In backward reasoning, search proceeds from

  1. the goal states
  2. the start states
  3. the problem states
  4. the intermediate states