真理値表を作成し、以下の式の真偽値を求めます:AまたはBかつC、not (AまたはB)、Aかつnot B
適切な論理ゲートを使用して、以下の式に対する論理回路設計を行います:not AかつBまたはC、not (AかつB)またはC、AかつBまたはnot C
真理値表の問題(?)PC、ロジック
1) Create a truth table for each of the following expressions:
A or B and C not (A or B) A and not B
2) Use appropriate logic gates to draw a logic circuit design for each of the following expressions:
not A and B or C not (A and B) or C A and B or not C
not (A or B)、 A and not B は別の質問で回答されているので、
A or B and C について回答します。
欄がずれていますが、各行とも左からA、 B、 C、 A or B and C
です。
A B C A or B and C
1 1 1 1
1 0 1 1
0 1 1 1
0 0 1 0
1 1 0 0
1 0 0 0
0 1 0 0
0 0 0 0