Search Header Logo
Untitled Presentation

Untitled Presentation

Assessment

Presentation

Computers

University

Practice Problem

Hard

Created by

Gunady Haryanto

FREE Resource

94 Slides • 53 Questions

1

media

2

Multiple Choice

What is the main focus of Artificial Intelligence as described in the introduction?

1

Understanding human behavior

2

Building intelligent entities

3

Developing computer hardware

4

Creating software applications

3

media

4

Multiple Select

To pass total Turing test, a system needs

1

Vision to perceive objects

2

Robots to manipulate

3

Cognitive knowledge

4

All the above are true

5

media

6

Multiple Choice

What are the main components of artificial intelligence as mentioned in the text?

1

Philosophy, Mathematics, and Psychology

2

Physics, Chemistry, and Biology

3

Sociology, Anthropology, and History

4

Art, Music, and Literature

7

media

8

Fill in the Blank

Fill in the blank: The early development of Artificial Intelligence was influenced by the work of McCulloh & Pitts on ___ neurons.

9

media

10

Open Ended

Explain the term 'Artificial Intelligence' and provide examples of its subfields.

11

media

12

Open Ended

What is the role of sensors and actuators in intelligent agents?

13

media

14

Multiple Choice

What are the performance measurement criteria for an agent, as mentioned in the text?

1

Amount of dirt cleaned

2

Time taken

3

Energy consumption

4

All of the above

15

Open Ended

Explain the concept of rationality in intelligent agents as described in the text.

16

Fill in the Blank

Fill in the blank: The main components of an intelligent agent are ___, Environment, and Actuators.

17

Multiple Choice

What is the main function of an agent in the context of artificial intelligence?

1

To perceive the environment

2

To act on the environment

3

To learn from experiences

4

To collect information

18

Multiple Choice

Which is the example of Thinking rationally?

1

Cognitive modeling approach

2

Turing test approach

3

“Law of thought” approach

4

Rational agent approach

19

media

20

Multiple Select

What are the aspects of the environment that intelligent agents can be evaluated on?

1

Fully Observable vs Partially Observable

2

Deterministic vs Stochastic

3

Episodic vs Sequential

4

Static vs Dynamic

21

Multiple Choice

What are the components of the PEAS framework for intelligent agents?

1

Performance Measure

2

Environment

3

Actuator

4

Sensor

22

media

23

media

24

Multiple Choice

What are the components of the agent-based model as depicted in the diagram?

1

Sensors

2

Actuators

3

Environment

4

All of the above

25

Multiple Choice

Which rule is applied for the Simple reflex agent?

1

Condition-action rule

2

Simple-action rule

3

Simple &Condition-action rule

4

Model based rule

26

media

27

Fill in the Blank

Fill in the blank: Utility-based agents evaluate actions based on their ___ in the environment.

28

Multiple Choice

What is the main difference between goal-based agents and utility-based agents?

1

Goal-based agents focus solely on achieving a specific goal.

2

Utility-based agents consider multiple factors to determine the best action.

3

Goal-based agents do not require information about the current state.

4

Utility-based agents are less efficient than goal-based agents.

29

media

30

Fill in the Blank

Fill in the blank: The agent interacts with the environment through ___ and actuators.

31

Open Ended

Explain the role of the performance element in a learning agent.

32

Multiple Choice

What are the main elements of a learning agent as depicted in the diagram?

1

Critic

2

Sensors

3

Actuators

4

Learning element

33

media

34

Multiple Choice

What are the objectives of this module on problem-solving with searching strategies?

1

To understand types of problems

2

To formulate problems

3

To know examples of problem-solving

4

To learn about informed search strategies

35

media

36

media

37

Multiple Choice

What is the goal test for the robotic assembly?

1

complete assembly

2

check joint angles

3

move robot joints

4

test robot speed

38

Multiple Choice

What are the actions that can be performed in the 8-Queens problem?

1

move, left, right, up, down

2

move, jump, left, right

3

move, up, down, diagonal

4

move, rotate, left, right

39

Multiple Choice

What is the goal state in the 8-puzzle problem?

1

7 2 4 1 2 3 4 5 6

2

1 2 3 4 5 6 7 8

3

3 4 5 6 7 8 1 2

4

1 2 3 4 5 6 8 7

40

media

41

Multiple Choice

What is the purpose of the function Tree-Search in the context of search algorithms?

1

To return a solution or failure

2

To expand nodes in the search tree

3

To initialize the search tree

4

To remove nodes from the fringe

42

media

43

Open Ended

List the five techniques that are included in uninformed search strategies.

44

Open Ended

What is the implementation of Breadth-first search (BFS)?

45

Multiple Choice

What are the dimensions used to evaluate an uninformed search strategy?

1

Completeness

2

Time and space complexity

3

Optimality

4

All of the above

46

Multiple Choice

What is the time complexity of BFT? (v– number of vertices, e – number of edges)

1

O(e)

2

O(v*e)

3

