Fill-in-the-Blank: Artificial Intelligence (AI) Goals, Learning, Reasoning, and Applications
Back to Pack

Fill-in-the-Blank: Artificial Intelligence (AI) Goals, Learning, Reasoning, and Applications

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

15 Questions • 150 Total Points
1

AI is the capability of computational systems to perform tasks associated with human intelligence such as learning, reasoning, perception, and decision-making. This is called the .

Context: Definition and Scope of Artificial Intelligence

2

Reasoning aims to derive solutions from information, but large problems can cause , making them computationally hard.

Context: Reasoning and Problem-Solving

3

A has goals or preferences and takes actions to achieve them.

Context: Agents, Utility, and Expected Utility

4

In decision-making, an agent assigns a numerical measure of how much it prefers a situation called .

Context: Agents, Utility, and Expected Utility

5

When outcomes are uncertain, the agent chooses actions by maximizing , which weights the utility of possible outcomes by their probabilities.

Context: Agents, Utility, and Expected Utility

6

An MDP models decision-making using a transition model (probabilities), a reward function (utility/cost), and a policy mapping states to actions. This core model is called a .

Context: Planning and Decision-Making (Agents, Utility, MDPs)

7

trains on labeled data where inputs come with expected answers.

Context: Machine Learning Paradigms

8

finds patterns or structures in unlabeled data without expected answers.

Context: Machine Learning Paradigms

9

rewards good responses and punishes bad ones so the agent learns good actions.

Context: Machine Learning Paradigms

10

A deep learning architecture using an attention mechanism, widely used in modern NLP, is the .

Context: Natural Language Processing (NLP) and Modern Transformers

11

In the cause→effect chain: Using GPUs to accelerate neural networks causes AI funding and interest to increase substantially after .

Context: AI history cause→effect (GPUs and deep learning)

12

In the cause→effect chain: Transformer architecture adoption after 2017 causes AI growth to accelerate further. The mechanism is that attention-based architectures improved learning in sequence tasks like .

Context: Transformers and NLP mechanism

13

In the cause→effect chain: Commonsense knowledge is broad and often not represented as explicit facts, which causes knowledge representation to become difficult for AI systems. This happens because the system must acquire and encode vast implicit knowledge that humans assume. The core concept being tested here is .

Context: Knowledge representation challenges

14

State space search explores a tree of possible states to find a goal state, while local search begins with a guess and refines it incrementally using mathematical optimization. The correct term for exploring the tree of states is .

Context: AI Techniques: Search and Optimization

15

Gradient descent is a local search method that optimizes numerical parameters by incrementally minimizing a loss function. It is commonly used with backpropagation to train neural networks. Therefore, gradient descent is best described as a .

Context: Search and Optimization Techniques (Gradient descent)