Artificial Intelligence MCQS

All Questions for: Artificial Intelligence MCQS

Question 301: What is rational at any given time depends on?

  • A All of the mentioned
  • B The actions that the agent can perform
  • C The performance measure that defines the criterion of success
  • D The agent's prior knowledge of the environment

Explanation: No explanation is given for this question

Question 302: __________ algorithm translates a planning problem in to prepositional axioms.

  • A GraphPlan
  • B SatPlan
  • C Greedy
  • D None of the mentioned

Explanation: No explanation is given for this question

Question 303: Which condition is used to influence a variable directly by all the others?

  • A Partially connected
  • B Local connected
  • C None of the mentioned
  • D Fully connected

Explanation: No explanation is given for this question

Question 304: ART (Automatic Reasoning Tool) is designed to be used on:

  • A microcomputers
  • B All of the above
  • C LISP machines
  • D None of the above
  • E personal computers

Explanation: No explanation is given for this question

Question 305: How do you represent "All dogs have tails"?

  • A ?x: dog(x) ahasatail(x)
  • B ?x: dog(y) ahastail(x)
  • C ?x: dog(x) ahastail(x)
  • D ?x: dog(x) ahastail(y)

Explanation: No explanation is given for this question

Question 306: In an Unsupervised learning ____________

  • A Both inputs and outputs are given
  • B Specific output values are not given
  • C No specific Inputs are given
  • D Specific output values are given

Explanation: No explanation is given for this question

Question 307: If the English Philosopher Thomas Hobbes could be called 'grandfather' of artificial intelligence, then who could be called its father?

  • A John McCarthy
  • B A.M. Turning
  • C Herbert Simon
  • D None of the above
  • E Allen Newell

Explanation: No explanation is given for this question

Question 308: Research scientists all over the world are taking steps towards building computers with circuits patterned after the complex inter connections existing among the human brain's nerve cells. What name is given to such type of computers?

  • A Smart computers
  • B Neural network computers
  • C Supercomputers
  • D None of the above
  • E Intelligent computers

Explanation: No explanation is given for this question

Question 309: What is meant by persistence actions?

  • A Allow a literal to remain false & true
  • B None of the mentioned
  • C Allow a literal to remain false
  • D Allow a literal to remain true

Explanation: No explanation is given for this question

Question 310: Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the following.

  • A All of the mentioned
  • B NOT
  • C AND
  • D OR

Explanation: No explanation is given for this question

Question 311: Which of the following is a component of Artificial Intelligence?

  • A Training
  • B Learning
  • C Puzzling
  • D Designing

Explanation: No explanation is given for this question

Question 312: Which of the following have computers traditionally done better than people?

  • A None of the above
  • B both (a) and (c)
  • C computing numerically
  • D responding flexibly
  • E storing information

Explanation: No explanation is given for this question

Question 313: Given a stream of text, Named Entity Recognition determines which pronoun maps to which noun.

  • A False
  • B True

Explanation: No explanation is given for this question

Question 314: What is the main advantage of backward state-space search?

  • A Relevant actions
  • B Cost
  • C Actions
  • D All of the mentioned

Explanation: No explanation is given for this question

Question 315: Fuzzy logic is usually represented as ___________

  • A IF-THEN rules
  • B IF-THEN-ELSE rules
  • C None of the mentioned
  • D Both IF-THEN-ELSE rules & IF-THEN rules

Explanation: No explanation is given for this question

Question 316: Which of the following can improve the performance of an AI agent?

  • A Perceiving
  • B Learning
  • C Observing
  • D All of the mentioned

Explanation: No explanation is given for this question

Question 317: How the logic programming can be constructed?

  • A All of the mentioned
  • B Graph
  • C Variables
  • D Expressing knowledge in a formal language

Explanation: No explanation is given for this question

Question 318: Which is used to extract solution directly from the planning graph?

  • A All of the mentioned
  • B Hill-climbing search
  • C Graphplan
  • D Planning algorithm

Explanation: No explanation is given for this question

Question 319: Programming a robot by physically moving it through the trajectory you want it to follow is called:

  • A continuous-path control
  • B contact sensing control
  • C None of the above
  • D robot vision control
  • E pick-and-place control

Explanation: Continuous-path control involves programming a robot by physically guiding it through the desired trajectory or path. This is typically achieved by manually moving the robot arm or end effector along the intended path while recording the positions. Option A: Contact sensing control typically involves programming a robot to respond to physical contact with objects or surfaces. Option C: Robot vision control involves using visual data to guide the movements or actions of a robot. Option D: Pick-and-place control involves programming a robot to grasp objects from one location and place them in another. Therefore, the correct choice for programming a robot by physically moving it through the trajectory is .

Question 320: In LISP, the function returns t if <integer> is even and nil otherwise ___________

  • A (even <integer>)
  • B (evenp <integer>)
  • C (numnevenp <integer>)
  • D (numeven <integer>)

Explanation: No explanation is given for this question

Question 321: People overcome natural language problems by:

  • A identifying with familiar situations
  • B grouping attributes into frames
  • C understanding ideas in context
  • D both (b) and (c)
  • E None of the above

Explanation: No explanation is given for this question

Question 322: _________________ are mathematical problems defined as a set of objects whose state must satisfy a number of constraints or limitations.

  • A Constraints Satisfaction Problems
  • B Uninformed Search Problems
  • C All of the mentioned
  • D Local Search Problems

Explanation: No explanation is given for this question

Question 323: Expert Ease was developed under the direction of __________

  • A John McCarthy
  • B Donald Michie
  • C Lofti Zadeh
  • D Alan Turing