O(v + e)

4

O(v)

47

Multiple Choice

The data structure used for Depth First Algorithm is

1

STACK

2

QUEUE

3

BOTH STACK & QUEUE

4

NONE OF THESE

48

media

49

Multiple Choice

What does the Depth-First Search (DFS) algorithm search for?

1

Unexpanded nodes

2

Expanded nodes

3

Optimal solutions

4

All nodes

50

Multiple Choice

What is the time complexity of the Uniform Cost Search (UCS) algorithm?

1

O(b^d)

2

O(b^d + b^(d-1))

3

O(b^(d+1))

4

O(b^d + b^(d-1) + 1)

51

media

52

Open Ended

What is the principle of Iterative Deepening Search (IDS) as shown in the image?

53

media

54

Open Ended

Explain the significance of the 'Optimal' criterion in the context of search strategies as depicted in the image.

55

Fill in the Blank

Fill in the blank: The space complexity of Depth-Limited search is O(b^___).

56

Multiple Choice

What is the time complexity of the Breadth-First search as per the table in the image?

1

O(b^d)

2

O(b^(d+1))

3

O(b^d)

4

O(b^(c*/l))

57

Multiple Choice

What are the properties of Iterative Deepening Search (IDS) as shown in the image?

1

Complete

2

Optimal

3

Space

4

Time

58

Multiple Choice

Linear Search is faster than Binary search
1
TRUE
2
FALSE
3
It depends on the scenario

59

media

60

Open Ended

Formulate the travel problem from Arad to Bucharest! Design the search tree for this problem using five uninformed search strategies, then compare the total step costs!

61

Multiple Choice

Apa itu pemrograman?

1

proses penerjemahan dari bahasa mesin ke bahasa manusia

2

Proses penerjemahan dari bahasa manusia ke bahasa mesin

3

Proses pembuatan program dengan menggunakan bahasa pemrograman

4

Proses perhitungan yang dilakukan oleh program diterjemahkan ke dalam bahasa manusia

62

Multiple Choice

what is programming?

1

translation process from machine language to human language

2

The process of translating from human language to machine language

3

The process of creating a program using a programming language

4

The calculation processes carried out by the program are translated into human language

63

Multiple Choice

Question image

You are at the yellow arrow, pointing in the direction indicated. How would you move to fill in the 2 black squares?

1

Straight, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square

2

Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square

3

Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn right, Straight x 1, Fill Square

4

Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 2, Fill Square

64

media

65

Multiple Choice

What methods of heuristic search are discussed in this module?

1

Generate and Test

2

Hill Climbing

3

Best First Search

4

All of the above

66

media

67

Open Ended

A salesman wants to visit n cities. The distance between each city is known as shown in the diagram. Help the salesman determine the shortest route, where each city can only be visited once. What approach would you suggest?

68

media

69

Fill in the Blank

Fill in the blank: The Hill Climbing algorithm is a variation of the ______ method.

70

Multiple Choice

What is the purpose of the Hill Climbing algorithm as described in the text?

1

To find the shortest path

2

To generate combinations

3

To evaluate states

4

To optimize solutions

71

Multiple Choice

What is the total number of combinations of letters that can be generated for the given solution?

1

n!

2

n^2

3

2^n

4

n^3

72

media

73

Multiple Choice

What are the steps to take when encountering a local optimum in the Hill Climbing method?

1

Backtrack to a previous state and try a different direction

2

Jump to a distant area of the search space

3

Apply two or more operators before testing

4

All of the above

74

Open Ended

Explain the concept of a plateau in the search space as described in the Hill Climbing method.

75

Multiple Choice

What is the definition of a local optimum in the context of the Hill Climbing procedure?

1

A state that is better than all neighboring states

2

A state that is worse than all neighboring states

3

A state that is equal to all neighboring states

4

A state that is the best overall solution

76

media

77

Open Ended

What does the image illustrate about the Simple Hill Climbing method?

78

Multiple Choice

In the first level of hill climbing, which path is preferred over ABCD?

1

BACD

2

ABCD

3

BDCA

4

DBAC

79

Multiple Choice

What is the selected path in the initial state as shown in the image?

1

ABCD

2

BACD

3

ACBD

4

BCAD

80

media

81

media

82

media

83

media

84

media

85

media

86

media

87

media

88

media

89

media

90

media

91

media

92

media

93

media

94

media

95

media

96

media

97

media

98

media

99

media

100

media

101

media

102

media

103

media

104

media

105

media

106

media

107

media

108

media

109

media

110

media

111

media

112

media

113

media

114

media

115

media

116

media

117

media

118

media

119

media

120

media

121

media

122

media

123

media

124

media

125

media

126

media

127

media

128

media

129

media

130

media

131

media

132

media

133

media

134

media

135

media

136

media

137

media

138

media

139

media

140

media

141

media

142

media

143

media

144

media

145

media

146

media

147

media
media

Show answer

Auto Play

Slide 1 / 147

SLIDE