Boolean Logic

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Get a hint
Hint

Define Boolean Algebra

Get a hint
Hint

Logical calculus of truth tables

  • developed by George Boole (late 1830s)

  • resembles algebra of real numbers but with numeric operations of: multiplication, addition and negation

  • variables cam either be TRUE or FALSE (1s & 0s / 5v & 0v)

Get a hint
Hint

what is a logic gate

Get a hint
Hint

circuits which take boolean inputs and convert them to boolean output

  • and

  • or

  • not

  • nand

  • nor

  • xor

  • xnor

Card Sorting

1/6

Anonymous user
Anonymous user
flashcard set

Earn XP

Description and Tags

Logic Gates + Boolean Algebra + Algebraic Expressions + Adders + D-Type Flip Flops + Simplifying Boolean Expressions + De Morgan's Law

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Define Boolean Algebra

Logical calculus of truth tables

  • developed by George Boole (late 1830s)

  • resembles algebra of real numbers but with numeric operations of: multiplication, addition and negation

  • variables cam either be TRUE or FALSE (1s & 0s / 5v & 0v)

2
New cards

what is a logic gate

circuits which take boolean inputs and convert them to boolean output

  • and

  • or

  • not

  • nand

  • nor

  • xor

  • xnor

3
New cards

drawing truth tables: TRICK

n inputs = 2n lines in truth table

e.g. 3 inputs = 23 = 8 lines in truth table

4
New cards

Draw the symbol, algebraic representation and truth table for the AND gate:

  • A.B

  • 0.0 = 0

  • 0.1 = 0

  • 1.0 = 0

  • 1.1 = 1

<ul><li><p>A<strong>.</strong>B</p></li><li><p>0.0 = 0</p></li><li><p>0.1 = 0</p></li><li><p>1.0 = 0</p></li><li><p>1.1 = 1</p></li></ul><p></p>
5
New cards

Draw the symbol, algebraic representation and truth table for the OR gate:

  • A+B

  • 0+0 = 0

  • 0+1 = 1

  • 1+0 = 1

  • 1 +1 = 1

<ul><li><p>A<strong>+</strong>B</p></li><li><p>0+0 = 0</p></li><li><p>0+1 = 1</p></li><li><p>1+0 = 1</p></li><li><p>1 +1 = 1</p></li></ul><p></p>
6
New cards

Draw the symbol, algebraic representation and truth table for the NOT gate:

  • A with a dash on top

  • NOT 0 = 1

  • NOT 1 = 0

<ul><li><p>A with a dash on top</p></li><li><p>NOT 0 = 1</p></li><li><p>NOT 1 = 0</p></li></ul><p></p>
7
New cards

draw the symbol, algebraic representation and truth table for NAND, NOR, XOR, XNOR gates:

knowt flashcard image