edited by
16,082 views
39 39 votes

The operation which is commutative but not associative is:

  1. AND
  2. OR
  3. EX-OR
  4. NAND

6 Answers

Best answer
58 58 votes

The answer is D.

Remark:

  1. Every logic gate follows Commutative law.
  2. AND, OR, Ex-OR, EX-NOR follows Associative law also. NAND, NOR doesn’t follow Associative law.
edited by
1 1 vote
We get for inputs 001,011,100 and 110 both the NAND  and NOR are not associative
0 0 votes
all gates are commutative and associative , only NAND and NOR are commutative but not associative and this can be easily verified too with an example

((AB)'C')' != (A'(BC)')'  //whole meaning changes
Answer:
Position:
Show:

Related questions

35 35 votes
3 answers 3 answers
9.3k
9.3k views
Kathleen asked Sep 13, 2014
9,329 views
In which of the cases stated below is the following statement true?"For every non-deterministic machine $M_{1}$ there exists an equivalent deterministic machine $M_{2}$ r...
21 21 votes
2 answers 2 answers
2.8k
2.8k views
Kathleen asked Sep 13, 2014
2,805 views
Which of the following is an example of a spooled device?The terminal used to input data for a program being executed.The secondary memory device in a virtual memory syst...
9 9 votes
3 answers 3 answers
4.5k
4.5k views
Kathleen asked Sep 12, 2014
4,475 views
Start and stop bits do not contain any 'information' but are used in serial communicationError detectionError correctionSynchronizationSlowing down the communications
49 49 votes
6 answers 6 answers
24.5k
24.5k views
Kathleen asked Sep 12, 2014
24,466 views
Following algorithm(s) can be used to sort $n$ in the range $[1\ldots n^3]$ in $O(n)$ timeHeap sortQuick sortMerge sortRadix sort