Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

Artificial Intelligence Comprehensive Exam With Correct Answers 2025/2026

Puntuación
-
Vendido
-
Páginas
8
Grado
A+
Subido en
19-02-2026
Escrito en
2025/2026

1. Define Artificial Intelligence in the context of modern computing. correct answer AI is the branch of computer science dedicated to creating systems capable of performing tasks that typically require human intelligence. This includes processes such as learning (the acquisition of information and rules for using it), reasoning (using rules to reach approximate or definite conclusions), and self-correction. Modern AI often focuses on "Narrow AI," designed for specific tasks like facial recognition or internet searches, as opposed to "General AI," which would possess the broad cognitive abilities of a human. 2. What is the difference between Strong AI and Weak AI? correct answer Weak AI, also known as Narrow AI, is designed and trained for a specific task; it operates under a limited set of constraints and does not possess genuine consciousness (e.g., virtual assistants like Siri). Strong AI, or Artificial General Intelligence (AGI), is a theoretical form of AI where the machine possesses the ability to apply intelligence to any problem, much like a human, exhibiting self-awareness and sentient behavior. 3. Explain the significance of the Turing Test. correct answer Proposed by Alan Turing in 1950, the test assesses a machine's ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human. If a human evaluator cannot reliably tell the machine from the human based on text-based conversation, the machine is said to have passed. It shifted the focus from "Can machines think?" to "Can machines imitate human intelligence?"

Mostrar más Leer menos
Institución
Artificial Intelligence
Grado
Artificial intelligence

Vista previa del contenido

Artificial Intelligence Comprehensive Exam With
Correct Answers 2025/2026


1. Define Artificial Intelligence in the context of modern computing.
correct answer AI is the branch of computer science dedicated to creating systems capable
of performing tasks that typically require human intelligence. This includes processes such as
learning (the acquisition of information and rules for using it), reasoning (using rules to reach
approximate or definite conclusions), and self-correction. Modern AI often focuses on
"Narrow AI," designed for specific tasks like facial recognition or internet searches, as
opposed to "General AI," which would possess the broad cognitive abilities of a human.

2. What is the difference between Strong AI and Weak AI?
correct answer Weak AI, also known as Narrow AI, is designed and trained for a specific task;
it operates under a limited set of constraints and does not possess genuine consciousness
(e.g., virtual assistants like Siri). Strong AI, or Artificial General Intelligence (AGI), is a
theoretical form of AI where the machine possesses the ability to apply intelligence to any
problem, much like a human, exhibiting self-awareness and sentient behavior.

3. Explain the significance of the Turing Test.
correct answer Proposed by Alan Turing in 1950, the test assesses a machine's ability to
exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human. If a
human evaluator cannot reliably tell the machine from the human based on text-based
conversation, the machine is said to have passed. It shifted the focus from "Can machines
think?" to "Can machines imitate human intelligence?"

4. Describe the concept of "Rational Agents" in AI.
correct answer A rational agent is an entity that perceives its environment through sensors
and acts upon that environment through actuators to achieve the best outcome or, when
there is uncertainty, the best expected outcome. Rationality is defined by the agent's
performance measure, its prior knowledge of the environment, the actions it can perform,
and its percept sequence.

5. What are "Heuristic Functions" in search algorithms?
correct answer A heuristic function, h(n), estimates the cost of the cheapest path from the
current node n to the goal node. Unlike exhaustive search methods, heuristics provide a way
to rank alternatives in search algorithms at each branching step based on available
information to decide which branch to follow, significantly reducing computation time in
complex state spaces.

6. Explain the Breadth-First Search (BFS) algorithm.
correct answer BFS is a graph traversal algorithm that starts at the tree root and explores all
neighboring nodes at the present depth level before moving on to the nodes at the next
depth level. It uses a queue data structure (FIFO) and is guaranteed to find the shallowest
goal state, making it complete and optimal if the path cost is a non-decreasing function of
the depth.

7. How does Depth-First Search (DFS) differ from BFS?
correct answer DFS explores as far as possible along each branch before backtracking. It uses

, a stack data structure (LIFO) and requires less memory than BFS because it only needs to
store the current path. However, it is not complete if the search space is infinite or contains
loops, and it is not guaranteed to find the most optimal path.

8. Describe the A* Search algorithm.
correct answer A* is an informed search algorithm that finds the shortest path between a
starting node and a goal node. It combines the strengths of Dijkstra’s algorithm (cost to reach
the node, g(n)) and Breadth-First Search (using a heuristic, h(n)). The algorithm minimizes
f(n) = g(n) + h(n), where f(n) is the total estimated cost of the lowest-cost solution through
node n.

9. Explain the Minimax Algorithm in game theory.
correct answer Minimax is a recursive backtracking algorithm used in decision-making and
game theory to find the optimal move for a player, assuming that the opponent is also
playing optimally. It minimizes the possible loss for a maximum loss (worst-case) scenario.
The "Max" player tries to maximize their score, while the "Min" player tries to minimize the
Max player's score.

10. What is Alpha-Beta Pruning?
correct answer Alpha-Beta Pruning is an optimization technique for the minimax algorithm.
It seeks to decrease the number of nodes evaluated by the minimax algorithm in its search
tree. It stops evaluating a move as soon as at least one possibility has been found that proves
the move to be worse than a previously examined move, thereby "pruning" branches that
cannot influence the final decision.

11. Define "Machine Learning" (ML).
correct answer Machine Learning is a subset of AI that provides systems the ability to
automatically learn and improve from experience without being explicitly programmed. It
focuses on the development of computer programs that can access data and use it to learn
for themselves by identifying patterns and making decisions based on statistical inference.

12. Explain Supervised Learning.
correct answer In supervised learning, the model is trained on a labeled dataset, meaning
each training example is paired with an output label. The algorithm learns a mapping
function from the input to the output. Once trained, the model can predict outcomes for
new, unseen data based on the patterns it identified during training.

13. Explain Unsupervised Learning.
correct answer Unsupervised learning involves training a model on data that does not have
explicit labels or outcomes. The goal is for the algorithm to find inherent structures, patterns,
or groupings within the data. Common tasks include clustering (grouping similar items) and
association (discovering rules that describe large portions of data).

14. What is Reinforcement Learning (RL)?
correct answer RL is a type of machine learning where an "agent" learns to make decisions
by performing actions in an environment to maximize a cumulative reward. It learns through
trial and error, receiving feedback in the form of rewards or penalties. It is widely used in
robotics, gaming, and navigation.

15. Describe the function of an Artificial Neural Network (ANN).
correct answer An ANN is a computational model inspired by the biological neural networks

Escuela, estudio y materia

Institución
Artificial intelligence
Grado
Artificial intelligence

Información del documento

Subido en
19 de febrero de 2026
Número de páginas
8
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

  • 5what are
$22.49
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor
Seller avatar
trmainanapoleon

Documento también disponible en un lote

Thumbnail
Package deal
Artificial intelligence exam with correct answers
-
3 2026
$ 67.47 Más información

Conoce al vendedor

Seller avatar
trmainanapoleon Chamberlain College Nursing
Ver perfil
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
2
Miembro desde
1 mes
Número de seguidores
0
Documentos
141
Última venta
2 semanas hace
STUVIASUCCESS

Welcome to STUVIA SUCCESS Where well-researched,Clearly organized and exam-oriented study documents are designed to help students understand faster ,revise smarter and score better. My resources are created to give you real academic value. BUY WITH CONFIDENCE-YOUR SUCCESS IS THE GOAL.

0.0

0 reseñas

5
0
4
0
3
0
2
0
1
0

Documentos populares

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes