AI
AI
a. Machine learning
b. Robotics
c. Data analysis
d. Natural language processing
9. Which AI technique aims to mimic the structure and function of the human brain?
a. Genetic algorithms
b. Neural networks
c. Expert systems
d. Reinforcement learning
16. Which technique involves evolving solutions using principles from genetics and
natural selection?
a. Genetic algorithms
b. Neural networks
c. Reinforcement learning
d. Expert systems
20. Which AI technique involves training a model on a large dataset and multiple layers
of artificial neurons?
a. Genetic algorithms
b. Neural networks
c. Expert systems
d. Reinforcement learning
21. What is Artificial Intelligence?
a) Artificial Intelligence is a field that aims to make humans more intelligent
b) Artificial Intelligence is a field that aims to improve the security
c) Artificial Intelligence is a field that aims to develop intelligent machines
d) Artificial Intelligence is a field that aims to mine the data
22. Who is the inventor of Artificial Intelligence?
a. Geoffrey Hinton
i. Andrew Ng
b. John McCarthy
c. Jürgen Schmidhuber
23. Which of the following is an application of Artificial Intelligence?
a) It helps to exploit vulnerabilities to secure the firm
b) Language understanding and problem-solving (Text analytics and NLP)
c) Easy to create a website
d) It helps to deploy applications on the cloud
24. Which of the following is a component of Artificial Intelligence?
a) Learning
b) Training
c) Designing
d) Puzzling
25. What is the function of an Artificial Intelligence “Agent”?
a) Mapping of goal sequence to an action
b) Work without the direct interference of the people
c) Mapping of precept sequence to an action
d) Mapping of environment sequence to an action
26. Which of the following is not a type of Artificial Intelligence agent?
a) Learning AI agent
b) Goal-based AI agent
c) Simple reflex AI agent
d) Unity-based AI agent
27. Which type of agent relies on pre-defined condition-action rules to make decisions?
a) Simple reflex agent
b) Model-based agent
c) Goal-based agent
d) Utility-based agent
28. Which type of agent maintains an internal model of the world to make decisions?
a) Simple reflex agent
b) Model-based agent
c) Goal-based agent
d) Utility-based agent
29. Which type of agent selects actions based on their expected utility or desirability?
a) Simple reflex agent
b) Model-based agent
c) Goal-based agent
d) Utility-based agent
30. Which type of agent represents goals and selects actions that maximize the
achievement of those goals?
a) Simple reflex agent
b) Model-based agent
c) Goal-based agent
d) Utility-based agent
31. Which type of agent improves its performance over time through learning from
experience?
a) Simple reflex agent
b) Model-based agent
c) Goal-based agent
d) Learning agent
32. Face Recognition system is based on which type of approach?
a) Weak AI approach
b) Applied AI approach
c) Cognitive AI approach
d) Strong AI approach
33. Which of the following is an advantage of artificial intelligence?
a) Reduces the time taken to solve the problem
b) Helps in providing security
c) Have the ability to think hence makes the work easier
d) All of the above
34. Which of the following is/are the composition for AI agents?
a) Program only
b) Architecture only
c) Both Program and Architecture
d) None of the mentioned
35. Which of the following is an example of artificial intelligent agent/agents?
a) Autonomous Spacecraft
b) Human
c) Robot
d) All of the mentioned
36. Which of the following is an expansion of Artificial Intelligence application?
a) Game Playing
b) Planning and Scheduling
c) Diagnosis
d) All of the mentioned
37. What is an AI ‘agent’?
a) Takes input from the surroundings and uses its intelligence and performs the
desired operations
b) An embedded program controlling line following robot
c) Perceives its environment through sensors and acting upon that environment
through actuators
d) All of the mentioned
38. What is the name of Artificial Intelligence which allows machines to handle vague
information with a deftness that mimics human intuition?
a) Human intelligence
b) Boolean logic
c) Functional logic
d) Fuzzy logic
39. An AI system is composed of?
A. agent
B. environment
C. Both A and B
D. None of the Above
41. Which instruments are used for perceiving and acting upon the environment?
A. Model based
B. Utility based
C. Simple reflex
D. target based
44. Which is used to improve the agents performance?
A. Perceiving
B. Observing
C. Learning
D. Sequence
45. Rationality is?
A. being reasonable
B. being sensible
C. having good sense of judgment.
D. All of the above
46. Rationality of an agent does not depends on?
A. performance measures
B. Percept Sequence
C. reaction
D. actions
47. What is the full form of PEAS?
A. Discrete
B. Continuous
C. Episodic
D. Non-deterministic
49. What kind of environment is crossword puzzle?
A. Dynamic
B. Static
C. Semi Dynamic
D. Continuous
50. _________________ is a type of machine learning in which an agent learns to make
decisions by interacting with an environment.
A. Supervised learning
B. Reinforcement learning
C. Semi-supervised learning
D. Unsupervised learning
51. Reinforcement learning is an area of ___________.
A. Artifical Intelligence
B. Data Analytics
C. Machine Learning
D. None of the above
52. Which type of feedback does an agent in reinforcement learning receive?
A. Predictions
B. Labels
C. Clusters
D. Rewards or penalties
53. What is the main task of a problem-solving agent?
A. b
B. b^2
C. b^b
D. b^m
55. What is Time Complexity of Breadth First search algorithm?
A. b
B. b^d
C. b^2
D. b^b
56. Depth-First Search is implemented in recursion with _______ data structure.
A. LIFO
B. LILO
C. FIFO
D. FILO
57. 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. Shallowest
B. Deepest
C. The one closest to the goal node
D. Minimum heuristic cost
61. A* algorithm is based on __________
A. Breadth-First-Search
B. Depth-First-Search
C. Uniform Cost Search
D. Best-First-Search
62.