Digital Logic and Basic Concepts Flashcards

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/76

flashcard set

Earn XP

Description and Tags

Vocabulary practice flashcards covering analog and digital signals, number systems, logic gates, Boolean algebra, arithmetic circuits, multiplexers, decoders, and Karnaugh map minimization.

Last updated 1:48 AM on 9/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

77 Terms

1
New cards

Amplitude (Analog Signal)

The distance of an analog wave above its reference line.

2
New cards

Cycle

One complete repeating wave of a signal.

3
New cards

Frequency

The number of occurrences or complete wave cycles per second, measured in Hertz (Hz\text{Hz}).

4
New cards

Hertz (Hz)

The unit used for expressing signal frequency in cycles per second.

5
New cards

Period (TT)

The time it takes for a periodic signal to repeat, measured in seconds.

6
New cards

Time High (tHt_H)

The duration of time a digital signal remains at high voltage (5V5\,\text{V}).

7
New cards

Time Low (tLt_L)

The duration of time a digital signal remains at low voltage (0V0\,\text{V}).

8
New cards

Duty Cycle

The ratio of time high (tHt_H) to the total period (TT), expressed as a percentage: Duty Cycle=tHT×100%\text{Duty Cycle} = \frac{t_H}{T} \times 100\%.

9
New cards

Rising Edge

A 00-to-11 transition of a digital signal.

10
New cards

Falling Edge

A 11-to-00 transition of a digital signal.

11
New cards

Decimal System

A base-10 number system using digits 00 through 99 where positional weight increases by powers of ten.

12
New cards

Binary System

A base-2 number system that uses only digits 00 and 11, where positional weight increases by powers of two.

13
New cards

Octal System

A base-8 number system composed of eight digits (00 through 77), used as a shorthand for binary values.

14
New cards

Hexadecimal System

A base-16 number system composed of sixteen characters (00 through 99 and AA through FF).

15
New cards

Least Significant Bit (LSB)

The right-most bit in a binary whole number, carrying a positional weight of 20=12^0 = 1.

16
New cards

Most Significant Bit (MSB)

The left-most bit in a binary number, whose positional weight depends on the total number of bits.

17
New cards

Logic Gate

An elementary building block of a digital circuit that performs Boolean operations on high (5V5\,\text{V}) and low (0V0\,\text{V}) signals.

18
New cards

AND Gate

A logic gate whose output is 11 only if all inputs are 11; otherwise, the output is 00.

19
New cards

OR Gate

A logic gate whose output is 00 only if all inputs are 00; otherwise, the output is 11.

20
New cards

NOT Gate

A logic gate that accepts a single input signal and outputs its complementary (opposite) value.

21
New cards

NAND Gate

A universal logic gate ("NOT of AND") whose output is 00 only if all inputs are 11; otherwise, the output is 11.

22
New cards

NOR Gate

A universal logic gate ("NOT of OR") whose output is 11 only if all inputs are 00; otherwise, the output is 00.

23
New cards

XOR Gate

An Exclusive-OR logic gate whose output is 00 when both inputs are identical and 11 when inputs differ.

24
New cards

XNOR Gate

An Exclusive-NOR logic gate whose output is 11 when both inputs are identical and 00 when inputs differ.

25
New cards

Half Adder

A combinational arithmetic circuit that adds two input bits (AA and BB) to produce Sum (S=ABS = A \oplus B) and Carry (C=ABC = A \cdot B) outputs.

26
New cards

Full Adder

A combinational arithmetic circuit that adds three input bits (AA, BB, and CinC_{\text{in}}) to produce Sum and Carry (CoutC_{\text{out}}) outputs.

27
New cards

Multiplexer

A combinational digital switch or data selector with 2n2^n input lines, 11 output line, and nn select lines.

28
New cards

Decoder

A combinational logic circuit with nn input lines and 2n2^n output lines that drives a single output high based on input combinations.

29
New cards

Combinational Logic Circuit

A logic circuit without feedback or memory whose outputs are determined strictly by current input values.

30
New cards

Literal