Explanation: No explanation is given for this question

Question 324: What form of negation does the prolog allows?

  • A Negation as failure
  • B Negation as success
  • C Proposition
  • D Substitution

Explanation: No explanation is given for this question

Question 325: Sussman Anomaly illustrates a weakness of interleaved planning algorithm.

  • A False
  • B True

Explanation: No explanation is given for this question

Question 326: What is Transposition rule?

  • A From P ? Q, infer ~Q ? P
  • B From P ? Q, infer Q ? P
  • C From P ? Q, infer Q ? ~P
  • D From P ? Q, infer ~Q ? ~P

Explanation: No explanation is given for this question

Question 327: What are the two subfields of Natural language processing?

  • A understanding and generation
  • B time and motion
  • C algorithmic and heuristic
  • D symbolic and numeric

Explanation: No explanation is given for this question

Question 328: In LISP, the function (copy-list

  • A returns t if
  • B All of the above
  • C returns the length of
  • D None of the above
  • E returns a new list that is equal to

Explanation: No explanation is given for this question

Question 329: What is used in determining the nature of the learning problem?

  • A Environment
  • B Feedback
  • C All of the mentioned
  • D Problem

Explanation: No explanation is given for this question

Question 330: Searching using query on Internet is, use of ___________ type of agent.

  • A Goal Based & Online agent
  • B Online agent
  • C Offline agent
  • D Both Offline & Online agent

Explanation: No explanation is given for this question

Question 331: Which is used to improve the performance of heuristic search?

  • A None of the mentioned
  • B Quality of nodes
  • C Simple form of nodes
  • D Quality of heuristic function

Explanation: No explanation is given for this question

Question 332: What part of the manufacturing process relate to each stage of the process and to the process as a whole?

  • A field service
  • B None of the above
  • C distribution
  • D project management
  • E design

Explanation: No explanation is given for this question

Question 333: What does the Bayesian network provide?

  • A None of the mentioned
  • B Complete description of the domain
  • C Partial description of the domain
  • D Complete description of the problem

Explanation: No explanation is given for this question

Question 334: In the 16th century, a Czech rabbi reportedly created a living clay man whose name has become a synonym for an artificial human. The clay man's name was:

  • A Hal
  • B Paracelsus
  • C Frankenstein
  • D Golem
  • E None of the above

Explanation: No explanation is given for this question

Question 335: Which of the following elements constitutes the frame structure?

  • A Frame names
  • B Facts or Data
  • C Procedures and default values
  • D Frame reference in hierarchy

Explanation: No explanation is given for this question

Question 336: 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?

  • A Fuzzy logic
  • B Functional logic
  • C Human logic
  • D None of the above
  • E Boolean logic

Explanation: No explanation is given for this question

Question 337: How to eliminate the redundant rule matching attempts in the forward chaining?

  • A None of the mentioned
  • B Data complexity
  • C Incremental forward chaining
  • D Decremental forward chaining

Explanation: No explanation is given for this question

Question 338: Which environment is called as semi dynamic?

  • A Environment does not change with the passage of time, but Agent performance changes
  • B Environment will be changed
  • C Environment does not change with the passage of time
  • D Agent performance changes

Explanation: No explanation is given for this question

Question 339: How many control unit(s) is/are available in SISD (single data stream, single data stream) architecture?

  • A None of the above
  • B two
  • C Mone
  • D one
  • E more than one

Explanation: No explanation is given for this question

Question 340: What is the total number of quantification available in artificial intelligence?

  • A 4
  • B 1
  • C 2
  • D 3

Explanation: No explanation is given for this question

Question 341: When a top-level function is entered, the LISP processor does?

  • A Large memory and high-speed processor
  • B It reads the function entered
  • C All of the mentioned
  • D It prints the result returned by the function

Explanation: No explanation is given for this question

Question 342: A computer program that contains expertise in a particular domain is called an:

  • A None of the above
  • B expert system
  • C automatic processor
  • D operational symbolizer
  • E intelligent planner

Explanation: No explanation is given for this question

Question 343: The term ___________ is used for a depth-first search that chooses values for one variable at a time and returns when a variable has no legal values left to assign.

  • A Hill algorithm
  • B Backtrack search
  • C Reverse-Down-Hill search
  • D Forward search

Explanation: No explanation is given for this question

Question 344: What is called as transposition table?

  • A Hash table of next seen positions
  • B Hash table of previously seen positions
  • C None of the mentioned
  • D Next value in the search

Explanation: No explanation is given for this question

Question 345: How many states are available in state-space search?

  • A 2
  • B 4
  • C 1
  • D 3

Explanation: No explanation is given for this question

Question 346: The performance of an agent can be improved by __________

  • A Learning
  • B Perceiving
  • C Observing
  • D None of the mentioned

Explanation: No explanation is given for this question

Question 347: Decision Nodes are represented by ____________

  • A Squares
  • B Circles
  • C Disks
  • D Triangles

Explanation: No explanation is given for this question

Question 348: Many words have more than one meaning; we have to select the meaning which makes the most sense in context. This can be resolved by ____________

  • A Word Sense Disambiguation
  • B Fuzzy Logic
  • C All of the mentioned
  • D Shallow Semantic Analysis

Explanation: No explanation is given for this question

Question 349: What kind of clauses are available in Conjunctive Normal Form?

  • A Conjunction of variables
  • B Conjunction of literals
  • C Disjunction of variables
  • D Disjunction of literals

Explanation: No explanation is given for this question

Question 350: A rule-based system consists of a bunch of IF-THEN rules.

  • A False
  • B True

Explanation: No explanation is given for this question