Boolean Logic and Logic Circuits

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

1/13

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts of Boolean logic, operations, truth tables, Karnaugh maps, and logic circuits.

Last updated 12:49 PM on 4/26/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

Conjunction

An operation in Boolean logic that produces a true output only when both inputs are true (AND operation).

2
New cards

Disjunction

An operation in Boolean logic that produces a true output if at least one input is true (OR operation).

3
New cards

Negation

An operation in Boolean logic that reverses the truth value of an input (NOT operation).

4
New cards

Exclusive Disjunction

An operation that outputs true only when exactly one of the inputs is true (XOR operation).

5
New cards

Truth Table

A table showing every possible permutation of inputs to a logic gate and the corresponding output.

6
New cards

Karnaugh Map

A diagram used to simplify Boolean expressions by visually organizing the truth table values.

7
New cards

De Morgan’s Laws

A set of rules that describe how to break a negation and change the operator in Boolean algebra.

8
New cards

Distribution

A rule in Boolean algebra that applies to conjunction over disjunction and vice versa.

9
New cards

Association

A property that allows for the addition or removal of parentheses in a Boolean expression without changing its outcome.

10
New cards

Commutation

A principle stating that the order of literals around an operator in a Boolean expression does not matter.

11
New cards

Double Negation

A principle stating that negating a Boolean expression twice results in the original expression.

12
New cards

D-Type Flip Flop

A type of logic circuit that can store one bit of value, changing at the rising edge of the clock.

13
New cards

Half Adder

A logic circuit that adds two inputs and produces a sum and a carry output.

14
New cards

Full Adder

A logic circuit similar to a half adder, but with an additional input for carry, allowing for the chaining of adders.