Logic gates

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Logic Gates

Devices that have one or more inputs and generate an output based on a logic operation.

2
New cards

Logic Circuit

A circuit made up of multiple logic gates.

3
New cards

NOT Gate

A logic gate that outputs the inverse of the input; if input is ON, output is OFF and vice versa.

4
New cards

NOT gate diagram

knowt flashcard image
5
New cards

P(output) = not A

The probability output in a NOT gate where output is the inversion of the input.

6
New cards

Inverse

A term related to NOT gate indicating the opposite state of the input.

7
New cards

Boolean NOT

¬A signifies the output of a NOT gate when input A is given.

8
New cards

Output of NOT Gate

If input is ON, the output is OFF (and vice versa).

9
New cards

AND Gate

A logic gate that requires both inputs to be ON to produce an output; represented as P = A AND B (A ^ B).

10
New cards

AND gate diagram

knowt flashcard image
11
New cards

P = A AND B

Probability output in an AND gate where both A and B must be true for the output to be true.

12
New cards

Boolean AND

A ^ B

13
New cards

Function of AND Gate

Both inputs must be ON for the output to be ON.

14
New cards

OR Gate

A logic gate that outputs ON if either or both of the inputs are ON; represented as P = A OR B (A V B).

15
New cards

OR gate diagram

<p></p>
16
New cards

Input of OR Gate

If either one or both inputs are ON, the output will be ON.

17
New cards

P = A OR B

Probability output in an OR gate where either A or B must be true for the output to be true.

18
New cards

Boolean OR gate

A V B represents the logical OR operation.

19
New cards

A V B

Symbol representing the OR operation in mathematics.

20
New cards

Truth Table

A table that shows all possible input combinations and their corresponding outputs for a logic gate.

21
New cards

Logic Operation

A calculation performed on one or more binary inputs to produce a single binary output.