Universiti Teknologi Mara: Confidential CS/TEST 1/NOV2020/CSC583
Universiti Teknologi Mara: Confidential CS/TEST 1/NOV2020/CSC583
TIME : 2 HOURS
INSTRUCTIONS TO CANDIDATES:
Total
SELF DECLARATION
1. I know that plagiarism is wrong. Plagiarism is to use another’s work and pretend that it is one’s own.
2. This assignment/project/test/quiz/final assessment is my own work.
3. I have not involved, and will not allow, anyone to copy my work with the intention of passing it off as
their own work.
4. I acknowledge that copying someone else’s work (or part of it) is wrong and declare that my
assignment/project/test/quiz/final assessment is my own work.
QUESTION 1
“Artificial Intelligence is a science that has defined its goal as making machines do
things that would require intelligence if done by humans.”
a) Artificial Intelligence (AI) have been widely used in medical industry to PathAI.
b) AI is used to store medical datasets.
c) AI helps doctor to diagnose more easily and accurate.
(3 marks)
i) Explain the TWO (2) phases of the Turing Imitation game based on the above
figures.
The left picture shows a woman and a man trying to prove that they ar a woman. The
interrogator will determine which is the real woman by asking some questions. In the next
picture, there is a woman and a machine. The machine and the woman will try to prove that
they are a woman. The interrogator will determine which is the real woman. If the machine
successfully fools the interrogator then the machine pass the Turing Test.
(4 marks)
ii) Human level performance can be achieved in certain cognitive tasks by the Turing
Test. Discuss TWO (2) examples of the cognitive tasks.
QUESTION 2
a) Explain who are A and B, what are their roles are and how they support each other in Expert
System development process?
A is domain expert which is knowledgeable and expert in problem solving in specific area
person and B is knowledge engineer which is a person that is an expert in designing and
building program into the program system that use AI.
(4 marks)
CONFIDENTIAL 5 CS/TEST 1/OCT 19/CSC583
b) Draw a simple structure of a Rule-Based Expert System. Please ensure important
components are drawn properly
(4 marks)
CONFIDENTIAL 6 CS/TEST 1/OCT 19/CSC583
c) Given these facts in working memory initially (database):
Establish the animal is a giraffe by using a forward chaining technique that based on the rules. Draw a
simple forward chaining diagram to illustrate the relationships between the rules involved. Determine
the goal, number of rules fired and new facts.
CONFIDENTIAL 8 CS/TEST 1/OCT 19/CSC583
CONFIDENTIAL 9 CS/TEST 1/OCT 19/CSC583
(10 marks)
CONFIDENTIAL 1 CS/TEST 1/OCT 19/CSC583
QUESTION 3 0
Fuzzy logic is a set of mathematical principles for knowledge representation based on degrees of
membership. Fuzzy logic can be partly true and partly false at the same time while Boolean logic is
either true or false value.
(4 marks)
Sets of tall men where men’s height is measured and recorded. Next, calculate the degree of
membership from the data. Lastly, a graph is plotted where y-axis represents height while x-axis
represents degree of membership.
(4 marks)
CONFIDENTIAL 1 CS/TEST 1/OCT 19/CSC583
QUESTION 4 1
b) Discuss the difference between ANN and deep learning. You may use diagram to illustrate
your answer.
ANN can learn and make decisions almost like humans while deep learning learn and make
decisions based on data.
(4 marks)
The node has three inputs, X = ( X1, X2, X3 ) that receive only binary signals (either 0 or 1) and
the corresponding weights to the three inputs are:
W1 = 3
W2 = -5
W3 = 1
Calculate the output value ( Y ) for each of the following input patterns:
Pattern P1 P2 P3 P4
X1 0 0 1 0
X2 1 1 1 0
X3 0 1 0 1
CONFIDENTIAL 1 CS/TEST 1/OCT 19/CSC583
2
CONFIDENTIAL 1 CS/TEST 1/OCT 19/CSC583
3