Computer Class notes

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

1/25

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.

26 Terms

1
New cards

Boolean algebra

A branch of mathematics dealing with variables that can have only two possible values, typically 0 and 1, or false and true.

2
New cards

Boolean Variables

Represented by letters (e.g., A, B, X) and can only take on the values 0 (False) or 1 (True).

3
New cards

Literals

A Boolean variable or its complement (e.g., A or A̅).

4
New cards

Boolean Expression

A combination of Boolean variables and operators.

5
New cards

AND Operation

The output is 1 if and only if all inputs are 1.

6
New cards

Symbol for AND Operation

Bullets (·) or no symbol (e.g., A·B or AB).

7
New cards

OR Operation

The output is 1 if at least one input is 1.

8
New cards

Symbol for OR Operation

Plus sign (+) (e.g., A + B).

9
New cards

NOT Operation

Inverts the input; if the input is 0, the output is 1, and vice versa.

10
New cards

Symbol for NOT Operation

A bar over the variable (A̅) or prime (A').

11
New cards

Commutative Law

States that A + B = B + A and A·B = B·A.

12
New cards

Associative Law

States that (A + B) + C = A + (B + C) and (A·B)·C = A·(B·C).

13
New cards

Distributive Law

States that A·(B + C) = (A·B) + (A·C) and A + (B·C) = (A + B)·(A + C).

14
New cards

Identity Law

States that A + 0 = A and A·1 = A.

15
New cards

Complement Law

States that A + A̅ = 1 and A·A̅ = 0.

16
New cards

Idempotent Law

States that A + A = A and A·A = A.

17
New cards

Null Law

States that A + 1 = 1 and A·0 = 0.

18
New cards

Involution Law

States that A̅̅ = A.

19
New cards

Absorption Law

States that A + (A·B) = A and A·(A + B) = A.

20
New cards

De Morgan's Laws

States that A̅ + B̅ = (A·B)̅ and A̅·B̅ = (A + B)̅.

21
New cards

Logic Gates

Electronic circuits that implement Boolean operations, with each basic operation corresponding to a specific gate.

22
New cards

AND Gate

Implements the AND operation.

23
New cards

OR Gate

Implements the OR operation.

24
New cards

NOT Gate

Implements the NOT operation.

25
New cards

XOR Gate

A gate that implements the Exclusive OR operation.

26
New cards

XNOR Gate

A gate that implements the Exclusive NOR operation.