Fuzzy Question

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

Total Marks:

Answer any

Duration:
questions from the following:

Hrs
Marks

1. Answer the following Multiple Choice Questions (MCQ) :


i.

ii.

iii.

iv.

What is Fuzzy Inference System?


a. The process of formulating the mapping from a given input to an output
using fuzzy logic
b. Changing the output value to match the input value to give it an equal
balance
c. Having larger output than the input
d. Having a smaller output than the input
Where has Fuzzy Inference System been implemented?
a. Wireless services, heat control and printers
b. Restrict power usage, telephone lines and sort data
c. Simulink, boiler and CD recording
d. Automatic control, decision analysis and data classification
What is the First Step Of Fuzzy Logic System?
a. Fuzzification of the input variables
b. Defuzzification
c. Application of the fuzzy operator (AND or OR) in the antecedent
d. Aggregation of the consequents across the rules

[1]

[1]

What is defuzzification?

[1]

[2]
2.

Given the fuzzy sets:


Tall(X) = { 0 if X < 1.6m
(X - 1.6m) / 0.2, if 1.6m <= X < 1.8m
1, if X >= 1.8m }
Short(X) = { 1 if X < 1.6m
(1.8m - X) / 0.2, if 1.6m <= X < 1.8m
0, if X >= 1.8m }
i. Sketch the graphs of Tall(X) and Short(X).
ii. Calculate the Union of the fuzzy sets Tall(X) and Short(X).
iii. Calculate the Intersection of the fuzzy sets Tall(X) and Short(X).

3. Given additional fuzzy sets:-

[1]
[2]
[2]

Strong(Y) = {

0 if Y < 30kg
(Y - 30kg) / 20, if 30kg <= Y < 50kg
1, if Y >= 50kg }
Weak(Y) = { 1 if Y < 30kg
(50kg - Y) / 20, if 30kg <= Y < 50kg
0, if Y >= 50kg }
and the fuzzy rules:If Tall(X) OR Strong(Y) then Heavy(Z)
If Short(X) AND Weak(Y) then Light(Z)
i. Calculate the membership values of Heavy(Z) and Light(Z) where
-> X = 1.65m, Y = 30kg
-> X = 1.70m, Y = 45kg
4. What is a fuzzy rule base? Give an example of a fuzzy rule.

[5]

[5]

5. Given the fuzzy rules:


If tall(X) AND heavy(Y) then rugbyplayer(Z) OR
If not(tall(X)) AND not(heavy(Y)) then jocky(Z)
i.
ii.

And the fact that tall(X)=0.75 and heavy(Y)=0.66, what are the fuzzy
output values ?

[3]

What sport does this person play? Explain your answer.

[2]

6. What is fuzzy membership function? Give an example of a fuzzy set membership


function.

[5]

7. Briefly describe fuzzy set theory and the fuzzy set operators using any examples as
needed.

[5]

You might also like