Artificial Intelligence MCQS
All Questions for: Artificial Intelligence MCQS
Question 151: Which search strategy is also called as blind search?
- A Informed search
- B Uninformed search
- C Simple reflex search
- D All of the mentioned
Explanation: No explanation is given for this question
Question 152: Constraint Propagation technique actually modifies the CSP problem.
- A True
- B False
Explanation: No explanation is given for this question
Question 153: Which technique is being investigated as an approach to automatic programming?
- A non-hierarchical planning
- B generative CAI
- C specification by example
- D All of the above
- E None of the above
Explanation: No explanation is given for this question
Question 154: The characteristics of the computer system capable of thinking, reasoning and learning is known is
- A artificial intelligence
- B None of the above
- C virtual intelligence
- D machine intelligence
- E human intelligence
Explanation: No explanation is given for this question
Question 155: A genetic algorithm (or GA) is a variant of stochastic beam search in which successor states are generated by combining two parent states, rather than by modifying a single state.
- A True
- B False
Explanation: No explanation is given for this question
Question 156: Adversarial search problems uses ____________
- A Competitive Environment
- B Only Competitive and Cooperative Environment
- C Neither Competitive nor Cooperative Environment
- D Cooperative Environment
Explanation: No explanation is given for this question
Question 157: The symbols used in describing the syntax of a programming language are
- A None of the above
- B <>
- C ""
- D {}
Explanation: No explanation is given for this question
Question 158: What is meant by simulated annealing in artificial intelligence?
- A Returns an optimal solution when there is a proper cooling schedule
- B Returns an optimal solution when there is no proper cooling schedule
- C It will not return an optimal solution when there is a proper cooling schedule
- D None of the mentioned
Explanation: No explanation is given for this question
Question 159: Which describes the coarse arrangement of the rest of the shape with respect to the point?
- A Shape context
- B None of the mentioned
- C Shape
- D Context
Explanation: No explanation is given for this question
Question 160: Which of the following is true in Statistical reasoning?
- A The representation is extended to allow some kind of numeric measure of certainty to be associated common to all statements
- B The representation is extended to allow some kind of numeric measure of certainty to be associated with each statement
- C The representation is extended to allow 'TRUE or FALSE' to be associated with each statement
- D The representation is extended to allow 'TRUE or FALSE' to be associated common to all statements
Explanation: No explanation is given for this question
Question 161: In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.
- A (constant <sconst> <object>)
- B None of the above
- C (eva <sconst> <object>)
- D (eva <object> <sconst>)
- E (defconstant <sconst> <object>)
Explanation: No explanation is given for this question
Question 162: 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.
- A All of the mentioned are true
- B None of the mentioned
- C (i), (ii) and (iii) are true
- D (ii) and (iii) are true
Explanation: No explanation is given for this question
Question 163: What is another type of Default reasoning?
- A Monotonic reasoning
- B Bitonic reasoning
- C Non-monotonic reasoning
- D Analogical reasoning
Explanation: No explanation is given for this question
Question 164: A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery.
- A RAMD
- B None of the above
- C DU
- D BACON
- E MIT
Explanation: No explanation is given for this question
Question 165: Performance Measures are fixed for all agents.
- A True
- B False
Explanation: No explanation is given for this question
Question 166: LISP machines also are known as:
- A None of the above
- B time-sharing terminals
- C All of the above
- D AI workstations
- E super mini computers
Explanation: No explanation is given for this question
Question 167: Fuzzy logic is extension of Crisp set with an extension of handling the concept of Partial Truth.
- A False
- B True
Explanation: No explanation is given for this question
Question 168: In LISP, which of the following function assigns the value 10 to the symbol a?
- A (a = 10) (d) (setq 10 a)
- B None of the above
- C (setq a 10)
- D None of the above
- E (a = b) where b = 10
Explanation: No explanation is given for this question
Question 169: The Al researcher who co-authored both the Handbook of Artificial Intelligence and The Fifth Generation is:
- A Mark Fox
- B None of the above
- C Bruce Lee
- D Randy Davis
- E Ed Feigenbaum
Explanation: No explanation is given for this question
Question 170: Which of the following is the branch of Artificial Intelligence?
- A Network Design
- B Full-Stack Developer
- C Machine Learning
- D Cyber forensics
Explanation: No explanation is given for this question
Question 171: When the resolution is called as refutation-complete?
- A Sentence remains the same
- B Sentence is unsatisfiable
- C None of the mentioned
- D Sentence is satisfiable
Explanation: No explanation is given for this question
Question 172: An algorithm is complete if ____________
- A It starts with a solution
- B It terminates with a solution when one exists
- C It does not terminate with a solution
- D It has a loop
Explanation: No explanation is given for this question
Question 173: What is used in backward chaining algorithm?
- A None of the mentioned
- B Conjuncts
- C Substitution
- D Composition of substitution
Explanation: No explanation is given for this question
Question 174: What is a Cybernetics?
- A Study of communication between two machines
- B Study of Boolean values
- C Study of communication between two humans
- D Study of communication between human and machine
Explanation: No explanation is given for this question
Question 175: 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 Heaviside function
- B Perceptron function
- C Logistic function
- D Step function
Explanation: No explanation is given for this question
Question 176: An algorithm A is admissible if ___________
- A It is guaranteed to return an optimal solution when one exists
- B It returns more solutions, but not an optimal one
- C It is not guaranteed to return an optimal solution when one exists
- D It guarantees to return more optimal solutions
Explanation: No explanation is given for this question
Question 177: What among the following constitutes the representation of the knowledge in different forms?
- A All of the mentioned
- B Relational method where each fact is set out systematically in columns
- C Inferential knowledge
- D Inheritable knowledge where relational knowledge is made up of objects
Explanation: No explanation is given for this question
Question 178: In Bayes theorem, what is meant by P(Hi|E)?
- A The probability that hypotheses Hi is true given evidence E
- B The probability that hypotheses Hi is false given evidence E
- C The probability that hypotheses Hi is false given false evidence E
- D The probability that hypotheses Hi is true given false evidence E
Explanation: No explanation is given for this question
Question 179: The Cedar, BBN Butterfly, Cosmic Cube and Hypercube machine can be characterized as
- A SIMD
- B SISD
- C None of the above
- D MIMD
- E MISD
Explanation: No explanation is given for this question
Question 180: Which data structure conveniently used to implement DFS?
- A Stacks
- B All of the mentioned
- C Priority Queues
- D Queues
Explanation: No explanation is given for this question
Question 181: Best-First search can be implemented using the following data structure.
- A Priority Queue
- B Stack
- C Circular Queue
- D Queue
Explanation: No explanation is given for this question
Question 182: Nils Nilsson headed a team at SRI that created a mobile robot named:
- A Dedalus
- B Robitics
- C None of the above
- D Shakey
- E Vax
Explanation: No explanation is given for this question
Question 183: The company that grew out of research at the MIT AI lab is ____________
- A LMI
- B AI corp
- C Both LMI & Symbolics
- D Symbolics
Explanation: No explanation is given for this question
Question 184: Which of the following is not an application of artificial intelligence?
- A LIDAR
- B Face recognition system
- C Chatbots
- D DBMS
Explanation: No explanation is given for this question
Question 185: Which is also called single inference rule?
- A Resolution
- B Reform
- C None of the mentioned
- D Reference
Explanation: No explanation is given for this question
Question 186: Which of the following function returns t If the object is a symbol m LISP?
- A (* <object>)
- B (constantp <object>)
- C (nonnumeric <object>)
- D (symbolp <object>)
- E None of the above
Explanation: No explanation is given for this question
Question 187: What among the following could the universal instantiation of ___________ For all x King(x) ^ Greedy(x) ? Evil(x)
- A King(John) ^ Greedy(John) ? Evil(John)
- B King(y) ^ Greedy(y) ? Evil(y)
- C All of the mentioned
- D King(Richard) ^ Greedy(Richard) ? Evil(Richard)
Explanation: No explanation is given for this question
Question 188: If a hypothesis says it should be positive, but in fact, it is negative, we call it __________
- A A consistent hypothesis
- B A specialized hypothesis
- C A false positive hypothesis
- D A false negative hypothesis
Explanation: No explanation is given for this question
Question 189: '? |= ?' (to mean that the sentence ? entails the sentence ?) if and only if, in every model in which ? is _____ ? is also _____
- A True, true
- B False, false
- C False, true
- D True, false
Explanation: No explanation is given for this question
Question 190: Incorrect information results in unsatisfied preconditions for actions and plans _____________ detects violations of the preconditions for successful completion of the plan.
- A Both Conditional Plan & Execution monitoring
- B Conditional Plan
- C Execution monitoring
- D Conformant Planning
Explanation: No explanation is given for this question
Question 191: A KES knowledge base contains information in the form of:
- A All of the above
- B schema
- C associations
- D actions
- E free text
Explanation: No explanation is given for this question
Question 192: Which of the following is an advantage of using an expert system development tool?
- A imposed structure
- B knowledge engineering assistance
- C None of the above
- D rapid prototyping
- E All of the above
Explanation: No explanation is given for this question
Question 193: Categorize Crossword puzzle in Fully Observable / Partially Observable.
- A Fully Observable
- B All of the mentioned
- C partially Observable
- D None of the mentioned
Explanation: No explanation is given for this question
Question 194: Which is true for Decision theory?
- A Decision Theory = Probability theory + preference
- B Decision Theory = Probability theory + utility theory
- C Decision Theory = Uncertainty + utility theory
- D Decision Theory = Inference theory + utility theory
Explanation: No explanation is given for this question
Question 195: An agent is composed of ________
- A Agent Function
- B Perception Sequence
- C Architecture and Program
- D Architecture
Explanation: No explanation is given for this question
Question 196: Specify the agent architecture name that is used to capture all kinds of actions.
- A Complex
- B None of the mentioned
- C Relational
- D Hybrid
Explanation: No explanation is given for this question
Question 197: Which can be adapted for planning algorithms?
- A Constrained
- B None of the mentioned
- C Most-constrained literal
- D Most-constrained variable
Explanation: No explanation is given for this question
Question 198: Having multiple perceptrons can actually solve the XOR problem satisfactorily: this is because each perceptron can partition off a linear part of the space itself, and they can then combine their results.
- A True - this works always, and these multiple perceptrons learn to classify even complex problems
- B False - just having a single perceptron is enough
- C False - perceptrons are mathematically incapable of solving linearly inseparable functions, no matter what you do
- D True - perceptrons can do this but are unable to learn to do it - they have to be explicitly hand-coded
Explanation: No explanation is given for this question
Question 199: ____________ 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 None of the mentioned
- D Fuzzy Set
Explanation: No explanation is given for this question
Question 200: What are the possible values of the variable?
- A Discrete variable
- B Variables
- C Literals
- D Possible states of the world
Explanation: No explanation is given for this question