Page 1 :
stud y of computations that make it possible to perceive, reason and act is called, ______The, , A., , Artificial Intelligence, , B., , Intelligence, , C., , Artificial Intelligence, , D., , Rational Intelligence, , 1, Study of mind and its processes is called, A., Cognitive Science, B., Cognitive Psychology, C., Cognitive Process, D., Cognitive Relativism, 2, One that acts to achieve the best outcome is called, A., B., C., D., , Rational Agent, Intelligent Agent, AgentPrudent, Sagacious Agent, , 3, What would be the sensors for a taxi?, A., Safe,fast,legal, B., Roads,traffic,customers, C., Steering,accelerator,brake, D., Cameras,Sonar,GPS, 4, Which component is responsible for making improvements ?, A., Learning element, B., Performance element, C., Critic, D., Problem generator, 5
Page 2 :
When we run a search forward from initial state and other backward from the goal is, called, A., Bidirectional search, B., Random search, C., Recursive BFS, D., BFS, 6, What is brain imaging?, A., Observing the brain in action, B., Observing a person in action, C., Catch our own thoughts as they go by, D., Reflection of brain, 7, Agent perceives its environment through, A., Brain, B., Sensors, C., Monitors, D., Actuators, 8, PEAS stands for, A., Perfora,Earth,Actuate,Sensors, B., Process,Earth,Actuate,Sensors, C., Performance,Environment,Actuators,Sensors, D., Perforation,Environment,Actuator,Sense, 9, What would be the performance measure for an interactive English tutor?, A., Student’s score on test, B., Testing agency, C., Corrections, D., Keyboard entry, 10, Which search method takes less memory?, a) Depth-First Search, b) Breadth-First search, c) Optimal search, d) Linear Search, , 11
Page 3 :
Alan 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, , 12, Which of the following, is a component of an expert system?, a) inference engine, b) knowledge base, c) user interface, , 13 d) all of the mentioned, The performance of an agent can be improved by __________, a) Learning, b) Observing, c) Perceiving, , 14 d) None of the mentioned, External actions of the agent is selected by __________, a) Perceive, b) Performance, c) Learning, , 15 d) Actuator, The action of the Simple reflex agent completely depends upon __________, a) Perception history, b) Current perception, c) Learning theory, , 16 d) Utility functions, What among the following is/are the example of the intelligent agent/agents?, a) Human, b) Robot, c) Autonomous Spacecraft, , 17 d) All of the mentioned
Page 4 :
Which instruments are used for perceiving and acting upon the environment?, a) Sensors and Actuators, b) Sensors, c) Perceiver, , 18 d) None of the mentioned, What is meant by agent’s percept sequence?, a) Used to perceive the environment, b) Complete history of actuator, c) Complete history of perceived things, , 19 d) None of the mentioned, How many types of agents are there in artificial intelligence?, a) 1, b) 2, c) 3, , 20 d) 4, What is the rule of simple reflex agent?, a) Simple-action rule, b) Condition-action rule, c) Simple & Condition-action rule, d) None of the mentioned, , Which of the following is an application of AI?, 21, , A. Gaming, B. Expert Systems, C. Vision Systems, 22 D. All of the above
Page 5 :
What is the main task of a problem-solving agent?, A. Solve the given problem and reach to goal, B. To find out which sequence of action will get it to the goal state, C. Both A and B, D. None of the Above, 23, , What is Initial state + Goal state in Search Terminology?, A. Problem Space, B. Problem Instance, C. Problem Space Graph, D. Admissibility, 24, , Which data structure conveniently used to implement BFS?, A. Stacks, B. Queues, C. Priority Queues, D. None of the Above, 25
Page 6 :
Which of the following search algorithm searches forward from initial state, and backward from goal state till both meet to identify a common state?, , A. Uniform Cost Search, B. Iterative Deepening Depth-First Search, C. Bidirectional Search, D. None of the Above, 26, , When will Hill-Climbing algorithm terminate?, A. Stopping criterion met, B. Global Min/Max is achieved, C. No neighbor has higher value, D. All of the above, 27, Which action sequences are used to achieve the agent’s goal?, a) Search, b) Plan, c) Retrieve, , 28 d) Both Search & Plan, What is used for tracking uncertain events?, a) Filtering algorithm, b) Sensors, c) Actuators, , 29 d) None of the mentioned
Page 7 :
Specify the agent architecture name that is used to capture all kinds of actions., a) Complex, b) Relational, c) Hybrid, , 30 d) None of the mentioned, What is the expansion if PEAS in task environment?, a) Peer, Environment, Actuators, Sense, b) Perceiving, Environment, Actuators, Sensors, c) Performance, Environment, Actuators, Sensors, , 31 d) None of the mentioned, What kind of observing environments are present in artificial intelligence?, a) Partial, b) Fully, c) Learning, , 32 d) Both Partial & Fully, What kind of environment is preferred in artificial intelligence?, a) Deterministic, b) Rational, c) Partial, , 33 d) Stochastic, Which environment is called as semi dynamic?, a) Environment does not change with the passage of time, b) Agent performance changes, c) Environment will be changed, , 34 d) Environment does not change with the passage of time, but Agent performance changes, Which is used to provide the feedback to the learning element?, a) Critic, b) Actuators, c) Sensor, , 35 d) None of the mentioned
Page 8 :
What is the main task of a problem-solving agent?, a) Solve the given problem and reach to goal, b) To find out which sequence of action will get it to the goal state, c) All of the mentioned, , 36 d) None of the mentioned, What is state space?, a) The whole problem, b) Your Definition to a problem, c) Problem you design, , 37 d) Representing your problem with variable and parameter, The problem-solving agent with several immediate options of unknown value can decide what, to do by just examining different possible sequences of actions that lead to states of known, value, and then choosing the best sequence. This process of looking for such a sequence is, called Search., a) True, , 38 b) False, A search algorithm takes _________ as an input and returns ________ as an output., a) Input, output, b) Problem, solution, c) Solution, problem, , 39 d) Parameters, sequence of actions, What will take place as the agent observes its interactions with the world?, a) Learning, b) Hearing, c) Perceiving, , 40 d) Speech, What is used in determining the nature of the learning problem?7, a) Environment, b) Feedback, c) Problem, , 41 d) All of the mentioned
Page 9 :
Which is used to choose among multiple consistent hypotheses?, a) Razor, b) Ockham razor, c) Learning element, 42 d) None of the mentioned, What will happen if the hypothesis space contains the true function?, a) Realizable, b) Unrealizable, c) Both Realizable & Unrealizable, 43 d) None of the mentioned, What takes input as an object described by a set of attributes?, a) Tree, b) Graph, c) Decision graph, , 44 d) Decision tree, How the decision tree reaches its decision?, a) Single test, b) Two test, c) Sequence of test, 45 d) No test, Which of the following is the model used for learning?, a) Decision trees, b) Neural networks, c) Supervised Learning, , 46 d) All of the mentioned, Automated vehicle is an example of ______, a) Supervised learning, b) Unsupervised learning, c) Active learning, , 47 d) Reinforcement learning, Which of the following is an example of active learning?, a) News Recommender system, b) Dust cleaning machine, c) Automated vehicle, , 48 d) None of the mentioned
Page 10 :
In which of the following learning the teacher returns reward and punishment to learner?, a) Active learning, b) Reinforcement learning, c) Supervised learning, , 49 d) Unsupervised learning, Decision trees are appropriate for the problems where ___________, a) Attributes are both numeric and nominal, b) Target function takes on a discrete number of values., c) Data may have errors, 50 d) All of the mentioned