Artificial Intelligence Practice Exam Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

flashcard set

Earn XP

Description and Tags

Flashcards based on a test transcript covering Artificial Intelligence fundamentals including search algorithms, machine learning, rule-based systems, and probability.

Last updated 1:08 AM on 7/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Which approach defines Artificial Intelligence as the automation of activities related to human thinking?

Thinking Humanly

2
New cards

In backward chaining, what is identified first?

A hypothetical goal

3
New cards

How is discrete data best described?

Data that can be counted and takes integer values only

4
New cards

Which machine learning approach uses labeled training data?

Supervised learning

5
New cards

Which part of the inference engine is responsible for matching facts with rules?

Matching unit

6
New cards

What is an example of continuous data?

A person's height

7
New cards

What is the primary characteristic of supervised learning?

Learning from labeled data to predict outputs

8
New cards

What was the traditional way of building a spam filtering algorithm?

Writing rules to detect observed patterns

9
New cards

What is the main assumption of the Naïve Bayes classifier?

All attributes are independent

10
New cards

Which science contributed to the concept of rationality in Artificial Intelligence?

Philosophy

11
New cards

What is another name for uninformed search?

Blind search

12
New cards

What term represents the set of all possible solutions in a search problem?

Search space

13
New cards

Which of the following best describes the initial state in a search problem?

The state where the agent begins the search

14
New cards

Which problem type is best solved using classification rather than regression?

Determining whether an email is spam or not

15
New cards

How is a graph defined in the context of search and data structures?

A set of nodes and edges

16
New cards

Which layer of Natural Language Processing (NLP) manages word breakdowns, pluralization, structural inflections, and specific prefixes or suffixes?

Morphology

17
New cards

What is the primary goal of robotics?

To design intelligent machines that can help humans

18
New cards

What is used in informed search to guide the algorithm?

Heuristic function

19
New cards

What does the forward chaining approach begin with?

The working memory

20
New cards

Which step typically occurs after evaluating the model's performance in the machine learning workflow?

Parameter tuning

21
New cards

Which approach combines a small amount of labeled data with a large amount of unlabeled data?

Semi-supervised learning

22
New cards

What is the standard structure of a rule in Artificial Intelligence?

IF-THEN structure

23
New cards

What is a common characteristic of most artificial intelligence problems?

They tend to be computationally complex

24
New cards

Which classic linguistic challenge in NLP is currently considered only partially solved by modern algorithms?

Contextual Word Disambiguation

25
New cards

What is the role of the inference engine in a rule-based system?

It matches conflict groups and chooses actions based on rules

26
New cards

What is the probability of getting an even number when rolling a die once?

3/63/6

27
New cards

Which AI approach focuses on studying intelligent behavior in industry?

Acting Rationally

28
New cards

How is intelligence defined in the context of Artificial Intelligence?

The ability to learn from experience, solve problems, think, remember information, and deal with everyday demands

29
New cards

In a simple linear regression where n=5\text{n} = 5, slope (w)=2.00\text{slope (w)} = 2.00, sum of y=30\text{sum of y} = 30, and sum of x=10\text{sum of x} = 10, what is the calculated intercept bb?

22

30
New cards

What are the main components of a rule-based system?

Conflict group, Inference engine, Knowledge base, and Working memory

31
New cards

What is the sample space when flipping a coin once?

{Head, Tail}\text{\{Head, Tail\}}