Answer: B. Making A Machine Intelligent. Explanation: Artificial Intelligence Is A Branch of Computer Science, Which Aims To
Answer: B. Making A Machine Intelligent. Explanation: Artificial Intelligence Is A Branch of Computer Science, Which Aims To
a. Fisher Ada
b. Alan Turing
c. John McCarthy
d. Allen Newell
Explanation: John McCarthy was a pioneer in the AI field and known as the father of
Artificial intelligence. He was not only the known as the father of AI but also invented
the term Artificial Intelligence.
3) Select the most appropriate situation for that a blind search can be used.
a. Real-life situation
b. Small Search Space
c. Complex game
d. All of the above
Explanation: Blind Search is also known as uninformed search, and it does not contain
any domain information such as closeness, location of the goal, etc. Hence the most
appropriate situation that can be used for the blind search is Small-search Space.
276.2K
Looking at Artificial Intelligence Technologies Solutions
a. Expert Systems
b. Gaming
c. Vision Systems
d. All of the above
5) Among the given options, which search algorithm requires less memory?
a. Optimal Search
b. Depth First Search
c. Breadth-First Search
d. Linear Search
Explanation: The Depth Search Algorithm or DFS requires very little memory as it only
stores the stack of nodes from the root node to the current node.
6) If a robot is able to change its own trajectory as per the external conditions, then the
robot is considered as the__
a. Mobile
b. Non-Servo
c. Open Loop
d. Intelligent
Answer: d. Intelligent
Explanation: If a robot is able to change its own trajectory as per the external
conditions, then the robot is considered intelligent. Such type of agents come under
the category of AI agents or Rational Agents.
a. LISP
b. PROLOG
c. Python
d. Perl
Answer: d. Perl
Explanation: Among the given languages, Perl is not commonly used for AI. LISP and
PROLOG are the two languages that have been broadly used for AI innovation, and
the most preferred language is Python for AI and Machine learning.
8) A technique that was developed to determine whether a machine could or could not
demonstrate the artificial intelligence known as the___
a. Boolean Algebra
b. Turing Test
c. Logarithm
d. Algorithm
a. Knowledge Base
b. Inference Engine
c. User Interface
d. All of the above
10) Which algorithm is used in the Game tree to make decisions of Win/Lose?
Explanation: A game tree is a directed graph whose nodes represent the positions in
Game and edges represent the moves. To make any decision, the game tree uses the
Min/Max algorithm. The Min/Max algorithm is the preferred one over other search
algorithms, as it provides the best move to the player, assuming that the opponent is
also playing Optimally.
a. 1
b. 2
c. 3
d. 4
Answer: b. 2
Explanation: There are only two ways to solve the problems of state-space search.
12) Among the given options, which is not the required property of Knowledge
representation?
a. Inferential Efficiency
b. Inferential Adequacy
c. Representational Verification
d. Representational Adequacy
o Representational Accuracy
o Inferential Adequacy
o Inferential Efficiency
o Acquisitional efficiency
a. Sensors
b. Perceiver
c. Actuators
d. Both a and c
Hide Answer Workspace
Explanation: An AI agent perceives and acts upon the environment using Sensors and
Actuators. With Sensors, it senses the surrounding, and with Actuators, it acts on it.
a. Simple-action rule
b. Simple &Condition-action rule
c. Condition-action rule
d. None of the above
Explanation: The simple reflex agent takes decisions only on the current condition
and acts accordingly; it ignores the rest of history; hence it follows the Condition-action
rule.
15) Which agent deals with the happy and unhappy state?
a. Utility-based agent
b. Model-based agent
c. Goal-based Agent
d. Learning Agent
Hide Answer Workspace
a. True
b. False
Answer: a. True
Explanation: Rational agent has clear preference, goal, and acts in a way to maximize
its performance. It is said that it always does the right things, which means it gives the
best performance for each action.
17) Which term describes the common-sense of the judgmental part of problem-solving?
a. Values-based
b. Critical
c. Analytical
d. Heuristic
Answer: d. Heuristic
18) Which AI technique enables the computers to understand the associations and
relationships between objects and events?
a. Heuristic Processing
b. Cognitive Science
c. Relative Symbolism
d. Pattern Matching
Explanation: In Exploration problems, the agent does not contain the knowledge of
state space and actions in advance. These are difficult problems and used in the real
world.
20) In the Wumpus World Problem, the reason for the uncertainty is that the agent's sensor
gives only__
21) The search algorithm which is similar to the minimax search, but removes the branches
that don't affect the final output is known as__.
a. Depth-first search
b. Breadth-first search
c. Alpha-beta pruning
d. None of the above
a. Eight states
b. Six states
c. Ten states
d. Any depth
Explanation: The Alpha-beta pruning can be applied to any depth of the tree and it
can eliminate the entire subtree, if it is not affecting the final decision.
23) Among the given options, which is also known as inference rule?
a. Reference
b. Reform
c. Resolution
d. None of the above
Answer: c. Resolution
24) Which of the following option is used to build complex sentences in knowledge
representation?
a. Symbols
b. Connectives
c. Quantifier
d. None of the above
Hide Answer Workspace
Answer:
Explanation: Complex sentences are built by combining the atomic sentences using
connectives.
a. Personal Computers
b. Microcomputers
c. LISP Machines
d. All of the above
26) If according to the hypothesis, the result should be positive, but in fact it is negative,
then it is known as_______.
Explanation: The False Positive Hypothesis means that according to results, you have
that condition, but in reality, you don't have it. Such as for a medical test, if someone
is found Positive for a disease, but actually he doesn't have that disease, then it comes
under the False Positive hypothesis.
27) A hybrid Bayesian Network consist_____.
Explanation: The Hybrid Bayesian network contains both discrete and continuous
variables as the numerical inputs. To define the hybrid network, both kinds of
distributions are used at wide probability distribution.
28) The process of capturing the inference process as Single Inference Rule is known as:
a. Clauses
b. Ponens
c. Generalized Modus Ponens
d. Variables
Explanation: For all inference process in FOL, the single inference rule can be used,
which is called Generalized Modus Ponens. It is said to be the lifted version of Modus
ponens.
Generalized Modus Ponens can be said as, " P implies Q and P is asserted to be true,
therefore Q must be True."
29) Which process makes two different Logical expressions look identical?
a. Unification
b. Lifting
c. Inference Process
d. None of the above
Answer: a. Unification
30) Which algorithm takes two sentences as input and returns a Unifier?
a. Inference
b. Hill-Climbing
c. Unify algorithm
d. Depth-first search
Explanation: The unify algorithm takes two atomic sentences and return a unifier. It is
used for the unification process.
o P: Performance
o E: Environment
o A: Actuators
o S: Sensors
32) In state-space, the set of actions for a given problem is expressed by the_____.
a. Intermediate States
b. Successor function that takes current action and returns next state
c. Initial States
d. None of the above
Answer: b. Successor function that takes current action and returns next state
Explanation: The successor function provides a description of all possible actions and
their next states, which means their outcomes.
33) In which search problem, to find the shortest path, each city must be visited once only?
Explanation: The TSP or Travelling Salesman problem is about finding the shortest
possible route to visit each city only once and returning to the origin city when the list
of all cities and distances between each pair of cities is given.
34) In the TSP problem of n cities, the time taken for traversing all cities, without having
prior knowledge of the length of the minimum tour will be_______.
a. O(n)
b. O(n2)
c. O(n!)
d. O(n/2)
Answer: c. O(n!)
Explanation: In the TSP problem of n cities, the time taken for traversing all cities
without having prior knowledge of the length of the minimum tour will be O(n!).
a. Intelligent Agent
b. Problem-solving agent
c. Simple reflex agent
d. Model-based agent
i. Predicate Logic
a. Both I and II
b. Only II
c. Both II and III
d. Only IV
a. The sentences of Propositional logic can have answers other than True or False.
b. Each sentence is a declarative sentence.
c. Propositional logic is a knowledge representation technique in AI.
d. None of the above
Answer: a. The sentences of Propositional logic can have answers other than True or
False
Explanation: Propositional Knowledge or PL is the simplest form of logic that is used
to represent the knowledge, where all the sentences are propositions. In this, each
sentence is a declarative sentence that can only be either true or False.
Such as, It is Sunday today. This sentence can be either true or false only.
Explanation: The first-order logic is also known as the First-order predicate logic,
which is another way of knowledge representation. The FOL statements contain two
parts that are subject and Predicate.
a. 2 Levels
b. 3 Levels
c. 4 Levels
d. None of the above
Answer: b. 3 Levels
Explanation: The knowledge-based agents have the capability of making decisions
and reasoning to act efficiently. It can be viewed at three different levels, which are:
o Knowledge Level
o Logical Level
o Implementation Level
a. Machine Learning
b. Deep Learning
c. Both a & b
d. None of the above
Explanation: Machine Learning and Deep Learning are the two ways to achieve AI in
real life.
Explanation: The AI agent is the rational agent that runs in the cycle of Perceive, think,
and act.
a. Forward Chaining
b. Backward Chaining
c. Both a and b
d. None of the above
o Forward chaining
o Backward chaining
Explanation: Like all probability theories and methods, Conditional Probability also
provides the estimated result value, which means the probability of an event to occur,
not a 100% accurate result.
Answer: b. Can solve a problem on its own without any human intervention
Explanation: The best AI agent is one that can solve the problem on its own without
any human intervention.
48) The Bayesian Network gives________
a. 5+8
b. 5 add 8
c. 5+8=
d. (+5 8)
Answer: d. (+5 8)
Explanation: The sum of two variables a & b can be entered as (+a b). Hence the sum
of 5 and 8 can be entered as (+5 8).
Explanation: An algorithm is only said the complete algorithm if it ends with a solution
(if it exists).
Answer: d. The heuristic function calculates the cost of an optimal path between the
pair of states
Explanation: The heuristic function is used in Informed search in AI to find the most
promising path in the search. It estimates the closeness of the current state and
calculates the cost of an optimal path between the pair of states. It is represented by
h(n).
52) Which of the given element improve the performance of AI agent so that it can make
better decisions?
a. Changing Element
b. Performance Element
c. Learning Element
d. None of the above
a. 1
b. 2
c. 3
d. 4
Answer: c. 3
Explanation: There are three types of Machine Learning techniques, which are
Supervised Learning, Unsupervised Learning, and Reinforcement Learning.
a. Single Test
b. Two Test
c. Sequence of test
d. No test
Explanation: A decision tree is the supervised machine learning technique that can be
used for both Classification and Regression problems. It reaches its destination using
a Sequence of Tests.
a. Sqrt(x)
b. (sqrt x)
c. x/2
d. none of the above
Answer: (sqrt x)
Explanation: In LISP programming, the square root of any variable x is entered as (sqrt
x).
1 What is Artificial intelligence?
ANSWER: C
ANSWER: A
A. real-life situation
B. complex game
C. small search space
D. all of the mentioned
ANSWER: C
A. Depth-First Search
B. Breadth-First search
C. Optimal search
D. Linear Search
ANSWER: A
ANSWER: D
A. Representational Verification
B. Representational Adequacy
C. Inferential Adequacy
D. Inferential Efficiency
ANSWER: A
7 A.M. turing developed a technique for determining whether a computer could or could not
demonstrate the artificial Intelligence, Presently, this technique is called
A. Turing Test
B. Algorithm
C. Boolean Algebra
D. Logarithm
ANSWER: A
A. parameters
B. contexts
C. production rules
D. all of the mentioned
ANSWER: D
9 Which approach to speech recognition avoids the problem caused by the variation in speech
patterns among different speakers?
ANSWER: D
A. inference engine
B. knowledge base
C. user interface
D. all of the mentioned
ANSWER: D
A. edge detection
B. binocular vision
8th IT- Al Question Bank
C. model-based vision
D. robot vision
ANSWER: C
12 DARPA, the agency that has funded a great deal of American Artificial Intelligence research,
is part of the Department of
A. Defense
B. Energy
C. Education
D. Justice
ANSWER: A
13 Which of these schools was not among the early leaders in Artificial Intelligence research?
A. Dartmouth University
B. Harvard University
C. Massachusetts Institute of Technology
D. Stanford University
ANSWER: B
A. Fisher Ada
B. John McCarthy
C. Allen Newell
D. Alan Turning
ANSWER: B
A. diagnostic
B. descriptive
C. interpretive
D. iterative ANSWER: D
ANSWER: D
A. Single-agent
B. Multi-agent
C. Neither Single-agent nor Multi-agent
D. Only Single-agent and Multi-agent
ANSWER: D
A. Competitive Environment
B. Cooperative Environment
C. Neither Competitive nor Cooperative Environment
D. Only Competitive and Cooperative Environment
ANSWER: A
ANSWER: C
20 A game can be formally defined as a kind of search problem with the following
components.
A. Initial State
B. Successor Function
C. Terminal Test
D. All of the mentioned
ANSWER: D
21 The initial state and the legal moves for each side define the for the game.
A. Search Tree
B. Game Tree
C. State Space Search
D. Forest
ANSWER: B
ANSWER: D
A. Same as of DES
B. Space — bm and time — bm
C. Time — bm and space — bm
D. Same as BFS
ANSWER: A
A. Best-first search
B. State-space search
C. Depth-first search
D. Hill-climbing search
ANSWER: B
ANSWER: D
A. 1
B. 2
C. 3
D. 4
ANSWER: B
A. Progression planning
B. Regression planning
C. Test planning
D. None of the mentioned
ANSWER: A
A. 1
B. 2
C. 3
D. 4
ANSWER: D
A. Cost
B. Actions
C. Relevant actions
D. All of the mentioned
ANSWER: C
A. Regression planning
B. Progression planning
C. State planning
D. Test planning
ANSWER: A
ANSWER: B
32 What will happen if a predecessor description is generated that is satisfied by the initial
state of the planning problem?
A. Success
B. Error
C. Compilation
D. Termination
ANSWER: 0
33 Which approach is to pretend that a pure divide and conquer algorithm will work?
A. Goal independence
B. Subgoal independence
C. Both Goal & Subgoal independence
D. None of the mentioned
ANSWER: B
34 Which search is equal to minimax search but eliminates the branches that can’t influence
the final decision?
A. Depth-first search
B. Breadth-first search
C. Alpha-beta pruning
D. None of the mentioned
ANSWER: C
ANSWER: A
A. 10 states
B. 8 States
C. 6 States
D. Any depth
ANSWER: D
ANSWER: B
ANSWER: D
ANSWER: A
ANSWER: A
ANSWER: B
ANSWER: C
A. Evaluation function
B. Transposition
C. Alpha-beta pruning
D. All of the mentioned ANSWER: A
44 Knowledge and reasoning also play a crucial role in dealing with environment.
A. Completely Observable
B. Partially Observable
C. Neither Completely nor Partially Observable
D. Only Completely and Partially Observable
ANSWER: B
ANSWER: C
46 Choose the correct option. A. Knowledge base (KB. is consists of set of statements.B.
Inference is deriving a new sentence from the KB.
A. A is true, B is true
B. A is false, B is false
C. A is true, B is false
D. A is false, B is true
ANSWER: A
ANSWER: C
48 ‘a I= 13 Ito mean that the sentence a entails the sentence 13) if and only if, in every model in
which a is 13 is also
A. True, true
B. True, false
C. False, true
D. False, false
ANSWER: A
A. Representational Verification
B. Representational Adequacy
C. Inferential Adequacy
D. Inferential Efficiency
ANSWER: A
A. and
B. iff
C. or
D. not
ANSWER: D
ANSWER: D
ANSWER: A
53 Uncertainty arises in the wumpus world because the agent’s sensors give only
ANSWER: C
ANSWER: A
ANSWER: A
A. A consistent hypothesis
B. A false negative hypothesis
C. A false positive hypothesis
D. A specialized hypothesis ANSWER: C
ANSWER: C
ANSWER: A
A. Two-valued logic
B. Crisp set logic
C. Many-valued logic
D. Binary set logic
ANSWER: C
60 The truth values of traditional set theory is and that of fuzzy set is
ANSWER: A
61 The room temperature is hot. Here the hot (use of linguistic variable is useD. can be
represented by
A. Fuzzy Set
B. Crisp Set
C. Fuzzy & Crisp Set
D. None of the mentioned
ANSWER: A
A. Discrete Set
B. Degree of truth
C. Probabilities
D. Both Degree of truth & Probabilities
ANSWER: B
63 Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the following.
A. AND
B. OR
C. NOT
D. All of the mentioned
ANSWER: D
64 There are also other operators, more linguistic in nature, called that can be applied to fuzzy
set theory.
A. Hedges
B. Lingual Variable
C. Fuzz Variable
D. None of the mentioned
ANSWER: A
A. IF-THEN-ELSE rules
B. IF-THEN rules
C. Both IF-THEN-ELSE rules & IF-THEN rules
D. None of the mentioned
ANSWER: B
A. Fuzzy Logic
B. Probability
C. Entropy
D. All of the mentioned
ANSWER: D
67 ________are algorithms that learn from their more complex environments (hence eco) to
generalize, approximate and simplify solution logic.
A. Fuzzy Relational DB
B. Ecorithms
C. Fuzzy Set
D. None of the mentioned
ANSWER: C
A. 1
B. 2
C. 3
D. 4
ANSWER: C
A. Reliability
B. Crucial robustness
8th IT- AI Question Bank
C. Feasibility
D. None of the mentioned
ANSWER: B
A. Solving queries
B. Increasing complexity
C. Decreasing complexity
D. ANSWERing probabilistic query
ANSWER: D
ANSWER: A
72 How the entries in the full joint probability distribution can be calculated?
A. Using variables
B. Using information
C. Both Using variables & information
D. None of the mentioned
ANSWER: B
A. Full distribution
B. Joint distribution
C. Partial distribution
D. All of the mentioned
ANSWER: B
A. Locally structured
B. Fully structured
C. Partial structure
D. All of the mentioned
ANSWER: A
A. Hybrid
B. Dependant
C. Linear
D. None of the mentioned
ANSWER: C
A. Partially connected
B. Fully connected
C. Local connected
D. None of the mentioned
ANSWER: B
77 What is the consequence between a node and its predecessors while creating bayesian
network?
A. Functionally dependent
B. Dependant
C. Conditionally independent
D. Both Conditionally dependant & Dependant
ANSWER: C
78 What is perceptron?
ANSWER: A
80 A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant
of proportionality being equal to 2. The inputs are 4, 10, 5 and 20 respectively. What will be the
output?
A. 238
B. 76
C. 119
D. 123
ANSWER: A
81 Which of the following is true? (I) On average, neural networks have higher computational
rates than conventional computers. (ii) Neural networks learn by example. (iii) Neural networks
mimic the way the human brain works.
ANSWER: A
82 Which of the following is true for neural networks? 0) The training time depends on the size
of the network. (ii) Neural networks can be simulated on a conventional computer. (iii) Artificial
neurons are identical in operation to biological ones.
ANSWER: C
83 What are the advantages of neural networks over conventional computers? (F) They have
the ability to learn by example (ii) They are more fault tolerant (iii)They are more suited for real
time operation due to their high `computational’ rates
ANSWER: D
ANSWER: A
ANSWER: D
86 A 3-input neuron is trained to output a zero when the input is 110 and a one when the input
is 111. After generalization, the output will be zero when and only when the input is?
ANSWER: C
A. Because it can be expressed in a way that allows you to use a neural network
B. Because it is complex binary operation that cannot be solved using neural networks
C. Because it can be solved by a single layer perceptron
D. Because it is the simplest linearly inseparable problem that exists.
ANSWER: D
ANSWER: C
A. Because they are the only class of problem that network can solve successfully
B. Because they are the only class of problem that Perceptron can solve successfully
C. Because they are the only mathematical functions that are continue
D. Because they are the only mathematical functions you can draw
ANSWER: B
ANSWER: A
A. Linear Functions
B. Nonlinear Functions
C. Discrete Functions
D. Exponential Functions
ANSWER: A
92 A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it
outputs a 1, otherwise it just outputs a O.
A. True
B. False
C. Sometimes — it can also output intermediate values as well
D. Can’t say
ANSWER: A
93 What is the name of the function in the following statement “A perceptron adds up all the
weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just
outputs a 0”?
A. Step function
B. Heaviside function
C. Logistic function
D. Perceptron function
ANSWER: B
94 What is a Cybernetics?
ANSWER: B
96 An algorithm is complete if
A. It terminates with a solution when one exists
B. It starts with a solution
8th IT- AI Question Bank
C. It does not terminate with a solution
D. It has a loop
ANSWER: A
ANSWER: B
ANSWER: D
99 The traveling salesman problem involves n cities with paths connecting the cities. The time
taken for traversing through all the cities, without knowing in advance the length of a minimum
tour, is
A. 0(n)
B. 0(n2)
C. 0(n1)
D. 0(n/2)
ANSWER: C
Ans D
A Basic
B Fortran
C Ipl
D Lisp
Ans C
A Smell
B Symbols
C Touch
D Algorithms
Ans B
5 Artificial intelligence is
Ans D
Ans D
7 A series of ai systems developed by pat langley to explore the role of heuristics in scientific
discovery.
A Ramd
B Bacon
C Mit
D Du
Ans B
8 A Turing developed a technique for determining whether a computer could or could not
demonstrate the artificial intelligence,, presently, this technique is called
A Turing test
B Algorithm
C Boolean algebra
D Logarithm
Ans A
A Inference engine
B Knowledge base
C User interface
D All of the above
Ans D
10 Natural language processing can be divided into the two subfields of:
Ans B
11 The characteristics of the computer system capable of thinking, reasoning and learning is
known is
A Machine intelligence
B Human intelligence
C Artificial intelligence
D Virtual intelligence
Ans C
12 The area of AI that investigates methods of facilitating communication between people and
computers is:
Ans A
13 The “Turing machine” showed that you could use a/an system to program any algorithmic
task.
A Binary
B Electro-chemical
C Recursive
D Semantic
Ans A
14 What is the term used for describing the judgmental or commonsense part of problem
solving?
A Heuristic
B Critical
C Value based
D Analytical
Ans A
Ans A
16 Weak AI is
Ans C
A Heuristic processing
B Cognitive science
C Relative symbolism
D Pattern matching
Ans D
A What to say
B When to say something
C Why it is being used
D Both (a) and (b)
Ans D
Ans A
Ans C
Ans D
A Depth-first search
B Breadth-first search
C Optimal search
D Linear search
Ans A
Ans
A Representational verification
B Representational adequacy
C Inferential adequacy
D Inferential efficiency
Ans A
Ans C
Ans D
A (a : b) / c
B A / (b : c)
CA/b
DA/b:c
Ans A
A Monotonic reasoning
B Analogical reasoning
C Bitonic reasoning
D Non-monotonic reasoning
Ans D
A Fully observable
B Partially observable
C All of the mentioned
D None of the mentioned
Ans A
Ans D
Ans C
Ans D
33 Which term is used for describing the judgmental or commonsense part of problem
solving?
A Heuristic
B Critical
C Value based
D Analytical
Ans A
A Budget projections
B Visual presentations
C Business decisions
D Vacation schedules
Ans C
Ans C
36 What is the name of the computer program that contains the distilled knowledge of an
expert?
Ans C
Ans C
A Allophones
B Phonemes
C Syllables
D All of the mentioned
Ans D
39 Which of the factors affect the performance of learner system does not include?
Ans D
A Phonological
B Syntactic
C Empirical
D Logical
Ans C
A1
B2
C3
D4
Ans D
A Simple-action rule
B Condition-action rule
C Simple & condition-action rule
D None of the mentioned
Ans B
Ans C
A Search
B Plan
C Retrieve
D Both search & plan
Ans D
45 Which element in the agent are used for selecting external actions?
A Perceive
B Performance
C Learning
D Actuator
Ans B
A Perception sequence
B Agent function
C Sensors and actuators
D Environment in which agent is performing
Ans B
47 Rational agent is the one who always does the right thing.
A True
B False
Ans A
A True
B False
Ans A
A True
B False
Ans B
50 An agent is composed of
A Architecture
B Agent function
C Perception sequence
D Architecture and program
Ans D
Ans D
A Input, output
B Problem, solution
C Solution, problem
D Parameters, sequence of actions
Ans B
A Initial state
B Last state
C Intermediate state
D All of the mentioned
Ans A
A Intermediate states
B Initial state
C Successor function, which takes current action and returns next immediate state
D None of the mentioned
Ans C
A Extraction
B Abstraction
C Information retrieval
D Mining of data
Ans B
Ans. A
A2
B3
C5
Ans. B
A True
B False
Ans. B
A True
B False
Ans. B
60 Mamdani’s method was among the first built using fuzzy set
theory.
A Control systems
B Expert systems
C Decision analysis systems
Ans. A
61 is the process by which the fuzzy sets that represent the outputs of each rule are combined
into a single fuzzy set.
A Aggregation
B Fuzzification
C Implication
Ans. A
62 Learning works on existing facts and knowledge and deduces new knowledge from the old.
A Inductive
B Application
C Deductive
Ans. C
63 The goal of knowledge analysis is to analyze and structure the knowledge gained during
the planning phase.
A True
B False
Ans. A
A Triangular
B Conical
C Circular
Ans. A
65 The tractable problems are further divided into structured and problems
A Complex
B Simple
C Non-structured
Ans. A
Ans. C
A Knowledge
B Solution
C Problem
Ans. C
Ans. C
69 The characteristics of the computer system capable of thinking, reasoning and learning is
known is
A Machine intelligence
B Artificial intelligence
C Human intelligence
Ans. B
70 What is the term used for describing the judgmental or commonsense part of problem
solving?
A Analytical
B Heuristic
Ans. B
Ans. C
A Psychology
B Cognitive science
C Sociology
Ans. B
A A set of computer programs that produce output that would be considered to reflect
intelligence if it were generated by humans.
B The study of mental faculties through the use of mental models implemented on a computer.
C The embodiment of human intellectual capabilities within a computer.
Ans. C
74 Weak ai is
A A set of computer programs that produce output that would be considered to reflect
intelligence if it were generated by humans.
B The study of mental faculties through the use of mental models implemented on a computer.
C The embodiment of human intellectual capabilities within a computer.
Ans. B
75 Prior to the invention of time-sharing, the prevalent method of computer access was
A Batch processing
B Telecommunication
Ans. A
Ans. C
A (cons )
B (consp )
Ans. B
A (setq y x)
B (setq y ‘x’)
C (set y = ‘x’)
Ans. B
A Time-sharing terminals
B Ai workstations
Ans. B
Ans. B
A (number <object>)
B (numberp <object>)
C (numericp <object>)
Ans. B
82 The area of ai that investigates methods of facilitating communication between people and
computers is
Ans. A
Ans. B
A Associations
B Actions
C All of the mentioned
Ans. C
A Symbolic programmers
B Intelligent programming tools
Ans. B
Ans. C
Ans. A
A Nonlinear functions
B Linear functions
C Discrete functions
Ans. B
89 The network that involves backward links from output to the input and hidden layers is
called
Ans. B
90 There exist only two types of quantifiers, universal quantification and existential
quantification.
A True
B False
Ans. A
Ans.
A Single-agent
B Multi-agent
C Only single-agent and multi-agent
Ans. C
93 Zero sum games are the one in which there are two agents whose actions must alternate
and in which the utility values at the end of the game are always the
same.
A True
B False
Ans. B
94 The initial state and the legal moves for each side define the for the game.
A Search tree
B Game tree
Ans. B
A Best-first search
B State-space search
Ans. B
A1
B2
Ans. B
Ans. C
98 Which approach is to pretend that a pure divide and conquer algorithm will work?
A Goal independence
B Subgoal independence
C Both goal & subgoal independence
Ans. B
99 Though local search algorithms are not systematic, key advantages would include
Ans. A
100 A complete, local search algorithm always finds goal if one exists, an optimal algorithm
always finds a global minimum/maximum.
A True
B False
Ans. A
1. An Artificial Intelligence system developed by Terry A. Winograd to permit an
interactive dialogue about a domain he called blocks-world.
• SIMD
• STUDENT
• SHRDLU
• BACON
Unmute
100%
Loaded: 0%
Fullscreen
View Answer
SHRDLU
View Answer
Artificial intelligence is Making a Machine intelligent
3. DARPA, the agency that has funded a great deal of American Artificial
Intelligence research, is part of the Department of:
• Education
• Defense
• Energy
• Justice
View Answer
DARPA, the agency that has funded a great deal of American Artificial Intelligence research,
is part of the Department of Defense.
• John McCarthy
• Fisher Ada
• Allen Newell
• Alan Turning
View Answer
The father of artificial intelligence is John McCarthy
The Allen Newell (CMU), Herbert Simon (CMU), John McCarthy (MIT), Marvin Minsky (MIT),
and Arthur Samuel (IBM) are the founders and leaders of AI research.
• IntelliCorpn
• Teknowledge
• Texas Instruments
• Tech knowledge
• Analogical reasoning
• Bitonic reasoning
• Non-monotonic reasoning
• Monotonic reasoning
View Answer
Default reasoning is another type of Non-monotonic reasoning.
7. Weak AI is
View Answer
Weak AI is the study of mental faculties through the use of mental models implemented on
a computer.
• mobile
• open loop
• intelligent
• non-servo
View Answer
If a robot can alter its own trajectory in response to external conditions, it is considered to be
intelligent .
9. One of the leading American robotics centers is the Robotics Institute located at
• RAND
• MIT
• CMU
• SRI
View Answer
One of the leading American robotics centers is the Robotics Institute located at CMU
10. What is the name of the computer program that contains the distilled
knowledge of an expert?
• setq
• add
• set
• eva
View Answer
In LISP, the function evaluates both <variable> and <object> is set.
View Answer
Artificial intelligence is Making a Machine intelligent.
13. Which is not the commonly used programming language for AI?
• PROLOG
• LISP
• Perl
• Java script
View Answer
Perl is not the commonly used programming language for AI.
• Inferential Adequacy
• Representational Adequacy
• Representational Verification
• Inferential Efficiency
View Answer
Representational Verification is not a property of representation of knowledge.
View Answer
Computational learning theory analyzes the sample complexity and computational
complexity of Inductive learning.
View Answer
Not all formal languages are context-free
18. What stage of the manufacturing process has been described as "the mapping
of function onto form"?
• Distribution
• project management
• Design
• field service
View Answer
Design
19. Programming a robot by physically moving it through the trajectory you want it
to follow is called:
• continuous-path control
• robot vision control
• contact sensing control
• pick-and-place control
View Answer
Programming a robot by physically moving it through the trajectory you want it to follow is
called continuous-path control.
• 3 add 2
• 3+2
• 3+2=
• (+ 3 2)
View Answer
In LISP, the addition 3 + 2 is entered as (+ 3 2) .
• True
• False
View Answer
True
• Python
• IPL
• LISP
• Machine Language
View Answer
The first ai programming language was called IPL
23. Which of following search algorithm requires less memory?
• Optimal Search
• Breadth-First Search
• Depth First Search
• Linear Search
View Answer
DFS (Depth First Search) algorithm requires less memory because it only stores the stack of
nodes from the root node to the current node.
• Inference Engine
• User Interface
• Knowledge Base
• All are correct
View Answer
All three (Inference Engine, User Interface, and Knowledge Base) are components of an
Expert system.
• To search and measure how far a node in a search tree seems to be from a goal
• To discover something or an idea embedded in a program
• To compare two nodes in a search tree to see if one is better than the other
• All are correct
View Answer
All of the Above answers are correct
View Answer
The stochastic environment posses Local behavior
27. Which is the following is most straightforward approach for planning algorithm?
• Best-first search
• Depth First Search
• State space search
• Binary Search
View Answer
State space search is most straightforward approach for planning algorithm.
28. Which of follwing was originally called the "imitation game" by its creator?
• LISP
• The Turing Test
• The Logic Theorist
• Cybernetics
View Answer
The Turing Test was originally called the "imitation game" by its creator
• Knowledge management
• Singularity
• Artificial intelligence
• case-based reasoning
View Answer
Computational intelligence is a form of Artificial intelligence.
View Answer
Fixing a Problem is not a stage of knowledge engineering.
• Predictive analytics
• Diagnostic analytics
• Cognitive analytics
• All of the above
View Answer
Cognitive analytics
33. The core components are constituents of ai are derived from ...................
• Cognition
• Computation
• Concept of logic
• All of the above
View Answer
All of the above
View Answer
The embodiment of human intellectual capabilities within a computer.
View Answer
Representing your problem with variable and parameter
• Serial AI
• Parallel AI
• Applied AI
• Strong AI
View Answer
Applied AI
View Answer
Both Options
• Data Type
• Data Structure
• A way of representing knowledge
• All of the above
View Answer
A way of representing knowledge
• Gamings
• Vision Systems
• Expert Systems
• All of the above
View Answer
All of the above
40. A problem in a search space is defined by ...........
• Last state
• Initial state
• Intermediate state
• None of the above
View Answer
Intermediate state
1. What is Artificial intelligence?
(a) PROLOG (b) Java (c) LISP (d) Perl (e) Java script.
(b) To search and measure how far a node in a search tree seems to be from a goal
(c) To compare two nodes in a search tree to see if one is better than the other
7. A* algorithm is based on
Answers
1. Answer : (c)
Reason : Because AI is to make things work automatically through machine without using human effort.
Machine will give the result with just giving input from human. That means the system or
machine will act as per the requirement.
2. Answer : (d)
Reason : Because Perl is used as a script language, and not of much use for AI practice. All others are
used to generate an artificial program to a great extent.
3. Answer : (d)
Reason : Because state space is mostly concerned with a problem, when you try to solve a problem, we
have to design a mathematical structure to the problem which can only be through variables
and parameters. Ex. You have given a 4-gallon jug and another 3gallon jugs. Neither has
measuring marker on it. You have to fill the jugs with water .How can you get exactly 2 gallons
of water in to 4gallons.Here the state space can defined as set of ordered
pairs integers(x,y),such that x=0,1,2,3 or 4 and y=0,1,2 or 3;X represents the number of gallons
in 4galoon jug and y represents quantity of water in the 3-gallon jug.
4. Answer : (c)
Reason : When you are trying to solve a problem, you should design how to get a step by step solution
with constraints condition to your problem, e.g Chess board problem.
5. Answer : (a)
Reason : Depth-First Search takes less memory since only the nodes on the current path are stored, but
in Breadth First Search, all of the tree that has generated must be stored.
6. Answer : (e)
Reason : In a heuristic approach we discover certain idea and use heuristic functions to search for a
goal and predicates to compare nodes.
7. Answer : (c)
Reason : Because Best-first-search is giving the idea of optimization and quick choose of path, and all
these characteristic lies in A* algorithm.
8. Answer : (b)
Reason : We use Heuristic approach as it will find out brute force computation ,looking at hundreds of
thousands of positions. e.g Chess competition between Human and AI based Computer.
9. Answer : (a)
Reason : We represent the statement in mathematical logic taking ‘x ‘as Dog and which has tail. We can
not represent two variable x, y for the same object Dog which has tail. The symbol “۷ “represent
all.
Reason : There is nothing to go for Representational verification, the verification comes under
Representational adequacy.
11. What are you predicating by the logic: ۷x: €y: loyalto(x, y).
15. A plan that describe how to take actions in levels of increasing refinement and specificity is
19. Uncertainty arises in the wumpus world because the agent’s sensors give only
(a) Full & Global information (b) Partial & Global Information
(c) Partial & local Information (d) Full & local information
Answers
Reason : ۷x denotes Everyone or all, and €y someone and loyal to is the proposition logic making map
x to y.
Reason : “not” is coming under propositional logic and is therefore not a connective.
Reason : Quantity structure is not a FOL structure while all other are.
Reason : Conclusion is a statement to Goal-based agent, but is not considered as Goal-based agent.
Reason : Partial order planning involves searching over the space of possible plans, rather than
searching over possible situations. The idea is to construct a plan piece-by-piece. There are
two kinds of steps we can take in constructing a plan: add an operator (action), or add an
ordering constraint between operators. The name "partial order planning" comes from the fact
that until we add the ordering constraints, we don't specify the order in which actions are taken.
This (sometimes) allows a partial order planning to avoid lots of backtracking that would slow
down a state-space planner.
Reason : Utility theory to represent and reason with preference. Preference is expressed by utilities.
Utilities are combined with probabilities in the general theory of rational decisions called
decision theory. Decision theory, which combines probability theory with utility theory, provides
a formal and complete frame work for decisions (economic or otherwise) made under
uncertainty-that is, in case where probabilistic descriptions appropriately capture the decision-
maker’s environment.
Reason : The Wumpus world is a grid of squares surrounded by walls, where each square can contain
agents and objects. The agent (you) always starts in the lower left corner, a square that will be
labeled [1, 1]. The agent's task is to find the gold, return to [1, 1] and climb out of the cave. So
uncertainty is there as the agent gives partial and local information only. Global variable are
not goal specific problem solving.
Reason : To specify a Hybrid network, we have to specify two new kinds of distributions: the conditional
distribution for continuous variables given discrete or continuous parents, and the conditional
distribution for a discrete variable given continuous parents.
25. Computational learning theory analyzes the sample complexity and computational complexity
of
(b) The reverse of a context-free language is context-free, but the complement need not be
(c) Every regular language is context-free because it can be described by a regular grammar
(d) The intersection of a context-free language and a regular language is always context-free
Answers
Reason : Locality: In logical systems, whenever we have a rule of the form A => B, we can conclude B,
given evidence A, without worrying about any other rules. Detachment: Once a logical proof is
found for a proposition B, the proposition can be used regardless of how it was derived .That
is, it can be detachment from its justification. Truth-functionality: In logic, the truth of complex
sentences can be computed from the truth of the components. But there are no Attachment
properties lies in a Rule-based system. Global attribute defines a particular problem space as
user specific and changes according to user’s plan to problem.
Reason : FL incorporates a simple, rule-based IF X AND Y THEN Z approach to a solving control problem
rather than attempting to model a system mathematically. The FL model is empirically-based,
relying on an operator's experience rather than their technical understanding of the system. For
example, rather than dealing with temperature control in terms such as "SP =500F", "T
<1000F", or "210C <TEMP <220C", terms like "IF (process is too cool) AND (process is getting
colder) THEN (add heat to the process)" or "IF (process is too hot) AND (process is heating
rapidly) THEN (cool the process quickly)" are used. These terms are imprecise and yet very
descriptive of what must actually happen. Consider what you do in the shower if the
temperature is too cold: you will make the water comfortable very quickly with little trouble. FL
is capable of mimicking this type of behavior but at very high rate.
Reason : The problem of unsupervised learning involves learning patterns in the input when no specific
out put values are supplied. We can not expect the specific output to test your result. Here the
agent does not know what to do, as he is not aware of the fact what propose system will come
out. We can say an ambiguous unproposed situation.
Reason : Inductive learning involves finding a consistent hypothesis that agrees with examples. The
difficulty of the task depends on the chosen representation.
Reason : Computational learning theory analyzes the sample complexity and computational complexity
of inductive learning. There is a trade off between the expressiveness of the hypothesis
language and the ease of learning.
Reason : Consistent hypothesis go with examples, If the hypothesis says it should be negative but infact
it is positive, it is false negative. If a hypothesis says it should be positive, but in fact it is
negative, it is false positive. In a specialized hypothesis we need to have certain restrict or
special conditions.
Reason : A perceptron is a Feed-forward neural network with no hidden units that can be represent only
linear separable functions. If the data are linearly separable, a simple weight updated rule can
be used to fit the data exactly.
Reason : The union and concatenation of two context-free languages is context-free; but intersection
need not be.
31 What is a Cybernetics?
.
(a) Study of communication between two machines
(b) Study of communication between human and machine
(c) Study of communication between two humans
(d) Study of Boolean values
(e) Study of communication between logic circuits.
32 What is the goal of artificial intelligence?
.
(a) To solve real-world problems
(b) To solve artificial problems
(c) To explain various sorts of intelligence
(d) To extract scientific causes
(e) To restrict problems.
33 An algorithm is complete if
.
(a) It terminates with a solution when one exists
(b) It starts with a solution
(c) It does not terminate with a solution
(d) It has a loop
(e) It has a decision parameter.
34 Which is true regarding BFS?
.
(a) BFS will get trapped exploring a single path
(b) The entire tree so far been generated must be stored in BFS
(c) BFS is not guaranteed to find a solution, if exists
(d) BFS is nothing but Binary First Search
(e) BFS is one type of sorting.
35 What is a heuristic function?
.
(a) A function to solve mathematical problems
(b) A function which takes parameters of type string and returns an integer value
(c) A function whose return type is nothing
(d) A function which returns an object
(e) A function that maps from problem state descriptions to measures of desirability.
36 The traveling salesman problem involves n cities with paths connecting the cities. The
. time taken for traversing through all the cities, without knowing in advance the length of a
minimum tour, is
(a) O(n)
(b) O(n2)
(c) O(n!)
(d) O(n/2)
(e) O(2n).
37 The problem space of means-end analysis has
.
(a) An initial state and one or more goal states
(b) One or more initial states and one goal state
(c) One or more initial states and one or more goal state
(d) One initial state and one goal state
(e) No goal state.
38 An algorithm A is admissible if
.
(a) It is not guaranteed to return an optimal solution when one exists
(b) It is guaranteed to return an optimal solution when one exists
(c) It returns more solutions, but not an optimal one
(d) It guarantees to return more optimal solutions
(e) It returns no solutions at all.
39 Knowledge may be
.
I. Declarative.
II. Procedural.
III. Non-procedural.
(a) Only (I) above
(b) Only (II) above
(c) Only (III) above
(d) Both (I) and (II) above
(e) Both (II) and (III) above.
40 Idempotency law is
.
I. P P = P.
II. P P = P.
III. P + P = P.
(a) Only (I) above
(b) Only (II) above
(c) Only (III) above
(d) Both (I) and (II) above
(e) Both (II) and (III) above.
Answers
Answers
51.Machine learning is
(a) The autonomous acquisition of knowledge through the use of computer
programs
(b) The autonomous acquisition of knowledge through the use of manual
programs
(c) The selective acquisition of knowledge through the use of computer
programs
(d) The selective acquisition of knowledge through the use of manual programs
(e) None of the above.
52.Factors which affect the performance of learner system does not include
(a) Representation scheme used
(b) Training scenario
(c) Type of feedback
(d) Good data structures
(e) Learning algorithm.
53.Different learning methods does not include
(a) Memorization
(b) Analogy
(c) Deduction
(d) Introduction
(e) Acceptance.
54.In language understanding, the levels of knowledge that does not include
(a) Phonological
(b) Syntactic
(c) Semantic
(d) Logical
(e) Empirical.
55.A model of language consists of the categories which does not include
(a) Language units
(b) Role structure of units
(c) System constraints
(d) Structural units
(e) Components.
56.Semantic grammars
(a) Encode semantic information into a syntactic grammar
(b) Decode semantic information into a syntactic grammar
(c) Encode syntactic information into a semantic grammar
(d) Decode syntactic information into a semantic grammar
(e) Encode syntactic information into a logical grammar.
57.What is a top-down parser?
(a) Begins by hypothesizing a sentence (the symbol S) and successively
predicting lower level constituents until individual preterminal symbols are
written
(b) Begins by hypothesizing a sentence (the symbol S) and successively
predicting upper level constituents until individual preterminal symbols are
written
(c) Begins by hypothesizing lower level constituents and successively
predicting a sentence (the symbol S)
(d) Begins by hypothesizing upper level constituents and successively
predicting a sentence (the symbol S)
(e) All the above.
58.Perception involves
(a) Sights, sounds, smell and touch
(b) Hitting
(c) Boxing
(d) Dancing
(e) Acting.
59.Among the following which is not a horn clause?
(a) p
(b) p V q
(c) p → q
(d) p → q
(e) All the above.
60.The action ‘STACK(A, B)’ of a robot arm specify to
(a) Place block B on Block A
(b) Place blocks A, B on the table in that order
(c) Place blocks B, A on the table in that order
(d) Place block A on block B
(e) POP A, B from stack.
Answers
5. During the 1940s and 1950s, Norbert Wiener, coined the term ___.
Ans. Cybernetics
6. In late___, Newell and Simon developed The Logic Theorist, considered by many
to be the first AI program.
Ans. 1955
10. Which consortium was formed to develop advanced technologies that apply AI
techniques?
Ans. Microelectronics and Computer Technology Corporation (MCC)
11. Minsky (1985) in his book ___ provides a long and formidable list of attributes of
intelligence.
Ans. The Society of Mind
13. The ___ principle is also used in language processing where words can have
many meanings.
Ans. fourth
16. ___ is using an Injection Molding Advisor to diagnose faults and suggest repairs
for plastic injection moulding mechanisms.
Ans. Kodak
17. Successful demonstrations in vision from 1965 to 1975 were limited to problems
in which ___ such as shadows, highlights, and occlusions were not too troublesome.
Ans. 3-D phenomena
20. Which study shows that the number of deployed expert systems increased from
50 in 1987 to 1400 in 1988?
Ans. Gartner Study
21. State space search is a process used in the field of ___ in which successive
configurations or states of an instance are considered, with the goal of finding a goal
state with the desired property.
Ans. Artificial intelligence (AI)
22. State-space search used in AI is the same as traditional computer science search
methods. (State True or False)
Ans. False
23. ___ are good representations for board games such as Tic-Tac-Toe.
Ans. State spaces
24. A ___ is a computer program typically used to provide some form of artificial
intelligence, which consists primarily of a set of rules about behaviour.
Ans. Production system (or production rule system)
25. ___ searches are performed by diving downward into a tree as quickly as
possible.
Ans. Depth-first
30. ___ performs structure elucidation in organic chemistry based on data from a
mass spectrometer
Ans. Dendral
32. We usually define the representation in terms of ___ that can be manipulated by
programs.
Ans. Symbols
34. In the ___ formal computer knowledge representation languages and systems
arose.
Ans. 1980s
38. The simplest way of storing facts is to use a ___ method where each fact about a
set of objects is set out systematically in columns.
Ans. Relational
40. Sometimes values of attributes are specified explicitly when a ___ base is
created.
Ans. Knowledge
44. ___ is a variant of generate-and-test in which feedback from the test procedure
is used to help the generator decide which direction to move in the search space.
Ans. Hill climbing
47. ___ is a priority queue of nodes that have been evaluated by the heuristic
function but which have not yet been expanded into successors.
Ans. OPEN
48. ___ will always find an optimal path to a goal if the heuristic function is
admissible.
Ans. A*
49. ___ logic deals with the determination of the truth of a sentence.
Ans. Propositional
50. A ___ is a relation in which there is only one value for a given input.
Ans. Function
52. An inference rule is sounding if the conclusion is true in all cases in which the
___ are true.
Ans. Premises
55. ___ is a syntactic inference procedure that, when applied to a set of clauses,
determines if the set is unsatisfiable.
Ans. Resolution
56. ___ algorithm is a straightforward recursion procedure.
Ans. Unification
57. In creating a ___, it is essential first to identify all relevant objects which will
play some role in the anticipated inferences.
Ans. Knowledge base
58. In propositional logic, it is easy to determine that two literals cannot both be true
at the same time.
(State True or False)
Ans. True
59. Languages with precisely defined syntax and semantics are called ___.
Ans. Logics
62. Whenever a thought occurs to an agent, an actor may act upon it. What is this
called? ___
Ans. REASON causation
64. ___ Semantic Networks is an extension to Semantic nets that overcome a few
problems or extend their expression of knowledge.
Ans. Partitioned
65. What is the for a collection of attributes or slots and associated values that
describe some real-world entity.
Ans. frame
67. The ___ indicates the number of slots that an object has and the name of each
slot.
Ans. class
72. ___ refers to a transfer of possession – the abstract transfer of possession from
one person to another, as in a give or a buy.
Ans. ATRANS
75. ___ and ___ are two primary flavours of conceptual-level relations.
Ans. CAUSE, BI-CAUSE
The area of AI that investigates methods of facilitating communication between people and computers is
John McCarthy
Marvin Minsky
Alan Turing
Allen Newell and Herbert Simon
_____________________________________________________________________________________
Who is considered to be the "father" of artificial intelligence?
Fisher Ada
John McCarthy
Allen Newell
Alan Turning
_____________________________________________________________________________________
The finding of a path start state to a goal state is known as
Search
Classification
Simulation
None of these
_____________________________________________________________________________________
An AI technique that allows computers to understand associations and relationships between objects and events is called
heuristic processing
cognitive science
relative symbolism
pattern matching
_____________________________________________________________________________________
Let Q(x, y) denote “x + y = 0” and let there be two quantifications given as
(i) $y"x Q(x, y)
(ii) "x$y Q(x, y)
where x & y are real numbers. Then which of the following is valid ?
associations
actions
free text
All of the above
_____________________________________________________________________________________
Which kind of planning consists of successive representations of different levels of a plan?
hierarchical planning
non-hierarchical planning
project planning
None of the above
_____________________________________________________________________________________
Which search may find many solutions.If many solutions exist ,minimal solution can be found
imposed structure
knowledge engineering assistance
rapid prototyping
All of the above
_____________________________________________________________________________________
KEE is a product of:
Teknowledge
IntelliCorpn
Texas Instruments
Tech knowledge
_____________________________________________________________________________________
The common property of functional language and logical programming language
Fourth
Third
Fifth
Second
_____________________________________________________________________________________
A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery.
RAMD
BACON
MIT
DU
_____________________________________________________________________________________
Shaping teaching techniques to fit the learning patterns of individual students is the goal of
decision support
automatic programming
intelligent computer-assisted instruction
expert systems
_____________________________________________________________________________________
DEC advertises that it helped to create the world first expert system routinely used in an industrial environment called XCON
or
PDP-11
Rl
VAX
MAGNOM
_____________________________________________________________________________________
The strategy used to reduce the number of tree branches and the number of static evaluations applied in case of a game tree is
Minmax strategy
Alpha-beta pruning strategy
Constraint satisfaction strategy
Static max strategy
_____________________________________________________________________________________
Which search algorithm find solutions among all possible ones?
Heuristics
Learning
Optismistic
Blind
_____________________________________________________________________________________
Artificial intelligence is
returns a new list that is equal to <list> by copying the top-level element of <list>
returns the length of <list>
returns t if <list> is empty.
All of the above
_____________________________________________________________________________________
Which of the following have computers traditionally done better than people?
storing information
responding flexibly
computing numerically
both (a) and (c)
_____________________________________________________________________________________
In LISP, the addition 3 + 2 is entered as
3+2
3 add 2
3+2=
(+ 3 2)
_____________________________________________________________________________________
Natural language processing can be divided into the two subfields of
Nanoscience
Nanotechnology
Simulation
Artificial intelligence
_____________________________________________________________________________________
An intelligent robot
(number <object>)
(numberp <object>)
(numericp <object>)
(numeric <object>)
_____________________________________________________________________________________
The transform which possesses the highest ‘energy compaction’ property is
Slant transform
Cosine transform
Fourier transform
Karhunen-Loeve transform
_____________________________________________________________________________________
The company that grew out of research at the MIT AI lab is:
AI corp
LMI
Symbolics
both (b) and (c)
_____________________________________________________________________________________
The field that investigates the mechanics of human intelligence is
history
cognitive science
psychology
sociology
_____________________________________________________________________________________
In LISP, which of the following function assigns the value 10 to the symbol a?
(setq a 10)
(a = b) where b = 10
(a = 10) (d) (setq 10 a)
None of the above
_____________________________________________________________________________________
ART (Automatic Reasoning Tool) is designed to be used on:
LISP machines
personal computers
microcomputers
All of the above
_____________________________________________________________________________________
In LISP, the function (endp <list>)
returns a new list that is equal to <list> by copying the top-level element of <list>
returns the length of <list>
returns t if <list> is empty.
All of the above
_____________________________________________________________________________________
In which of the following situations might a blind search be acceptable?
real-life situation
complex game
small search space
All of the above
_____________________________________________________________________________________
A robots arm is also known as its:
end effector
actuator
manipulator
servomechanism
_____________________________________________________________________________________
The primary method that people use to sense their environment is
reading
writing
speaking
speaking
_____________________________________________________________________________________
In LISP, the function returns t if <object> is a CONS cell and nil otherwise
(cons <object>)
(consp <object>)
(eq <object>)
(cous = <object>)
_____________________________________________________________________________________
The first widely-used commercial form of Artificial Intelligence (Al) is being used in many popular products like microwave
ovens, automobiles and plug in circuit boards for desktop PCs. It allows machines to handle vague information with a deftness
that mimics human intuition. What is the name of this AI?
Boolean logic
Human logic
Fuzzy logic
Functional logic
_____________________________________________________________________________________
What was originally called the "imitation game" by its creator?
CMU
MIT
Stanford University
RAMD
_____________________________________________________________________________________
Elementary linguistic units which are smaller than words are
allophones
phonemes
syllables
All of the above
_____________________________________________________________________________________
To invoke the LISP system, you must enter
AI
LISP
CL (Common Lisp)
both b and c
_____________________________________________________________________________________
In LISP, the function assigns . the value of a to b is
(setq a b)
(setq b a )
(b = a)
(set b = a)
_____________________________________________________________________________________
Which of the following is being investigated as a means of automating the creation of a knowledge base?
0
{}
<>
""
_____________________________________________________________________________________
One definition of AI focuses on problem-solving methods that process:
smell
symbols
touch
_____________________________________________________________________________________
The explanation facility of an expert system may be used to
Production rules
Rule interpreters
Control rules
Meta rules
_____________________________________________________________________________________
The component of an ICAI (Intelligent Computer-Asslsted Instruction) presenting information to the student is the:
student model
problem-solving expertise
tutoring module
All of the above
_____________________________________________________________________________________
The characteristics of the computer system capable of thinking, reasoning and learning is known is
machine intelligence
human intelligence
artificial intelligence
virtual intelligence