boolean logic

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

1/12

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.

13 Terms

1
New cards

NOT gate(Negation)

reverses the input

<p>reverses the input </p>
2
New cards

AND gate (Conjunction)

takes two inputs and both inputs need to be on (have electrical current) for the output to be 1

<p>takes two inputs and both inputs need to be on (have electrical current) for the output to be 1</p>
3
New cards

OR gate (Disjunction)

only one of the inputs need to be on for the output to be one

<p>only one of the inputs need to be on for the output to be one </p>
4
New cards

boolean logic notation

V

¬

1. P = A ∨ (¬B ∧ C)

-or

-not

  1. P= A OR (NOT B AND C)

5
New cards

truth table for NOT gate

knowt flashcard image
6
New cards

truth table for AND gate

knowt flashcard image
7
New cards

truth table for OR gate

knowt flashcard image
8
New cards
<p>draw truth table for this </p>

draw truth table for this

knowt flashcard image
9
New cards
term image
knowt flashcard image
10
New cards
<p>write boolean expression for this logic gate </p>

write boolean expression for this logic gate

knowt flashcard image
11
New cards
<p>write boolean expression for this logic gate </p>

write boolean expression for this logic gate

knowt flashcard image
12
New cards
<p>write boolean expression for this logic gate </p>

write boolean expression for this logic gate

knowt flashcard image
13
New cards

what is a truth table

Truth tables are used to show all possible inputs and the associated output for each input.

 

The input and output values in a truth table must be a Boolean value - usually 0 or 1 but occasionally True or False.