Artificial Intelligence MCQS
All Questions for: Artificial Intelligence MCQS
Question 1: In 1985, the famous chess player David Levy beat a world champion chess program in four straight games by using orthodox moves that confused the program. What was the name of the chess program?
- A DIGDUG
- B Golf
- C None of the above
- D Kaissa
- E CRAY BLITZ
Explanation: No explanation is given for this question
Question 2: Which of the following "laws" is Asimov's first and most important law of robotics?
- A robots must make business a greater profit
- B robot actions must never result in damage to the robot
- C robots must never take actions harmful to humans
- D robots must follow the directions given by humans
Explanation: No explanation is given for this question
Question 3: Graphic interfaces were first used in a Xerox product called:
- A None of the above
- B Ethernet
- C ZetaLISP
- D InterLISP
- E Smalltalk
Explanation: No explanation is given for this question
Question 4: A bidirectional feedback loop links computer modelling with:
- A cognitive science
- B None of the above
- C heuristic processing
- D artificial science
- E human intelligence
Explanation: No explanation is given for this question
Question 5: What is the term used for describing the judgmental or commonsense part of problem solving?
- A Analytical
- B Critical
- C None of the above
- D Value based
- E Heuristic
Explanation: A heuristic refers to a practical approach or guiding principle used to solve problems efficiently, especially when faced with complex or ill-defined situations. It involves using judgment or common sense to make decisions or find solutions. Heuristics are valuable in problem-solving because they allow us to reach conclusions quickly, even if they're not always perfect or guaranteed to be optimal. In contrast, the other options do not specifically relate to the judgmental or commonsense aspect of problem-solving: Option B: Critical, typically refers to the analysis or evaluation of arguments or situations. Option C: Value-based, relates to decisions or actions guided by personal or organizational values. Option D: Analytical, pertains to a methodical or systematic approach to problem-solving, often involving detailed examination or decomposition of a problem. Therefore, the correct choice emphasizing the judgmental or commonsense aspect of problem-solving is .
Question 6: DEC advertises that it helped to create "the world's first expert system routinely used in an industrial environment," called XCON or __________
- A MAGNOM
- B VAX
- C PDP-11
- D Rl
Explanation: No explanation is given for this question
Question 7: The area of AI that investigates methods of facilitating communication between people and computers is:
- A decision support
- B natural language processing
- C symbolic processing
- D None of the above
- E robotics
Explanation: No explanation is given for this question
Question 8: Two literals are complementary if _____________
- A They are unequal but of equal sign
- B They are identical but of opposite sign
- C They are identical and of equal sign
- D They are equal
Explanation: No explanation is given for this question
Question 9: Output segments of AI programming contain(s)
- A All of the above
- B None of the above
- C Manipulation of physical object
- D Locomotion
- E printed language and synthesized speech
Explanation: No explanation is given for this question
Question 10: The Newell and Simon program that proved theorems of Principia Mathematica was:
- A Logic Theorist
- B Elementary Perceiver
- C None of the above
- D Boolean Algebra
- E General Problem Solver
Explanation: No explanation is given for this question
Question 11: The action of the Simple reflex agent completely depends upon __________
- A Current perception
- B Utility functions
- C Perception history
- D Learning theory
Explanation: No explanation is given for this question
Question 12: The expert system developed at MIT to solve mathematical problems is known as ___________
- A RAND
- B MACSYMA
- C ISIS
- D MOLGEN
Explanation: No explanation is given for this question
Question 13: Why are linearly separable problems of interest of neural network researchers?
- 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 you can draw
- D Because they are the only mathematical functions that are continue
Explanation: No explanation is given for this question
Question 14: The action 'STACK(A, B)' of a robot arm specify to _______________
- A Place blocks A, B on the table in that order
- B Place blocks B, A on the table in that order
- C Place block A on block B
- D Place block B on Block A
Explanation: No explanation is given for this question
Question 15: Which of the basic parts of a robot unit would include the computer circuitry that could be programmed to determine what the robot would do?
- A end effector
- B controller
- C sensor
- D arm
Explanation: No explanation is given for this question
Question 16: Which closely resembles propositional definite clause?
- A First-order definite clauses
- B Inference
- C Conjunction
- D Resolution
Explanation: No explanation is given for this question
Question 17: Agents behavior can be best described by ____________
- A Environment in which agent is performing
- B Agent function
- C Sensors and Actuators
- D Perception sequence
Explanation: No explanation is given for this question
Question 18: In a backward chaining system you start with the initial facts, and keep using the rules to draw new conclusions (or take certain actions) given those facts.
- A False
- B True
Explanation: No explanation is given for this question
Question 19: The cray X-MP, IBM 3090 and connection machine can he characterized as
- A MIMD
- B SIMD
- C MISD
- D SISD
- E None of the above
Explanation: No explanation is given for this question
Question 20: In his landmark book Cybernetics, Norbert Wiener suggested a way of modeling scientific phenomena using not energy, but:
- A intelligence
- B mathematics
- C history
- D None of the above
- E information
Explanation: No explanation is given for this question
Question 21: In LISP, the function assigns the symbol x to y is
- A (setq y x)
- B (setq y = 'x')
- C (setq y 'x')
- D (set y = 'x')
- E None of the above
Explanation: In LISP, the function used to assign the value of one variable to another variable is . It stands for "set quoted". The syntax for using setq is (setq variable value). So, to assign the value of x to the variable y, the correct LISP expression is . Option B, Option C, and Option D do not follow the correct syntax for assigning a value to a variable in LISP. Therefore, the correct LISP expression to assign the symbol x to y is .
Question 22: The component of an ICAI (Intelligent Computer-Asslsted Instruction) presenting information to the student is the:
- A None of the above
- B problem-solving expertise
- C student model
- D All of the above
- E tutoring module
Explanation: No explanation is given for this question
Question 23: Though local search algorithms are not systematic, key advantages would include __________
- A Finds a solution in large infinite space
- B Less memory & Finds a solution in large infinite space
- C Less memory
- D More time
Explanation: No explanation is given for this question
Question 24: DARPA, the agency that has funded a great deal of American Artificial Intelligence research, is part of the Department of __________
- A Education
- B Justice
- C Energy
- D Defense
Explanation: No explanation is given for this question
Question 25: One definition of AI focuses on problem-solving methods that process:
- A symbols
- B smell
- C algorithms
- D None of the above
- E touch
Explanation: No explanation is given for this question
Question 26: A certain Professor at the Stanford University coined the word 'artificial intelligence' in 1956 at a conference held at Dartmouth college. Can you name the Professor?
- A None of the above
- B David Levy
- C John McCarthy
- D Hans Berliner
- E Joseph Weizenbaum
Explanation: No explanation is given for this question
Question 27: Strong 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 embodiment of human intellectual capabilities within a computer.
- C the study of mental faculties through the use of mental models implemented on a computer.
- D All of the above
- E None of the above
Explanation: No explanation is given for this question
Question 28: To which does the local structure is associated?
- A Hybrid
- B Linear
- C None of the mentioned
- D Dependant
Explanation: No explanation is given for this question
Question 29: What takes input as an object described by a set of attributes?
- A Graph
- B Decision tree
- C Tree
- D Decision graph
Explanation: No explanation is given for this question
Question 30: A natural language generation program must decide:
- A why it is being used
- B what to say
- C both (a) and (b)
- D None of the above
- E when to say something
Explanation: No explanation is given for this question
Question 31: A computer program that contains expertise in a particular domain is called?
- A operational symbolizer
- B automatic processor
- C intelligent planner
- D expert system
Explanation: No explanation is given for this question
Question 32: The minimax algorithm computes the minimax decision from the current state. It uses a simple recursive computation of the minimax values of each successor state, directly implementing the defining equations. The recursion proceeds all the way down to the leaves of the tree, and then the minimax values are backed up through the tree as the recursion unwinds.
- A True
- B False
Explanation: No explanation is given for this question
Question 33: How many types are available in machine learning?
- A 4
- B 2
- C 1
- D 3
Explanation: No explanation is given for this question
Question 34: Like relational databases there does exists fuzzy relational databases.
- A True
- B False
Explanation: No explanation is given for this question
Question 35: In LISP, the function evaluates both <variable> and <object> is
- A add
- B eva
- C setq
- D set
- E None of the above
Explanation: No explanation is given for this question
Question 36: The famous spare tire problem or Scheduling classes for bunch of students or Air cargo transport are the best example of ____________
- A Partial Order planning problem
- B Total order planning
- C None of the mentioned
- D Planning problem
Explanation: No explanation is given for this question
Question 37: A Hybrid Bayesian network contains ___________
- A Only Discontinuous variable
- B Both discrete and continuous variables
- C Only Discrete variables
- D Both Discrete and Discontinuous variable
Explanation: No explanation is given for this question
Question 38: What is Hyponymy relation?
- A A is superordinate of B
- B A is subordinate of B
- C B has A as a part of itself
- D A is part of B
Explanation: No explanation is given for this question
Question 39: Which of the following is not a type of Artificial Intelligence agent?
- A Unity-based AI agent
- B Simple reflex AI agent
- C Learning AI agent
- D Goal-based AI agent
Explanation: No explanation is given for this question
Question 40: What is the name of the computer program that contains the distilled knowledge of an expert?
- A Management information System
- B None of the above
- C Expert system
- D Artificial intelligence
- E Data base management system
Explanation: No explanation is given for this question
Question 41: When do we call the states are safely explored?
- A A goal state is reachable from every state
- B A goal state is unreachable from any state
- C None of the mentioned
- D A goal state is denied access
Explanation: No explanation is given for this question
Question 42: What is the extraction of the meaning of utterance?
- A Pragmatic
- B Semantic
- C None of the mentioned
- D Syntactic
Explanation: No explanation is given for this question
Question 43: An AI system developed by Daniel Bobrow to read and solve algebra word problems.
- A BACON
- B SIMD
- C SHRDLU
- D STUDENT
Explanation: No explanation is given for this question
Question 44: What is the other name of each plan resulted in partial order planning?
- A Polarization
- B Linearization
- C None of the mentioned
- D Solarization
Explanation: No explanation is given for this question
Question 45: When you get fired from your job and you determine it is because your boss dislikes you, you are most likely exhibiting?
- A Fundamental attribution error
- B Self-promotion
- C Over-attribution
- D Self-serving bias
Explanation: No explanation is given for this question
Question 46: What is used for tracking uncertain events?
- A None of the mentioned
- B Actuators
- C Sensors
- D Filtering algorithm
Explanation: No explanation is given for this question
Question 47: Hill-Climbing approach stuck for which of the following reasons?
- A All of the mentioned
- B Plateaux
- C Local maxima
- D Ridges
Explanation: No explanation is given for this question
Question 48: How to increase the brightness of the pixel?
- A Surface
- B Sound
- C Waves
- D Amount of light
Explanation: No explanation is given for this question
Question 49: Uncertainty arises in the Wumpus world because the agent's sensors give only ____________
- A Partial & Global Information
- B Full & Global information
- C Full & local information
- D Partial & local Information
Explanation: No explanation is given for this question
Question 50: What are present in each level of planning graph?
- A Both Literals & Actions
- B Variables
- C Actions
- D Literals
Explanation: No explanation is given for this question