Timeঃ---

Some logic gate and or not xor xonor(prodhan2.blogspot.com)

What is the truth table for logical AND?

The truth table for the AND function is:

ABA AND B
000
010
100
111

What is the truth table for logical OR?

The truth table for the OR function is:

ABA OR B
000
011
101
111

What is the truth table for logical XOR?

The truth table for the XOR function is:

ABXOR B
000
011
101
110

What is the truth table for logical NAND?

The truth table for the NAND function is:

ABA NAND B
001
011
101
110

What is the truth table for logical NOR?

The truth table for the NOR function is:

ABA NOR B
001
010
100
110

What are the minterms?

Minterms m are the row numbers of the table which have a logical 1 output (row numbering from 0).

Example: X=a+b the truth table has 1 output TRUE on the 4rd row, so X=m(3)

What are the maxterms?

Maxterms M are the row numbers of the table which have a logical 0 output (row numbering from 0).

Example: X=a+b the truth table has 3 output FALSE in the 3 first rows noted 0, 1 et 2 so 

Post a Comment

Previous Post Next Post