Artificial Intelligence Fuzzy Logic MCQ
This section focuses on "Fuzzy Logic" in Artificial Intelligence. These Multiple Choice Questions (mcq) should be practiced to improve the AI skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.
1. What is Fuzzy Logic?
A. a method of reasoning that resembles human reasoning
B. a method of question that resembles human answer
C. a method of giving answer that resembles human answer.
D. None of the Above
View Answer
Ans : A
Explanation: Fuzzy Logic (FL) is a method of reasoning that resembles human reasoning.
2. How many output Fuzzy Logic produce?
A. 2
B. 3
C. 4
D. 5
View Answer
Ans : A
Explanation: The conventional logic block that a computer can understand takes precise input and produces a definite output as TRUE or FALSE, which is equivalent to human's YES or NO.
3. Fuzzy Logic can be implemented in?
A. Hardware
B. software
C. Both A and B
D. None of the Above
View Answer
Ans : C
Explanation: It can be implemented in hardware, software, or a combination of both.
4. The truth values of traditional set theory is ____________ and that of fuzzy set is __________
A. Either 0 or 1, between 0 & 1
B. Between 0 & 1, either 0 or 1
C. Between 0 & 1, between 0 & 1
D. Either 0 or 1, either 0 or 1
View Answer
Ans : A
Explanation: Refer the definition of Fuzzy set and Crisp set.
5. How many main parts are there in Fuzzy Logic Systems Architecture?
A. 3
B. 4
C. 5
D. 6
View Answer
Ans : B
Explanation: It has four main parts.
6. Each element of X is mapped to a value between 0 and 1. It is called _____.
A. membership value
B. degree of membership
C. membership value
D. Both A and B
View Answer
Ans : D
Explanation: each element of X is mapped to a value between 0 and 1. It is called membership value or degree of membership.
7. How many level of fuzzifier is there?
A. 4
B. 5
C. 6
D. 7
View Answer
Ans : B
Explanation: There is 5 level to fuzzifier
8. Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the following.
A. AND
B. OR
C. NOT
D. All of the above
View Answer
Ans : D
Explanation: The AND, OR, and NOT operators of Boolean logic exist in fuzzy logic, usually defined as the minimum, maximum, and complement;
9. The room temperature is hot. Here the hot (use of linguistic variable is used) can be represented by _______
A. Fuzzy Set
B. Crisp Set
C. Both A and B
D. None of the Above
View Answer
Ans : A
Explanation: Fuzzy logic deals with linguistic variables.
10. What action to take when IF (temperature=Warm) AND (target=Warm) THEN?
A. Heat
B. No_Change
C. Cool
D. None of the Above
View Answer
Ans : B
Explanation: IF (temperature=Warm) AND (target=Warm) THEN No_change
Discussion