Discreet Math - Chapter 2.4 - " Application: Digital Logic Circuits "

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

1/21

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts, figures, definitions, and logic gate rules from Chapter 2.4: Digital Logic Circuits.

Last updated 2:49 AM on 9/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards
<p>Claude Shannon</p>

Claude Shannon

An M.I.T. graduate student who in the late 1930s noticed an analogy between switching circuits and logical connectives, publishing his findings in a landmark 1938 master's thesis.

2
New cards
<p>Switches in Series</p>

Switches in Series

A circuit configuration where current flows and the light bulb turns on if, and only if, both switches PP and QQ are closed, corresponding to the logical expression P∧QP \wedge Q.

3
New cards

Switches in Parallel

A circuit configuration where current flows and the light bulb turns on if, and only if, at least one of the switches PP or QQ is closed, corresponding to the logical expression P∨QP \vee Q.

4
New cards

Digital Logic Circuits

The basic electronic components of a digital system that process discrete signals using principles of logic.

5
New cards
<p>Bit</p>

Bit

Short for binary digit, referring to the symbols 00 and 11 used to denote false and true signal values in digital circuits; terminology introduced in 1946 by statistician John Tukey.

6
New cards
<p>Intel 4004</p>

Intel 4004

The first commercially viable microprocessor introduced in 1971, contained on a fingernail-sized chip with 2,3002,300 transistors that executed 70,00070,000 instructions per second.

7
New cards
<p>Black Box</p>

Black Box

An abstraction of a circuit where the internal physical implementation is ignored, and attention is focused strictly on the relationship between input and output signals.

8
New cards
<p>Input/Output Table</p>

Input/Output Table

A table that completely specifies the operation of a black box circuit by listing all possible input signal combinations alongside their corresponding output signals.

9
New cards
<p>NOT-gate</p>

NOT-gate

A digital logic gate (also called an inverter) with one input signal and one output signal that converts an input of 11 to 00 and an input of 00 to 11.

10
New cards

AND-gate

A digital logic gate with two input signals and one output signal that produces an output of 11 if and only if both input signals are 11; otherwise, it outputs 00.

11
New cards

OR-gate

A digital logic gate with two input signals and one output signal that produces an output of 00 if and only if both input signals are 00; otherwise, it outputs 11.

12
New cards

Combinational Circuit

A digital logic circuit whose output at any time is determined entirely by its input signals at that time, obeying rules that prohibit feedback loops and wire combinations.

13
New cards

Sequential Circuit

A complex circuit whose output at any given time depends both on the input signals at that time and on previous inputs, achieved by feeding a gate's output back into itself.

14
New cards
<p>Boolean Variable</p>

Boolean Variable

A variable (such as a statement variable or input signal) that can take one of only two values, typically denoted as 11 or 00 (or T or F), named in honor of George Boole.

15
New cards

Boolean Expression

An expression composed of Boolean variables and logical connectives such as ∧\wedge, ∨\vee, and ∼\sim.

16
New cards

Recognizer

A logic circuit designed to output a 11 for exactly one specific combination of input signals and 00's for all other input combinations.

17
New cards

Disjunctive Normal Form

A Boolean expression structured as a disjunction (OR) of terms that are themselves conjunctions (ANDs) containing each input variable or its negation; also called sum-of-products form.

18
New cards
<p>Equivalent Digital Logic Circuits</p>

Equivalent Digital Logic Circuits

Two or more digital logic circuits that produce identical output signals for every combination of input signals, meaning their input/output tables are identical.

19
New cards
<p>NAND-gate</p>

NAND-gate

A logic gate that functions as an AND-gate followed by a NOT-gate, outputting 00 if and only if both input signals are 11.

20
New cards
<p>NOR-gate</p>

NOR-gate

A logic gate that functions as an OR-gate followed by a NOT-gate, outputting 11 if and only if both input signals are 00.

21
New cards
<p>Sheffer Stroke</p>

Sheffer Stroke

The logical operator ∣\mid (where P∣Q≡∼(P∧Q)P \mid Q \equiv \sim (P \wedge Q)) corresponding to the NAND operation, named after H. M. Sheffer.

22
New cards

Peirce Arrow

The logical operator ↓\downarrow (where P↓Q≡∼(P∨Q)P \downarrow Q \equiv \sim (P \vee Q)) corresponding to the NOR operation, named after C. S. Peirce.