Digital Design 1 Exam 1

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

1/76

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:05 PM on 9/15/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

Analog deals with _______________ values.

continuous

2
New cards

Digital deals with __________ values.

discrete

3
New cards

The only two valid values for a single binary digit are ___ and ___.

1 and 0

4
New cards

Serial means processing bits __________________.

one at a time

5
New cards

Parallel means processing bits _________________________.

many at a time

6
New cards

For a 2-input AND function, what produces a 1?

both inputs are 1 (HIGH)

7
New cards

For a 2-input OR function, what produces a 0?

both inputs are 0 (LOW)

8
New cards

The "leading edge" is always the "rising edge".

False

9
New cards

Rise time is defined as ___________.

the amount of time it takes a pulse to go from LOW to HIGH

10
New cards

Fall time is defined as ___________.

the amount of time it takes a pulse to go from HIGH to LOW

11
New cards

Amplitude is defined as ___________.

the height from baseline of the signal to the max value

12
New cards

Pulse width is defined as ___________.

a measure of the width of the pulse

13
New cards

The HIGH and LOW logic levels of incoming voltage also include a voltage range which is unacceptable as either value.

True

14
New cards

A periodic waveform is one that repeats itself at a fixed interval.

True

15
New cards

A nonperiodic waveform is commonly used as a clock signal.

False

16
New cards

Each binary digit increases in value by powers of ____.

2

17
New cards

Each hexadecimal digit increases by powers of ____.

16

18
New cards

Each octal digit increases in value by powers of ____.

8

19
New cards

Hexadecimal digits start at 0 and go to H.

False

20
New cards

The letter 'C' in hexadecimal stands for the decimal value ____.

12

21
New cards

When subtracting in binary, first convert to 2's complement, then __________.

add

22
New cards

The binary value 1101 has the same value whether it designates a signed number or an unsigned number.

False

23
New cards

The binary value 0011 has the same value whether it designates a signed number or an unsigned number.

True

24
New cards

A signed number in signed-magnitude form ____________________.

flips only the first bit to convert to a negative number.

25
New cards

A signed number in 2's complement form ____________________.

flips all bits and adds one to convert to a negative number

26
New cards

The NAND gate is functionally equivalent to the ____________ gate.

Negative-OR

27
New cards

The NOR gate is functionally equivalent to the __________ gate.

Negative-AND

28
New cards

To get the output of a NAND gate, first AND (Boolean multiply) the inputs, then invert the result.

True

29
New cards

To get the output of a NOR gate, first invert the inputs, then OR (Boolean add) the inverted inputs.

False

30
New cards

All gates require at least two inputs except the _______ gate.

NOT

31
New cards

DC Supply Voltage

maximum voltage a gate or IC can handle: either 1.8V, 2.5V, 3.3V, or 5V

32
New cards

Fan-Out

the maximum number of inputs that can be connected to a gate's output to maintain output voltage within specified limits.

33
New cards

Propogation Delay Time

how long it takes for an input of a gate to change its output

34
New cards

Input and Output Logic Levels

specifies input voltage ranges for HIGH, LOW, and undeterminable outputs.

35
New cards

OR (Equation)


<p></p>
36
New cards

NAND (Equation)


<p></p>
37
New cards

AND (Equation)

knowt flashcard image
38
New cards

NOT (Equation)

knowt flashcard image
39
New cards

NOR (Equation)

knowt flashcard image
40
New cards

XNOR (Gate)

knowt flashcard image
41
New cards

AND (Gate)

knowt flashcard image
42
New cards

XOR (Gate)

knowt flashcard image
43
New cards

NOT (Gate)

knowt flashcard image
44
New cards

NAND (Gate)

knowt flashcard image
45
New cards

OR (Gate)

knowt flashcard image
46
New cards

NOR (Gate)

knowt flashcard image
47
New cards

Boolean Addition is represented by the OR Gate

True

48
New cards

Boolean Multiplication is represented by the OR Gate.

False

49
New cards

74xx11

Triple 3-input AND chip

50
New cards

Triple 3-input NAND chip

74xx10

51
New cards

Quad 2-input AND chip

74xx08

52
New cards

NOT/Inverter chip

74xx04

53
New cards

Quad 2-input NAND chip

74xx00

54
New cards

Quad 2-input OR chip

74xx32

55
New cards

Associative

A(BC) = (AB)C

A + (B + C) = (A + B) + C

56
New cards

Commutative

AB = BA

A+B = B+A

57
New cards

Distributive

A(B + C) = AB + AC

58
New cards

This expression is in SOP (Sum-Of-Products) Form (non-standard): AB + BC + AC

True

59
New cards

The following expression is in STANDARD POS (Product-of-Sums) form: (A+B)(B+C+D)(C+D)

False

60
New cards

An SOP expression is equal to 1 if at least one TERM is equal to 1.

True

61
New cards

A POS expression is equal to 0 if at least one of its terms is equal to 0.

True

62
New cards

In a standard SOP expression, and in a standard POS expression, every term must contain every variable in the domain of the expression.

True

63
New cards
<p>What is the expression derived from this truth table?</p>

What is the expression derived from this truth table?

A'BC + AB'C'

64
New cards
<p>Which expression matches the logic gates?</p>

Which expression matches the logic gates?

knowt flashcard image
65
New cards

What is a variable?

inputs and outputs

66
New cards

What is a literal?

variable value or negative

67
New cards

What is a term?

group of one or more variables

68
New cards

What is a domain?

list of all possible variables

69
New cards

What is an expression?

group of terms

70
New cards

An example of sum of terms:

(A + B)

71
New cards

An example of product term:

CD

72
New cards

SOP stands for?

sum of products

73
New cards

POS stands for?

product of sums

74
New cards

Standard SOP:

AB + AC + BC

(AB)(C+C̅) + (AC)(B+B̅) + (BC)(A+A̅)

ABC + ABC̅ + ABC + AB̅C + ABC + A̅BC

ABC + ABC̅ + AB̅C + A̅BC

75
New cards

Standard POS:

(A+B)(B+C)(A+C)

(A+B +CC̅)(B + C + AA̅) (A+C+BB̅)

(A+B+C)(A+B+C̅)(A+B+C) + (B+C+A̅)(A+B+C) + (A+C+B̅)

(A+B+C)(A+B+C̅)(A̅+B+C)(A+B̅+C)

76
New cards

What makes a 1 in a POS truth table?

if not represented

77
New cards

What makes a 1 in a SOP truth table?

if represented