Fill-in-the-Blank: Artificial Intelligence (AI) Goals, Techniques, and Core Concepts
Back to Pack

Fill-in-the-Blank: Artificial Intelligence (AI) Goals, Techniques, and Core Concepts

Complete the sentences by filling in the blanks. Each correct answer earns points!

15 Questions • 150 Total Points
1

is the capability of computational systems to perform tasks associated with human intelligence, using learning and reasoning to achieve defined goals.

Context: Tests AI definition and scope; also checks whether the student can distinguish AGI from the general AI definition.

2

In AI history, an is a period of disappointment and loss of funding in AI history.

Context: Tests AI history concept: AI winter.

3

Step-by-step reasoning algorithms scale poorly with problem size, which causes and leads to failure on large reasoning problems.

Context: Tests cause→effect relationship using combinatorial explosion.

4

Uncertainty about the current situation or action outcomes causes the agent to make probabilistic guesses and reassess after acting, because non-deterministic environments require decision-making and updating based on results.

Context: Tests cause→effect mechanism: uncertainty leads to probabilistic decision-making.

5

A encodes concepts and relationships so programs can make deductions and answer questions using a knowledge base and formal structures like ontologies.

Context: Tests the core concept: knowledge representation and ontologies.

6

A is a body of knowledge represented in a form that a program can use.

Context: Tests distinction: knowledge base as the stored body of knowledge.

7

An selects actions to make them happen by maximizing preferences or goals.

Context: Tests core concept: rational agent.

8

In automated decision-making, expected utility is computed by weighting outcome utilities by their probabilities for a chosen action.

Context: Tests expected utility definition details.

9

A is a decision model with a transition model and reward function, plus a policy mapping states to decisions.

Context: Tests core concept: Markov decision process (MDP).

10

Local search via minimizes a loss function, which allows neural networks to be trained by iteratively improving parameters.

Context: Tests search/optimization technique: gradient descent.

11

In gradient descent, parameters are adjusted to minimize a loss function; backpropagation is used to train neural networks by computing so parameter updates reduce prediction error.

Context: Tests mechanism: backpropagation computes gradients.

12

is learning where training data includes labeled expected answers.

Context: Tests ML paradigm: supervised learning.

13

is learning where the model finds patterns or structures in unlabeled data.

Context: Tests ML paradigm: unsupervised learning.

14

The architecture is a deep learning architecture using an attention mechanism, enabling modern NLP and generative models.

Context: Tests core concept: transformer architecture.

15

Using GPUs to accelerate neural networks causes deep learning to outperform previous AI techniques, which leads to increased interest after 2012.

Context: Tests cause→effect relationship: GPUs → deep learning outperforms → interest increases.