CS0601 2018-19 Past Paper Flashcards

1
Q

What does an expert system use to represent knowledge?

A

Rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is intelligence?

A

The ability to learn, comprehend and understand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the applications of expert systems?

A

Disease diagnosis, Planning and scheduling, Decision making

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In general, when comparing humans and computers…

A

Humans are better at learning and recognitions. Computers are better in computing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In a rule-based expert system, the order of the rules is….

A

not important in an expert system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Advantage of an expert system

A

Uniform structure, Natural knowledge representation, Dealing with incomplete and uncertain knowledge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In a knowledge base and the inference engine are…

A

Split up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Fuzzy logic is a form of…

A

Many-valued logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Fuzzy logic can be used…

A

to model our sense of words and decision making and to build more human and intelligent systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

To conduct decision making in a fuzzy environment, we should model _____ and _____ by ______.

A

goals, constraints, fuzzy sets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In the forward chaining, each time only the _____ rule is executed. When fired, the rule adds a new _____ in the database. The match-fire cycle _____ when no further rules can be fired.

A

topmost, fact, stops

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

One method for conflict resolution is to fire the most specific rule. How does this work?

A

It is based on the assumption that specific rules processes more information than a general one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

One method for conflict resolution is to fire the rule that uses the data most recently. How does this work?

A

This method relies on time tags attached to each fact in the database. The rule, whose antecedent, uses the data most recently added to the database is fired first

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to choose between backward chaining and forward chaining?

A

Choose forward chaining if an expert needs to gather information and then try to infer from whatever can be inferred.
Choose backward chaining if an expert begins with a hypothetical solution and then finds facts to prove it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly