dragon fighting monkey

dragon fighting monkey

University

93 Qs

quiz-placeholder

Similar activities

Internet and Mobile Programming Final Review

Internet and Mobile Programming Final Review

University

96 Qs

ITB mock

ITB mock

University

89 Qs

OCR GCSE Computer Science - J276 1.1 - 1.7

OCR GCSE Computer Science - J276 1.1 - 1.7

KG - Professional Development

91 Qs

Time and Space Complexity

Time and Space Complexity

University

91 Qs

ITC F7 HUHUH PAGOD NA Q

ITC F7 HUHUH PAGOD NA Q

University

92 Qs

Operating Systems

Operating Systems

University

94 Qs

AC Circuits Final Review

AC Circuits Final Review

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?