Lecture 5 - Boolean Logic & Circuits

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary terms and definitions from the lecture notes on Boolean Algebra, Boolean functions, laws, and basic gates.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Boolean Algebra

A set of rules and operations for working with variables whose values are either 0 or 1.

2
New cards

Boolean Multiplication

An operation denoted by '•', similar to a logical AND, where the result is 1 only if all inputs are 1.

3
New cards

Boolean Addition

An operation denoted by '+', similar to a logical OR, where the result is 1 if at least one input is 1.

4
New cards

Complement of an Element

An operation denoted by a bar symbol or a prime symbol ('), similar to a logical NOT, which inverts the value (0 becomes 1, 1 becomes 0).

5
New cards

Boolean Function

A function that maps one or more Boolean input variables to the set of {0, 1}, meaning its output can be either 0 or 1.

6
New cards

Input/Output Table

A table that shows the output value of a Boolean function for every possible combination of input values, similar to a truth table.

7
New cards

Literal (Boolean Algebra)

A variable that appears in a Boolean expression in either its true form (e.g., x) or its complemented form (e.g., x').

8
New cards

Minterm

A product term within a Boolean expression that includes exactly one literal for every input variable.

9
New cards

Idempotent Laws

Laws stating that x + x = x and x • x = x.

10
New cards

Associative Laws

Laws stating that (x + y) + z = x + (y + z) and (xy)z = x(yz).

11
New cards

Commutative Laws

Laws stating that x + y = y + x and xy = yx.

12
New cards

Distributive Laws

Laws stating that x + yz = (x + y)(x + z) and x(y + z) = xy + xz.

13
New cards

Identity Laws

Laws stating that x + 0 = x and x • 1 = x.

14
New cards

Domination Laws

Laws stating that x • 0 = 0 and x + 1 = 1.

15
New cards

Double Complement Law

A law stating that the double complement of a variable returns the original variable (e.g., (x')' = x).

16
New cards

Complement Laws

Laws stating that x • x' = 0 and x + x' = 1.

17
New cards

De Morgan’s Laws

Laws providing equivalences for the complement of sums and products (e.g., (x + y)' = x'y' and (xy)' = x' + y').

18
New cards

Absorption Laws

Laws stating that x + (xy) = x and x(x + y) = x.

19
New cards

Gate (Digital Circuits)

An electrical device that implements a Boolean function, forming the basic building blocks of circuits.

20
New cards

AND Gate

A gate that performs Boolean multiplication, with an output of 1 only if all inputs are 1.

21
New cards

OR Gate

A gate that performs Boolean addition, with an output of 1 if at least one input is 1.

22
New cards

Inverter (NOT Gate)

A gate that performs the Boolean complement operation, changing a 0 to 1 and a 1 to 0.

23
New cards

Combinational Circuits

Circuits constructed using a combination of inverters, OR gates, and AND gates (or other basic gates) to implement a specific Boolean function.