CS0601 2015-16 Past Paper Flashcards

1
Q

Which mutation operator is suitable for the travelling salesman problem?

A

Swap two numbers which means swapping the order in which the cities are visited

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

What sort of knowledge can be categorised as a set of conditions or rules such as those presented in regulations governing the eligibility for benefit payments?

A

Declarative knowledge

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

Which part of an expert system applies the facts of a particular case to the domain specific knowledge-base?

A

Inference engine

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

What is the technique of establishing the facts from the knowledge base of an expert system to prove a given goal?

A

Backward chaining

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

In a rule-based expert system, the main difference between a database and a knowledge base is that…

A

a databased contains facts and a knowledge base contains rules

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

Any rule can be executed…

A

only once

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

Backward chaining is the….

A

goal-driven reasoning

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

In an expert system, metaknowledge is knowledge about…

A

the use and control of domain knowledge

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

What are the sources of uncertainty?

A

Unknown data, Weak implications, Imprecise language, Combining the views of different experts

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

What is probability?

A

The concept of probability is associated with words like “probably”, “likely”, “maybe”. Probability can be expressed mathematically as a numerical index with a range from 0 to 1

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

Experts on opinions and conclusions

A

Experts often have contradictory opinions and produce conflicting rules

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

Fuzzy logic reflects how people think. Fuzzy logic can be used…

A

to describe the probability that an event occurs

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

Where is the minimum criterion used?

A

When there is an AND operation

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

Expert systems are _____ designed to assist _____ in situations in which an expert in a specific are is required

A

software packages, humans

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

Knowledge base is a set of _____ describing knowledge of a specific ______

A

rules, domain

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

What are the 3 main tasks of designing an expert system?

A

1) Obtain the required knowledge from an expert
2) Express knowledge as a collection of rules in the form of logical implications
3) Extract conclusions

17
Q

Fuzzy logic is a set of mathematical _____ for knowledge ______ based on ______ of membership

A

principles, representation, degrees

18
Q

List two main players in the development of an expert system

A

Domain experts, knowledge engineer, programmer

19
Q

List two advantages and two disadvantages of the expert systems

A

Advantages: Knowledge representation, uncertainty tolerance, explanation ability
Disadvantages: Imprecision tolerance, adaptability, learning ability, knowledge discovery and data mining, maintainability

20
Q

List 3 methods used for conflict resolution

A

1) Fire the rule with the highest priority
2) Fire the most specific rule
3) Fire the rule that uses the data most recently entered in the database

21
Q

What’s the difference between Boolean logic and fuzzy logic?

A

Fuzzy logic is something can be true to a certain extent and does not have to be just true or false