dragon fighting monkey

dragon fighting monkey

University

93 Qs

quiz-placeholder

Similar activities

JS INTRO

JS INTRO

University

90 Qs

PRJ301

PRJ301

University

95 Qs

برمجة 8

برمجة 8

University

95 Qs

Python Quiz - 6 BF

Python Quiz - 6 BF

University

88 Qs

AC Circuits Final Review

AC Circuits Final Review

University

90 Qs

قواعد 9

قواعد 9

University

93 Qs

Network#1

Network#1

12th Grade - University

90 Qs

RDBMS-Revision

RDBMS-Revision

University

90 Qs

dragon fighting monkey

dragon fighting monkey

Assessment

Quiz

Computers

University

Easy

Created by

Anutosh Chakarborty

Used 5+ times

FREE Resource

93 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider chess as a constraint satisfaction problem. Is reducing the number of legal moves in Chess in pre-processing a form of constraint propagation?

True

False

Answer explanation

Constraint propagation means they consider legal moves only

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can pre-processing solve an entire constrained satisfaction problem?

True

False

Answer explanation

For example, there is only one solution that satisfies the constraint.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a commutative CSP, is it true that the order of the application of moves have an effect of the final outcome of the search?

True

False

Answer explanation

The order of applications does not matter for a commutative CSP.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the four colour problem, we have [x = red then y = green] is equivalent to [x = green and y = red], is this an example of a commutative CSP?

True

False

Answer explanation

The order of applications does not matter for a commutative CSP.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is plain-backtracking an informed search algorithm?

True

False

Answer explanation

For it to be informed, it needs to use forward checking and constraint propagation, as well as other heuristics.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the most constrained variable the one with the fewest legal values?

True

False

Answer explanation

It has the largest number of constraints, so it must have the fewest legal values.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is checking the least constrained variable an example of the "fail first" heuristic?

True

False

Answer explanation

We "fail first" by checking the most constrained variable.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?