A Boolean variable or its complement (e.g., aa, xx', zz).

31
New cards

Product Term

A literal or the logical product (AND) of multiple literals (e.g., abab, xyx'y).

32
New cards

Sum Term

A literal or the logical sum (OR) of multiple literals (e.g., a+ba+b, x+yx'+y').

33
New cards

Sum of Products (SOP)

A Boolean expression formed by the logical OR of multiple product terms.

34
New cards

Product of Sums (POS)

A Boolean expression formed by the logical AND of multiple sum terms.

35
New cards

Minterm

A product of literals in which each input variable appears exactly once, evaluating to true (11) for exactly one input combination.

36
New cards

Maxterm

A sum of literals in which each input variable appears exactly once, evaluating to false (00) for exactly one input combination.

37
New cards

Canonical Form

A standard form of a switching equation where every term contains all available input variables in either complemented or uncomplemented form.

38
New cards

Don't Care Condition

An input combination marked by XX in a truth table where the design output value (00 or 11) does not affect circuit behavior.

39
New cards

Prime Implicant (PI)

A rectangle or group of adjacent minterms on a Karnaugh map that cannot be combined into any larger group.

40
New cards

Essential Prime Implicant (EPI)

A prime implicant that covers at least one minterm not covered by any other prime implicant.

41
New cards

Analog Signal

A time-varying signal that is continuous in both time and amplitude, possessing an infinite range of values.

42
New cards

Digital Signal

A signal that is discrete in time and quantized in amplitude, commonly referred to as a square wave or clock signal with minimum value 00\,V and maximum value 55\,V.

43
New cards

Frequency

A measure of the number of signal occurrences or cycles per second, expressed in Hertz (Hz\text{Hz}), where F=1TF = \frac{1}{T}.

44
New cards

Period (T)

The time in seconds (s\text{s}) required for a periodic signal to complete one wave cycle.

45
New cards

Duty Cycle

The ratio of the time high (tHt_H) to the total period (TT) of a digital signal, calculated as Duty Cycle=tHT×100%\text{Duty Cycle} = \frac{t_H}{T} \times 100\%.

46
New cards

Rising Edge

A 0-to-10\text{-to-}1 transition of a digital signal.

47
New cards

Falling Edge

A 1-to-01\text{-to-}0 transition of a digital signal.

48
New cards

Least Significant Bit (LSB)

The right-most bit in a binary whole number, carrying a weight of 20=12^0 = 1.

49
New cards

Most Significant Bit (MSB)

The left-most bit in a binary number, whose position weight depends on the total bit size of the number.

50
New cards

Octal Number System

A base-8 number system composed of eight digits (0,1,2,3,4,5,6,70, 1, 2, 3, 4, 5, 6, 7).

51
New cards

Hexadecimal Number System

A base-16 number system composed of 16 symbols (0,1,2,3,4,5,6,7,8,90, 1, 2, 3, 4, 5, 6, 7, 8, 9 and A,B,C,D,E,F\text{A}, \text{B}, \text{C}, \text{D}, \text{E}, \text{F}).

52
New cards

Logic Gate

An elementary building block of a digital circuit created using transistor technology that performs Boolean operations on high (55\,V) and low (00\,V) signals.

53
New cards

AND Gate

A basic logic gate where the output is 11 only when both inputs are 11; otherwise, the output is 00 (X=ABX = A \cdot B).

54
New cards

OR Gate

A basic logic gate where the output is 00 only when both inputs are 00; otherwise, the output is 11 (X=A+BX = A + B).

55
New cards

NOT Gate

A basic logic gate (inverter) that accepts one input signal and returns its complement as output (X=AˉX = \bar{A}).

56
New cards

NAND Gate

A universal logic gate (NOT of AND) where the output is 00 only when both inputs are 11; otherwise, the output is 11 (X=ABX = \overline{A \cdot B}).

57
New cards

NOR Gate

A universal logic gate (NOT of OR) where the output is 11 only when both inputs are 00; otherwise, the output is 00 (X=A+BX = \overline{A + B}).

58
New cards

XOR Gate

An Exclusive-OR logic gate where the output is 00 when both inputs are identical, and 11 when inputs differ (X=ABX = A \oplus B).

59
New cards

XNOR Gate

An Exclusive-NOR logic gate where the output is 11 when both inputs are identical, and 00 when inputs differ (X=ABX = \overline{A \oplus B}).

60
New cards

DeMorgan's Theorems

Boolean algebra theorems stating that A+B=AˉBˉ\overline{A + B} = \bar{A}\bar{B} and AB=Aˉ+Bˉ\overline{AB} = \bar{A} + \bar{B}.

61
New cards

Half Adder

A combinational arithmetic circuit that adds two binary input bits (AA and BB) and produces a Sum (S=ABS = A \oplus B) and a Carry (C=ABC = AB) output.

62
New cards

Full Adder

A combinational arithmetic circuit that adds three binary bits (AA, BB, and CinC_{\text{in}}) and produces a Sum (Sum=Cin(AB)\text{Sum} = C_{\text{in}} \oplus (A \oplus B)) and Carry Out (Cout=AB+ACin+BCinC_{\text{out}} = AB + AC_{\text{in}} + BC_{\text{in}}) output.

63
New cards

Multiplexer (MUX)

A combinational digital switch (data selector) with 2n2^n input lines, 11 output line, and nn select lines that routes a selected input to the output.

64
New cards

Decoder

A combinational circuit that has nn inputs and 2n2^n outputs, where a specific output line becomes high (11) based on the input binary combination.

65
New cards

Combinational Logic Circuit

A logic circuit without feedback paths or memory elements whose output is strictly a function of its current inputs (Output=f(input)\text{Output} = f(\text{input})).

66
New cards

Literal

A single Boolean variable or its complement (e.g., aa, xx', or zz).

67
New cards

Product Term

A single literal or the logical product (AND operation) of multiple literals (e.g., abab or xyx'y).

68
New cards

Sum Term

A single literal or the logical sum (OR operation) of multiple literals (e.g., a+ba+b or x+yx'+y').

69
New cards

Sum of Products (SOP)

A Boolean expression formed by the logical OR of multiple product terms (e.g., ab+bc+abab + bc' + a'b').

70
New cards

Product of Sums (POS)

A Boolean expression formed by the logical AND of multiple sum terms (e.g., (a+b)(a+b)(a+b')(a'+b') ).

71
New cards

Minterm

A special product term of literals in an nn-variable function where each variable appears exactly once, evaluating to 11 for exactly one combination of inputs.

72
New cards

Maxterm

A special sum term of literals in an nn-variable function where each variable appears exactly once, evaluating to 00 for exactly one combination of inputs.

73
New cards

Canonical Form

A standard form of a switching equation in which every term contains all available input variables of the system.

74
New cards

Karnaugh Map (K-Map)

A graphical grid representation of a truth table used to simplify Boolean expressions by grouping adjacent 11s or 00s in sizes equal to powers of two (2n2^n).

75
New cards

Don't Care Condition

An input combination marked by (X)(X) in a truth table where the design output value does not matter, allowing flexible grouping in K-maps to simplify equations.

76
New cards

Prime Implicant (PI)

A group of adjacent 11s on a Karnaugh map that is as large as possible and cannot be combined into a larger group of 2n2^n cells.

77
New cards

Essential Prime Implicant (EPI)

A prime implicant that covers at least one minterm (11) on a Karnaugh map that is not covered by any other prime implicant.