memrootじしょ
英和翻訳
AND gate
AND gate
[ænd ɡeɪt]
アンドゲート
1.
論理積(AND)の機能を果たすデジタル論理回路の基本要素。
2つ以上の入力がすべて「真(オン)」である場合にのみ、出力が「真(オン)」となる電子回路部品です。それ以外の入力の状態では、出力は常に「偽(オフ)」となります。
An
AND
gate
is
a
fundamental
building
block
in
digital
electronics.
(ANDゲートは、デジタル電子工学における基本的な構成要素です。)
An AND gate
論理積ゲートは
is a fundamental building block
基本的な構成要素です
in digital electronics.
デジタル電子工学において。
To
activate
the
circuit,
both
inputs
must
be
high,
as
required
by
the
AND
gate.
(回路を作動させるには、ANDゲートの要件として、両方の入力が高レベルである必要があります。)
To activate
作動させるためには
the circuit,
その回路を
both inputs
両方の入力が
must be high,
高レベルである必要があります
as required by
~によって要求されるように
the AND gate.
ANDゲートによって。
If
one
input
to
an
AND
gate
is
low,
the
output
will
always
be
low.
(ANDゲートへの入力の一つが低レベルであれば、出力は常に低レベルになります。)
If
もし
one input
一つの入力が
to an AND gate
ANDゲートへの
is low,
低レベルであれば
the output
出力は
will always be low.
常に低レベルになります。
2.
複数の条件がすべて満たされた場合にのみ結果が真となる論理演算。
コンピュータ科学や論理学において、複数の前提がすべて真(True)である場合にのみ、結論が真(True)となる論理操作を指します。これは日常会話の「かつ」の概念に相当します。
In
Boolean
algebra,
the
AND
gate
represents
logical
conjunction.
(ブール代数において、ANDゲートは論理積を表します。)
In Boolean algebra,
ブール代数において
the AND gate
ANDゲートは
represents
~を表します
logical conjunction.
論理積を。
The
AND
gate
ensures
that
a
system
only
proceeds
when
all
prerequisites
are
met.
(ANDゲートは、すべての前提条件が満たされた場合にのみシステムが進行するようにします。)
The AND gate
ANDゲートは
ensures that
~を確実にします
a system
あるシステムが
only proceeds
のみ進行することを
when all prerequisites
すべての前提条件が
are met.
満たされたときに。
Many
security
systems
utilize
the
principle
of
an
AND
gate,
requiring
multiple
conditions
to
be
true
for
access.
(多くのセキュリティシステムはANDゲートの原理を利用しており、アクセスには複数の条件が真であることを要求します。)
Many security systems
多くのセキュリティシステムは
utilize
~を利用します
the principle of
~の原理を
an AND gate,
ANDゲートの
requiring
~を要求しながら
multiple conditions
複数の条件が
to be true
真であることを
for access.
アクセスするために。
関連
OR gate
NOT gate
NAND gate
NOR gate
XOR gate
Logic gate
Boolean algebra
Digital circuit
Truth table