April
1999 QUESTION 2 Total Marks: 20 Marks |
Click here to access other
questions
GRADE A
|
| (a) | Describe four symbolic knowledge models. | [8] |
| Clustering model This model stores related concepts or words in clusters or sets, without considering other properties of the concepts. E.g the set of birds. Set-theoretical model Semantic-feature model Network model
|
||
| (b) | Given that
state the truth values of the following propositions: |
|
| (i) Either Adam is guilty of a crime or Adam is in jail. | [1] | |
| True
|
||
| (ii) If Adam is guilty of a crime then Adam is in jail. | [1] | |
| False
|
||
| (iii) Adam is guilty of a crime is equivalent to Adam is in jail. | [1] | |
| False
|
||
| (c) | Given that
rewrite the following statements using symbolic representations of propositional logic: |
|
| (i) If the exam was easy or Adam studied hard, then Adam passed the exam. | [1] | |
| [ ( e v s ) ® p ]
|
||
| (ii) If the exam was not easy and Adam studied hard, then Adam passed the exam. | [1] | |
| [ ( ~e v s ) ® p ]
|
||
| (iii) If the exam was easy and Adam was unlucky or the exam was not easy or Adam did not study hard, then Adam would not pass the exam. | [1] | |
| [ ( (e v ~1 ) v ~e v
~s ) ® ~p ]
|
||
| (d) | Given that
rewrite the following statements using predicate representation: |
|
| (i) If ben is the master of fido and ben is at the beach, then fido is also at the beach. | [2] | |
| [ (master (ben, fido )
^ location (ben, bench ) ) ® location (fido,
beach)
|
||
| (ii) If ben is the master of fido, then fido will be in the same location as ben. | [2] | |
| "Z : { places } ( (master (ben, fido ) ^ location (ben, X ) ) ® location (fido, X)
|
||
| (iii) If a dog is a good dog and has a master, then it would be in the same location as its master. | [2] | |
| "X : { humans } "Y : {
dogs } "Z : { places } ( (good_dog ( Y ) ^ master (X, Y) ^ location (X, Z ) ) ® location (Y, Z ))
|