0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

論理素子

Posted at
Page 1 of 2

論理素子

デジタル回路を構成する部品

1つ以上の入力と1つ以上の出力がある。入力に応じて出力が変化。

NOT回路

1つの入力と1つの出力を持ち、入力を反転して出力。

入力が1ならば0を、0ならば1を出力。

Or回路

2つ以上の入力と1つの出力を持ち、全ての入力が0ならば0を、それ以外の場合は1を出力。

3入力以上のOr回路も可能。

And回路

2つ以上の入力と一つの出力を持ち、全ての入力が1ならば1を、それ以外の場合は0を出力。

Xor回路

2つ以上の入力と1つの出力を持ち、入力の1の個数が奇数ならば1を、それ以外の場合は0を出力。

これら、素子の入力・出力の関係を表した表を真理値表と呼ぶ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?