enter image description here
In this picture is an example of a boolean majority function (may be a bad example) So the rule says that the result or an output of a majority logic function would be a selection of majority inputs, so if there are 3 inputs, then 1 would become result if we input at least two 1's and 0 otherwise.
- Does this rule apply to any multiplexer?
- And does the output (result) depends on the logical gates being used in a boolean function?
1 Answer 1
1) It shouldn't apply at all to a multiplexer if we're talking about the same thing. A multiplexer is (to me) a device that has many inputs and one output and uses selection pins to tell it which input should be routed to the output.
2) If the two sets of gates implement the same boolean function then it does not matter what gates are used in the implementation of that function. There are multiple correct implementations (but not multiple correct implementations that minimize the number of gates used).
-
\$\begingroup\$ but at the same time we can use multiplexers to implement majority functions \$\endgroup\$Boris Mocialov– Boris Mocialov2011年12月01日 18:11:40 +00:00Commented Dec 1, 2011 at 18:11