set-2
51. If the next state of the environment is completely determined by the current state and the actions of the agent, then the environment is ______.
- Deterministic
- Non-Deterministic
- Random
- Static
Show me the answer
Answer: 1. Deterministic
Explanation:
- In a deterministic environment, the next state is entirely determined by the current state and the agent’s actions.
- There is no randomness or uncertainty in the outcome.
52. Tic-Tac-Toe game is the example of ______ environment.
- Random
- Dynamic
- Deterministic
- Non-Deterministic
Show me the answer
Answer: 3. Deterministic
Explanation:
- In Tic-Tac-Toe, the next state of the game is entirely determined by the current state and the player’s move.
- This makes it a deterministic environment.
53. Self-driving vehicles are an example of ______ AI processes.
- Non-deterministic/Stochastic
- Deterministic
- Fully observable
- Partially observable
Show me the answer
Answer: 1. Non-deterministic/Stochastic
Explanation:
- Self-driving vehicles operate in non-deterministic or stochastic environments because they must deal with unpredictable factors like other drivers, pedestrians, and weather conditions.
- The outcomes of their actions are not always certain.
54. In Episodic Environment, Experience is divided into ______ of agents perceiving then acting. Action taken in one ______ does not affect next one at all.
- Epochs
- Episodes
- Time frames
- Half
Show me the answer
Answer: 2. Episodes
Explanation:
- In an episodic environment, the agent’s experience is divided into episodes, where each episode is independent of the others.
- Actions taken in one episode do not affect the next.
55. E-mail sorting system is an example of ______.
- Episodic Environment
- Static Environment
- Non-Deterministic Environment
- None of above
Show me the answer
Answer: 1. Episodic Environment
Explanation:
- An email sorting system operates in an episodic environment because each email is processed independently.
- The sorting of one email does not affect the sorting of the next.
56. Chess Game is an example of ______.
- Episodic Environment
- Static Environment
- Non-Episodic Environment
- None of above
Show me the answer
Answer: 3. Non-Episodic Environment
Explanation:
- A chess game is a non-episodic environment because each move affects the state of the game and influences future moves.
- The game is continuous and interconnected.
57. The environment is ______ if current decisions affect future decisions, or rely on previous ones.
- Sequential/Non-Episodic
- Static
- Dynamic
- None of above
Show me the answer
Answer: 1. Sequential/Non-Episodic
Explanation:
- In a sequential or non-episodic environment, current decisions affect future decisions, and the agent must consider the history of its actions.
- This is common in games like chess or real-world planning tasks.
58. If the environment does not change while an agent is acting, then it is ______; otherwise, it is ______.
- Static, Dynamic
- Static, Deterministic
- Dynamic, Static
- Dynamic, Deterministic
Show me the answer
Answer: 1. Static, Dynamic
Explanation:
- A static environment does not change while the agent is acting, whereas a dynamic environment changes over time.
- This distinction is important for designing agents that can adapt to their surroundings.
59. Consider an example, if we add 2+2=4 this will remain same they will never be change. Which environment is this?
- Static
- Dynamic
- Sequential
- Deterministic
Show me the answer
Answer: 1. Static
Explanation:
- The equation is a static environment because it does not change over time.
- The result is always the same, regardless of when or how it is calculated.
60. Consider an example of playing football game, in every action there will be new reaction. Which environment is this?
- Static
- Dynamic
- Sequential
- Deterministic
Show me the answer
Answer: 2. Dynamic
Explanation:
- A football game is a dynamic environment because the state of the game changes continuously with each action.
- Players must constantly adapt to new situations.
61. If there are a limited number of distinct, clearly defined, states of the environment, the environment is ______.
- Discrete
- Continuous
- Static
- Dynamic
Show me the answer
Answer: 1. Discrete
Explanation:
- A discrete environment has a finite number of distinct states, each clearly defined.
- This is in contrast to a continuous environment, where states can vary infinitely.
62. Consider an example of a game of chess or checkers where there are a set number of moves. Which environment is this?
- Discrete
- Continuous
- Static
- Dynamic
Show me the answer
Answer: 1. Discrete
Explanation:
- Games like chess and checkers have a finite number of possible moves and states, making them discrete environments.
- The game progresses through a series of distinct states.
63. Signals constantly coming into sensors, actions continually changing is ______ environment.
- Discrete
- Continuous
- Static
- Deterministic
Show me the answer
Answer: 2. Continuous
Explanation:
- A continuous environment involves signals and actions that change continuously over time.
- This is common in real-world systems like self-driving cars or robotics.
64. Consider an example, Taxi driving. In which there could be a route from to anywhere to anywhere else. Which environment is this?
- Discrete
- Continuous
- Static
- Deterministic
Show me the answer
Answer: 2. Continuous
Explanation:
- Taxi driving involves navigating through a continuous environment, where routes and positions can vary infinitely.
- The environment is not limited to a finite set of states.
65. ______ is not Properties of Environment.
- Discrete / Continuous
- Static / Dynamic
- Deterministic / Non-deterministic
- No agent / Multiple agents
Show me the answer
Answer: 4. No agent / Multiple agents
Explanation:
- The properties of an environment include whether it is discrete/continuous, static/dynamic, and deterministic/non-deterministic.
- The presence or absence of agents is not a property of the environment itself.
66. What kind of environment is crossword puzzle?
- Dynamic
- Static
- Semi Dynamic
- Observable
Show me the answer
Answer: 2. Static
Explanation:
- A crossword puzzle is a static environment because the puzzle does not change while the solver is working on it.
- The solver’s actions do not alter the puzzle itself.
67. ______ environment is called as semi dynamic.
- Environment does not change with the passage of time
- Agent performance changes
- Environment does not change with the passage of time, but Agent performance changes
- Environment will be changed
Show me the answer
Answer: 3. Environment does not change with the passage of time, but Agent performance changes
Explanation:
- A semi-dynamic environment is one where the environment itself does not change over time, but the agent’s performance or actions may change.
- This is a hybrid between static and dynamic environments.
68. An agent’s sensors give it access to the complete state of the environment at each point in time is ______.
- Fully observable environment
- Partially observable environment
- Stochastic Environment
- Dynamic Environment
Show me the answer
Answer: 1. Fully observable environment
Explanation:
- If an agent’s sensors provide complete access to the environment’s state at all times, the environment is fully observable.
- The agent has all the information it needs to make decisions.
69. Environment can change while agent is thinking is ______.
- Static Environment
- Dynamic Environment
- Deterministic Environment
- Sequential Environment
Show me the answer
Answer: 2. Dynamic Environment
Explanation:
- In a dynamic environment, the environment can change while the agent is thinking or acting.
- This requires the agent to adapt to new situations in real-time.
70. Environment does not change with time but, but performance score does is ______.
- Dynamic Environment
- Semi-Dynamic Environment
- Deterministic Environment
- Sequential Environment
Show me the answer
Answer: 2. Semi-Dynamic Environment
Explanation:
- A semi-dynamic environment is one where the environment itself does not change over time, but the agent’s performance or score may change.
- This is a hybrid between static and dynamic environments.
71. An agent operating by itself in an environment is ______.
- Single Agent
- Multi-Agent
- Intelligent Agent
- Rational Agent
Show me the answer
Answer: 1. Single Agent
Explanation:
- A single agent operates independently in an environment without interacting with other agents.
- This is in contrast to a multi-agent system, where multiple agents interact.
72. What kind of agent is a Web Crawler?
- Table-driven agent
- Utility-based agent
- Learning agent
- Intelligent goal-based agent
Show me the answer
Answer: 4. Intelligent goal-based agent
Explanation:
- A web crawler is an intelligent goal-based agent because it is designed to achieve specific goals, such as indexing web pages.
- It uses intelligent algorithms to navigate and collect data from the web.
73. ______ is the main task of a problem-solving agent.
- Solve the given problem and reach to goal
- To find out which sequence of action will get it to the goal state
- All of the mentioned
- None of the mentioned
Show me the answer
Answer: 3. All of the mentioned
Explanation:
- The main task of a problem-solving agent is to solve the given problem and reach the goal.
- This involves finding the sequence of actions that will lead to the goal state.
74. ______ is a process of generating solution from an observed data.
- Problem generating
- Problem Solving
- Problem Identifying
- None of above
Show me the answer
Answer: 2. Problem Solving
Explanation:
- Problem solving involves generating solutions based on observed data or information.
- It is a key task for intelligent agents in AI.
75. Problem solving is characterized by ______.
- A set of goals
- Set of objects
- Set of operations
- All of the mentioned above
Show me the answer
Answer: 4. All of the mentioned above
Explanation:
- Problem solving is characterized by a set of goals, a set of objects, and a set of operations that can be performed to achieve the goals.
- These elements define the problem space.
76. Problem space is an ______ space.
- Virtual
- Abstract
- Search
- None of above
Show me the answer
Answer: 2. Abstract
Explanation:
- The problem space is an abstract representation of the problem, including all possible states and actions.
- It is used by the agent to explore and find solutions.
77. The solution to the problem space is ______.
- Combination of operations and objects that achieve the goals.
- Combination of Abstract space and objects that achieve the goals.
- Combination of Problem and solution that achieve the goals.
- Combination of Operation and Abstract space that achieve the goals.
Show me the answer
Answer: 1. Combination of operations and objects that achieve the goals.
Explanation:
- The solution to a problem space involves finding the combination of operations and objects that achieve the desired goals.
- This is the essence of problem-solving in AI.
78. Search refers to the search for a ______ in a problem space.
- Problem
- Solution
- Idea
- Knowledge
Show me the answer
Answer: 2. Solution
Explanation:
- Search in AI refers to the process of finding a solution within the problem space.
- The agent explores possible states and actions to reach the goal.
79. To build a system to solve a particular problem, we need to ______.
- Define the problem
- Analyze the problem
- Isolate and represent task knowledge necessary to solve the problem
- Choose the best problem-solving technique and apply to the particular problem
- All of above mentioned
Show me the answer
Answer: 5. All of above mentioned
Explanation:
- To build a problem-solving system, we need to define the problem, analyze it, represent the necessary knowledge, and choose the best technique to solve it.
- These steps are essential for effective problem-solving in AI.
80. A ______ is defined by its elements and their relations.
- Solution
- Problem
- Reason
- Idea
Show me the answer
Answer: 2. Problem
Explanation:
- A problem is defined by its elements (e.g., objects, goals) and the relations between them.
- This definition helps the agent understand and solve the problem.
81. ______ is a representation of element at given moment.
- State
- Space
- Search
- Problem
Show me the answer
Answer: 1. State
Explanation:
- A state represents the configuration of elements in the problem space at a given moment.
- It is a snapshot of the problem at a specific point in time.
82. ______ is needed for state change.
- Successor function
- Compressor function
- Generalization function
- Abstract function
Show me the answer
Answer: 1. Successor function
Explanation:
- The successor function is used to generate new states from the current state by applying actions.
- It is essential for exploring the problem space and finding solutions.
83. A ______ is a set of all states, reachable from initial state.
- Search space
- State space
- Problem space
- None
Show me the answer
Answer: 2. State space
Explanation:
- The state space is the set of all possible states that can be reached from the initial state by applying actions.
- It represents the entire problem space that the agent can explore.
84. The structure of state space is ______ and ______.
- Root node and leaf nodes
- Tree and Graph
- Tree and Forest
- Forest and Graph
Show me the answer
Answer: 2. Tree and Graph
Explanation:
- The state space can be represented as a tree or a graph, depending on the problem.
- Trees are used for problems with a hierarchical structure, while graphs are used for more complex relationships.
85. ______ explores the state space.
- State process
- Search process
- Problem process
- Successor function
Show me the answer
Answer: 2. Search process
Explanation:
- The search process explores the state space to find a path from the initial state to the goal state.
- It involves evaluating and selecting actions to reach the solution.
86. In ______ the search explores, all possible path between the initial state and the goal state.
- Best case
- Worst case
- Average case
- All case
Show me the answer
Answer: 2. Worst case
Explanation:
- In the worst case, the search process explores all possible paths between the initial state and the goal state.
- This occurs when the search algorithm does not use heuristics or other optimizations.
87. In the state space, a ______ is a path from the initial state to the goal state or sometime just the goal state.
- Problem
- Solution
- Search
- Process
Show me the answer
Answer: 2. Solution
Explanation:
- A solution in the state space is a path from the initial state to the goal state.
- It represents the sequence of actions that solve the problem.
88. A problem consists of description of ______.
- Current state
- Action
- Desired state
- All of them
Show me the answer
Answer: 4. All of them
Explanation:
- A problem consists of the current state, the actions that can be taken, and the desired state (goal).
- These elements define the problem and guide the search for a solution.
89. What is Initial state + Goal state in Search Terminology?
- Problem Space
- Problem Instance
- Search Space Graph
- Admissibility
Show me the answer
Answer: 2. Problem Instance
Explanation:
- In search terminology, the combination of the initial state and the goal state is called a problem instance.
- It defines the specific problem to be solved.
90. Which of the following is the process of eliminating the detail from a given state representation?
- Extraction
- Exploration
- Association
- Abstraction
Show me the answer
Answer: 4. Abstraction
Explanation:
- Abstraction is the process of removing unnecessary details from a state representation to simplify the problem.
- It helps focus on the essential aspects of the problem.
91. A ______ is Deterministic, fully observable, known, discrete in nature.
- Search space problem
- State space problem
- Conformant Problem
- Contingency Problem
Show me the answer
Answer: 2. State space problem
Explanation:
- A state space problem is deterministic, fully observable, known, and discrete.
- These properties make it easier to model and solve using search algorithms.
92. A ______ is non-observable in nature.
- Search space problem
- State space problem
- Conformant Problem
- Contingency Problem
Show me the answer
Answer: 3. Conformant Problem
Explanation:
- A conformant problem is one where the agent cannot observe the state of the environment directly.
- The agent must act based on incomplete or uncertain information.
93. A ______ is non-deterministic and/or partially observable in nature.
- Search space problem
- State space problem
- Conformant Problem
- Contingency Problem
Show me the answer
Answer: 4. Contingency Problem
Explanation:
- A contingency problem involves non-deterministic and/or partially observable environments.
- The agent must handle uncertainty and adapt to changing conditions.
94. A ______ is unknown state space.
- Exploration problem
- State space problem
- Conformant Problem
- Contingency Problem
Show me the answer
Answer: 1. Exploration problem
Explanation:
- An exploration problem involves an unknown state space, where the agent must explore and learn about the environment as it acts.
- This is common in reinforcement learning and robotics.
95. ______ are the components of well-defined problems.
- Initial state and available actions given by the successor functions.
- Goal test
- Path cost
- All of above
Show me the answer
Answer: 4. All of above
Explanation:
- A well-defined problem includes the initial state, available actions, goal test, and path cost.
- These components are necessary for defining and solving the problem.
96. Search algorithm are commonly evaluated in terms of:
- Completeness, Time Complexity, Space Complexity, Optimality
- Preparedness, Time Complexity, Space Complexity, Admissibility
- Completeness, Constant Complexity, Logarithmic Complexity, Optimality
- Preparedness, Time Complexity, Quadratic Complexity, Admissibility
Show me the answer
Answer: 1. Completeness, Time Complexity, Space Complexity, Optimality
Explanation:
- Search algorithms are evaluated based on completeness (whether they find a solution if one exists), time complexity (how long it takes to find a solution), space complexity (how much memory is required), and optimality (whether the solution is the best possible).
- These criteria help determine the efficiency and effectiveness of the algorithm.
97. ______ and ______ complexity is measured in terms of:
b- max branching factor of the search tree
d- depth of the least-cost solution
m- maximum depth of the search tree
- Time, Space Complexity
- Constant, Logarithmic Complexity
- Time, Quadratic Complexity
- Space, Logarithmic Complexity
Show me the answer
Answer: 1. Time, Space Complexity
Explanation:
- Time complexity and space complexity are measured in terms of the branching factor (b), depth of the least-cost solution (d), and maximum depth of the search tree (m).
- These parameters help analyze the efficiency of search algorithms.
98. A ______ is a searching technique that has no additional information about the distance from the current state to the goal.
- Informed Search
- Uninformed Search
- Random Search
- Binary Search
Show me the answer
Answer: 2. Uninformed Search
Explanation:
- Uninformed search techniques, such as breadth-first search and depth-first search, do not use additional information about the distance to the goal.
- They explore the state space blindly.
99. A ______ is a searching technique that has additional information about the estimate distance from the current state to the goal.
- Informed Search
- Uninformed Search
- Random Search
- Binary Search
Show me the answer
Answer: 1. Informed Search
Explanation:
- Informed search techniques, such as A* search, use additional information (heuristics) to estimate the distance to the goal.
- This helps guide the search more efficiently.
100. ______ search uses knowledge to find out the steps to the solutions
- Informed Search
- Uninformed Search
- Random Search
- Binary Search
Show me the answer
Answer: 1. Informed Search
Explanation:
- Informed search uses knowledge, such as heuristics, to find the steps to the solution.
- This makes the search process more efficient compared to uninformed search.
- 10 expanded nodes are: S, A, D, E, G, C, E, B, C, G
- 10 expanded nodes are: S, S, B, E, D, C, A, B, C, G
- 10 expanded nodes are: S, S, D, G, A, S, B, C, E, G
- 10 expanded nodes are: S, S, A, B, C, S, A, D, E, G
Show me the answer
Answer: 4. 10 expanded nodes are: S, S, A, B, C, S, A, D, E, G
Explanation:
- Iterative Deepening Search combines DFS and BFS by iteratively increasing the depth limit.
- The order of expansion would be: S → S → A → B → C → S → A → D → E → G.