Question
Intelligence is the characteristic of
- Living being
- All things
- None of them
- All of them
Question
Can we precisely define Artificial Intelligence?
- Yes we can
- No we can not
Question
Which of the following things demonstrate Intelligence?
- Problem solving
- Recognize/Remember
- Think/learn/Plan/Schedule
- All of the above
Question
Try to catch out own thoughts as they go by is ________.
- Introspection
- Psychology
- Both of given
- None of the given
Question
Intelligence is the ability to ____________.
- Think/learn/Plan/Schedule
- Recognize/Remember
- Problem solving
- All of the above
Question
__________ AI actually tries to recreate the functions of the inside of the brain as opposed to simply emulating behavior.
- Weak
- Strong
- Weak and Strong
- None of the given
Question
__________ AI treats the brain as a black box and just emulates its functionality.
- Weak
- Strong
- Weak and Strong
- None of the given
Question
From discipline of _____________ we have the tools and techniques to investigate the human mind and ways to represent the resulting theories.
- Computer Science
- Biology
- Mathematics
- Psychology
Question
From discipline of _____________ we have information about the network structure of a human brain and all the theories on functionalities of different human organs.
- Mathematics
- Biology
- Computer Science
- Psychology
Question
Which of the following disciplines provides us with the theories of structure and meaning of language?
- Linguistic
- Philosophy
- Biology
- Psychology
Question
Hit and trial is a classical approach to solve the ___________ problem easily.
- Trivial
- Medium
- All of the given
- None of the given
Question
__________ is a Classical way of problem solving.
- GA
- Generate and Test
- Reasoning
- None of the given
Question
The traveling inside a solution space requires something called as __________.
- Problem Statement
- Operands
- Operators
- Solution Space
Question
Some essential components of problem solving are Problem statement, ________, Solution space and Operators.
- Complex State
- Initial State
- Intermediate State
- Goal State
Question
By getting grips on _________ that deal with searching techniques in graphs and trees, problem solving can be performed in an efficient manner.
- Pseudocode
- Algorithms
- Charts
- Graphs
Question
In Optimal Path searches we try to find the _________ solution.
- Least
- Best
- Last but not the Least
- None of the given
Question
Most of the solution spaces for problems can be represented in _______.
- Trees
- Demos
- Graphs
- None of the given
Question
We use graphs to represent problems and their solution spaces.
- True
- False
Question
Every graph can be converted into a tree.
- True
- False
Question
Most of the solution spaces for problems can be represented in a ___________.
- Graph
- Table
- Demo
- None of the above
Question
Procedures that search the solution space in an uninformed manner are usually costly with respect to _________.
- Time
- Space
- Time and space both
- All of the given
Question
In DFS, node with the largest value of height will be at Priority ________.
- Maximum
- Minimum
- Zero
- Least
Question
In Depth First Search the node with the largest value of height will be at the ___________ priority to be picked.
- Minimum
- Maximum
- Zero
- Both minimum and maximum
Question
In Breadth First Search the node with the largest value of height will be at the _________ priority to be picked.
- Zero
- Minimum
- Maximum
- None of the given
Question
Breadth-First Search checks all paths of a given length before moving on to any longer paths.
- True
- False
Question
Breadth-first search is a good idea when you are confident that the branching factor is _________.
- Extremely small
- Small
- Medium
- Large
Question
The foothill problem occurs whenever there are________ peaks.
- High
- Secondary
- Primary
- Deep
Question
Which one of the problems is more subtle, and consequently, is more frustrating?
- Foothill problem
- Plateau
- Ridge
- Box
Question
The paths founded by Best First search are likely to be _________ than those found with other methods.
- Longer
- Shorter
- Both of the given
- None of the given
Question
Best First Search is a greedy approach.
- True
- False
Question
In Adversarial search there may occur such a scenario where two opponents also called ___________ are searching for a goal.
- Adversaries
- Friend
- Players
- Intruders
Question
We can get optimal solution given some parameters using Genetic Algorithm.
- True
- False
Question
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
- True
- False
Question
In Basic Genetic Algorithm the term mutation refers to a small random ________.
- Number
- Change
- Operator
- Operand
Question
Genetic Algorithms is a search method in which multiple search paths are followed in _______.
- Series
- Parallel
- Sequential
- None of the given
Question
A function by which we can tell which board position is nearer to our goal is called _________.
- Alternative function
- Recursive function
- Best function
- Fitness function
Question
What is the correct order for solving a problem using GA
I. Choose the best individuals from the population for crossover
II. Choose initial population
III. Evaluate the fitness of each individual
- I,II,III
- I,III,II
- II,I,III
- II,III,I
Question
Mutation can be as simple as just flipping a bit at random or any number of bits.
- True
- False
Question
In GA, the random process is repeated until an individual with required _________ level is found.
- Higher
- Lower
- Fitness
- Logical
Question
A function by which we can tell which board position is nearer to our goal is called.
- Alternative function
- Recursive function
- Best function
- Fitness function
Question
An AI system must form a meaningful and useful __________ of the internal information.
- Representation
- Execution
- Learning
- Planning
Question
An AI system has a ____________ component that allows the system to get information from its environment.
- Planning
- Perception
- Learning
- Execution
Question
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
- Does not exist
- Exists
- Is incorrect
- Is correct
Question
A proposition is the statement of a _________.
- Equation
- Action
- Theorem
- Fact
Question
Semantic networks are graphs, with nodes representing _________ and arcs representing _________ between objects.
- distance, relationships
- objects, distance
- relationships, distance
- objects, relationships
Question
A statement in conjunctive normal form (CNF) consists of _________.
- ANDs of Ors.
- ANDs
- Ors
- Ors of ANDs
Question
__________ is the process of deriving logical conclusions from given facts.
- Representation
- Execution
- Reasoning
- Planning
Question
In the statement "IF A THEN B", A is called
- Antecedent
- Consequent
Question
__________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
- Deductive
- Abductive
- Inductive
- Analogical
Question
An ___________ is “A computer program designed to model the problem solving ability of a human expert”.
- Expert system
- Intelligent System
- Echo System
- Energy System
Question
Another expert system named __________ was developed by Digital Equipment Corporation, as a computer configuration assistant.
- R1/XCON
- MYCIN
- Dendral
- R3/XCON
Question
An expert system may replace the expert or assist the expert.
- True
- False
Question
Conventional programming focuses on _______, while ES programming focuses on ________.
- Solution, Problem
- Problem, Solution
- Problem, Expert
- Solution, Expert
Question
In backward chaining terminology, the hypothesis to prove is called the ________.
- Proof
- Goal
- Plan
- None of the given