Jump to content
Urch Forums

Fuzzy Logic


bags

Recommended Posts

Solve following Question:

One approach to handling fuzzy logic data might be to design a computer using ternary (base-3) logic so that

data could be stored as “true,” “false,” and “unknown.” If each ternary logic element is called a flit, how many

flits are required to represent at least 256 different values?

(A) 4 (B) 5 © 6 (D) 7 (E) 8

 

How to solve this problem?

Ans: c

Link to comment
Share on other sites

  • 2 weeks later...

In binary representation, to represent 256 different values, you need lg 256 = 8 bits (log to the base 2).

 

Similarly in ternary representation, you would require log 256 / log 3 (log to the base 3) which is 5.something. Now rounding off to the upper integer (since number of bits is an integer) you get 6! which is your answer.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...