Boolean logic

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:12 PM on 4/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

define logical gates

basic building blocks of electronics

2
New cards

what are the inputs of logic gates

1 or 0

3
New cards

what are the 6 types of gates

NOT gate

AND gate

OR gate

XOR gate

NAND gate

NOR gate

4
New cards

define truth table

truth tables show all the possible inputs that the gate can take and the respective outputs that can be produced.

5
New cards
<p>what gate is this and what is the truth table </p>

what gate is this and what is the truth table

this is a NOT gate

0 → 1

1 → 0

inputs are opposites of outputs

<p>this is a NOT gate</p><p></p><p>0 → 1</p><p>1 → 0</p><p></p><p>inputs are opposites of outputs </p>
6
New cards
<p>what gate its this and what is the truth table </p>

what gate its this and what is the truth table

this is an AND gate

1 1 —> 1

0 0 —> 0

0 1 —> 0

1 0 —> 0

both inputs need to be one to get one as output

<p>this is an AND gate</p><p></p><p>1 1 —&gt; 1 </p><p>0 0 —&gt; 0 </p><p>0 1 —&gt; 0 </p><p>1 0 —&gt; 0 </p><p></p><p>both inputs need to be one to get one as output </p>
7
New cards
<p>what gate is this and what is its truth tables </p>

what gate is this and what is its truth tables

this is a NAND gate

1 1 —> 0

0 1 —> 1

1 0 → 1

0 0 —> 1

Opposite of AND gate

<p>this is a NAND gate</p><p></p><p>1 1 —&gt; 0 </p><p>0 1 —&gt; 1 </p><p>1 0 → 1 </p><p>0 0 —&gt; 1 </p><p></p><p>Opposite of AND gate </p>
8
New cards
<p>what gate is this and what is its truth tables </p>

what gate is this and what is its truth tables

this is an OR gate

0 1 → 1

1 0 → 1

1 1 → 1

0 0 → 0

in order for output to be true, the inputs need to either be one.

<p>this is an OR gate </p><p></p><p>0 1 → 1 </p><p>1 0 → 1 </p><p>1 1 → 1</p><p>0 0 → 0 </p><p></p><p>in order for output to be true, the inputs need to either be one. </p>
9
New cards
<p>what is this gate and what is its truth table </p>

what is this gate and what is its truth table

this is a NOR gate

0 0 → 1

1 0 → 0

0 1 → 0

1 1 → 0

opposite of a OR gate

<p>this is a NOR gate</p><p></p><p>0 0 → 1 </p><p>1 0 → 0 </p><p>0 1 → 0</p><p>1 1 → 0 </p><p></p><p>opposite of a OR gate </p>
10
New cards
<p>what gate is this and what is its truth table </p>

what gate is this and what is its truth table

XOR gate

0 0 → 0

1 0 → 1

0 1 → 1

1 1 → 0

if input is both 0 or 1 the output is not true

<p>XOR gate </p><p></p><p>0 0 → 0 </p><p>1 0 → 1 </p><p>0 1 → 1 </p><p>1 1 → 0 </p><p></p><p>if input is both 0 or 1 the output is not true </p>
11
New cards
<p>look at this image and solve the question </p>

look at this image and solve the question

NOT X OR (Y XOR )

brackets show that it happens before the ‘OR’ stage

<p>NOT X OR (Y XOR ) </p><p></p><p>brackets show that it happens before the ‘OR’ stage </p>
12
New cards
<p>look at this image and solve it </p>

look at this image and solve it

(NOT A AND B) OR NOT C

<p>(NOT A AND B) OR NOT C</p>