Digital devices quizzes

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

1/185

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

186 Terms

1
New cards

Convert the following 8-bit fixed-precision unsigned binary value to decimal: %1101 1101

221

2
New cards

Convert the following 8-bit fixed-precision unsigned binary value to decimal: %11101101

237

3
New cards

Convert the following decimal number into 8-bit fixed-precision unsigned binary value: 141

%10001101

4
New cards

Convert the following decimal number into 8-bit fixed-precision unsigned binary value: 181

%10110101

5
New cards

Convert the following binary value into 12-bit fixed-precision unsigned hex value
%1001 1011 1110

$9BE

6
New cards

Convert the following 12-digit fixed-precision unsigned hex value to binary: $65E

0110 0101 1110

7
New cards

Convert the following decimal number into 8-bit fixed-precision unsigned hex value: 84

$54

8
New cards

Convert the following decimal number into 8-bit fixed-precision unsigned hex value: 76

$4C

9
New cards

Convert the following 2-digit fixed-precision unsigned hexadecimal value to decimal: $42

66

10
New cards

Convert the following 2-digit fixed-precision unsigned hexadecimal value to decimal: $4E

78

11
New cards

Given the following transistor diagram, what is y when a is 1?

0

12
New cards

Indicate which one logic gate is best suited to implement the desired system functionality.
A sensor detects sunlight (s = 0 means no sunlight, s = 1 means sunlight). Based on that sensor, a lamp should turn on (lamp = 1) only at night.

NOT

13
New cards

A digital system has the following inputs and outputs:
Inputs: d: door is open, w: window is open, e: alarm is enabled, n: time-of-day is night
Output: s: sounds alarm

 
Select the Boolean equation that describes the indicated goal.
Goal: Sound alarm only if door is open and alarm is enabled.

s = ed

14
New cards

Given the function (F), choose the correct schematic/circuit diagram.
                                                                  F = a (b + c’) d’

15
New cards

Given the timing diagram below, write the Boolean function equation for “F(a,b,c)”:
 

F = a’bc’ + a’bc + ab’c’

16
New cards

Order the steps to transform the following equation to sum-of-minterms form.
(use the ordering: Original Equation, 1,2,3,4,5 for the steps)

 
y = a + bc

 
Start with the original equation!

y = ab'c'+ab'c +abc'+abc + a'bc+abc

(3)

y = a + bc

Original Equation

y = a(1)(1)+(1)bc

(1)

y = ab'c' + ab'c + abc' + abc + a'bc

(4)

y = a(b'+b)(c'+c) +(a'+a)bc

(2)

17
New cards

Consider the following truth table. An SOP equation will be y = ___ + ___. Which is one of the minterms in the equation?

a'b

18
New cards

Consider the following truth table. An POS equation will be y =( +)*( +). Which is one of the MAXterms in the equation?

a+b

19
New cards

Given the truth table, write the equation of the function F in minterm notation decimal format:
 

x

y

z

F

0

0

0

1

0

0

1

0

0

1

0

1

0

1

1

0

1

0

0

1

1

0

1

0

1

1

0

1

1

1

1

0

F =  

20
New cards

Write the equation for F in MAXterm notation decimal format.

X

Y

Z

 F

0

0

0

0

0

0

1

1

0

1

0

0

 0

1

1

1

1

0

0

1

1

0

1

0

1

1

0

1

1

1

1

0

F(X,Y,Z)  = ΠM(0,2,5,7)

21
New cards

Enter the following truth table in POS form.

POS truth table.png

(a'+b)(a'+b')

22
New cards

Write the following truth table in minterm notation decimal format.

timing diagram for 3-variable function b.png

23
New cards

Following the example 2.1.6 in Zybooks, determine the simplification for the following equation using what is called the absorption property

f(a,b,c,d) =a'b + b + bc' + bcd'

f(a,b,c,d) = b

24
New cards

Using the absorption property,

f(x,y) = xy + x

can be simplified to

f(x,y) = x

25
New cards

Using Zybooks participation activity 2.1.6 as an example, determine what the following equation would be simplified to.  This theorem is also listed on the Boolean Algebra theorems sheet as theorem 16a.

f(x,y) = x'y' + y

f(x,y) = x' + y

26
New cards

Using the factoring methods of boolean algebra, simplify the following equation.

f(a,b,c) = a'bc' + a'b'c'

f(a,b,c) = a'c'

27
New cards

Simplify the following equation using boolean adjacency and idempotent axiom (can or additional terms matching what is already there).

f(a,b,c) = ab'c' + a'b'c' + a'b'c

f(a,b,c) = b'c' + a'b'

28
New cards

Apply DeMorgan's law twice to determine the inverse of the following function

(a + bc')'

Put your equation in SOP form.

a'b' + a'c

29
New cards

Apply DeMorgan's law 3 times to determine inverse of the following:

(a'b' + cd)'

(a+b)*(c'+d')

30
New cards

Use the identity axiom for OR to expand the following term to Maxterm canonical form

f(a,b,c) = (a + b)*(b' + c)

f(a,b,c) = (a + b + c')*(a + b + c)*(a' + b' + c)*(a + b' + c)

31
New cards

Given the following function, determine the minimum SOP equation.

F(A,B,C,D) = B'D'

32
New cards

Given the following function, determine the minimum SOP equation.

 

F(A,B,C,D) = C'D'

33
New cards

Given the following function, determine the minimum SOP equation.

 

F(A,B,C,D) = B'

34
New cards

Given the following function, determine which of the following equations would be minimum SOP equation.Mark all choices that are minimum SOP.

 

any of these options

35
New cards

Given the following function, determine the minimum SOP equation.

F(A,B,C,D) = B' + D'

36
New cards

Given the following equation:

determine the correct minimum SOP equation

a(w,x,y,z) = (w'x'y'z) + (w'xy'z') + (wx'yz) + (wxy'z)

37
New cards

Given the following equation:

determine the correct minimum SOP equation

b(w,x,y,z) = (w'xy'z) + (xyz') + (wxz') + (wyz)

38
New cards

Given the following equation:

determine the correct minimum SOP equation

c(w,x,y,z) = (wxy) + (w'x'yz') + (wxz')

39
New cards

Given the following equation:

determine the correct minimum SOP equation

d(w,x,y,z) = (w'x'y'z) + (w'xy'z') + (xyz) + (wx'yz')

40
New cards

Given the following equation:

determine the correct minimum SOP equation

e(w,x,y,z) = (w'z) + (w'xy') + (x'y'z)

41
New cards

Given the following equation:

determine the correct minimum SOP equation

f(w,x,y,z) = (w'x'z) + (w'x'y) + (w'yz) + (wxy'z)

42
New cards

Given the following equation:

determine the correct minimum SOP equation

g(w,x,y,z) = (w'x'y') + (w'xyz) + (wxy'z')

43
New cards

Write the equation for the output SUM for a half adder. The inputs are named A, B.  Make a truth table if necessary.

Sum(A,B) = A'B + AB'

44
New cards

Write the equation for the output C( or CarryOut) for a half adder, Make a truth table if necessary.

C(A,B) = AB

45
New cards

A half Adder creates an arithmetic circuit that adds _________ single bit inputs.

2

46
New cards

Write the SOP equation for the output SUM for a full adder. Hint: Make a truth table.

Sum(A,B,Cin) = AB(Cin) + A'B'(Cin) + A'B(Cin)' + AB'(Cin)'

47
New cards

Write the SOP CANONICAL equation for the output C( or CarryOut) for a full adder. Hint: Make a truth table if necessary.

C(A,B,Cin) = AB(Cin) + AB(Cin)' + AB'(Cin) + A'B(Cin)

48
New cards

Write the minimum SOP equation for the output C( or CarryOut) for a full adder. Make a kmap from your truth table.

C(A,B,Cin) = AB + A(Cin) + B(Cin)

49
New cards

A full Adder creates an arithmetic circuit that adds _________ single bit inputs.

3

50
New cards

A 4-bit adder can be made from four full adder circuits by cascading them together. The carryout of each full adder becomes the carry in of the next adder. To use four full adders, the least significant adder must have cin tied to _________.

ground(0)

51
New cards

A half adder can be used as a(n) ________________ circuit, which adds 1 to a number.

incrementor

52
New cards

A four-bit incrementor can be built from four half adders by cascading them together. The carryout of each half adder becomes the b input of the next adder. To use four half adders as a 4-bit incrementor, the least significant half adder must have input b tied to _______________.

high(1)

53
New cards

A 2:4 decoder outputs exactly how many "1"s for a given set of inputs. In other words, if I1I0 = "00", how many outputs are equal to 1. If I1I0 = "11", how many outputs are equal to 1, ...

one

54
New cards

A 2:4 decoder has how many outputs.

four

55
New cards

Some decoders have an additional input called an enable input that when 0 sets all outputs to ____.

0

56
New cards

Give the equation for the output D1 for the following decoder

D1 = En I1' I0

57
New cards

Give the equation for the output D2 for the following decoder

D2 = En I1 I0'

58
New cards

A decoder is an n-to-2n device that generates all of the _____________ of a function. (Hint: think about which output is 1 for any given set of inputs. 2:4, 3:8, 4:16, 5:32, etc...; think about what term we learned with kmaps that were associated with a row being 1).

miniterms

59
New cards

Select which of the following equations implement a 4:1 Multiplexer. HINT: Write the truth table for the select inputs for a 4:1 Mux to determine the circuit implementation.

Out = S1'S0'D0 + S1'S0D1 + S1S0'D2 + S1S0D3

60
New cards

A multiplexor is a combinational circuit that passes one of multiple data inputs through to a single output. Additional inputs are the controls that determine which input is selected. The control inputs are called______________ inputs.

select

61
New cards

Shown is a 4:1 Multiplexer. What values of S1S0 select D1 to pass through to the output.

S1S0 = "01"

62
New cards

Shown is a 4:1 Multiplexer. If the values of S1S0 select D1 to pass through to the output, and D1 = "0", then the output, OUT =

OUT = 0

63
New cards

Just like the Analogy: Due to road construction, four lanes (the data inputs) may be reduced to a single lane (the single output). A policeman (the select inputs) selects which one lane currently passes through by blocking the other lanes. Just as sometimes the police have one lane open, but no cars are coming through at that time, when the input for the data input selected =0, the output = __________.

0

64
New cards

To make a truth table for a mux, we could only write the rows where a specific input is selected, and the other inputs as DON'T CARES. For a 4:1 Multiplexer, for what is the product term associated with D3 where the output OUT = 1.

Out = S1S0D3

65
New cards

Add the following 4-bit, fixed-precision, 2s complement numbers and give the 4-bit sum along with the overflow result.

1000, overflow did not occur

66
New cards

Add the following 4-bit, fixed-precision, 2s complement numbers and give the 4-bit sum along with the overflow result.

1011, overflow occurred

67
New cards

Add the following 4-bit, fixed-precision, 2s complement numbers and give the 4-bit sum along with the overflow result.

 

0100, overflow did not occur

68
New cards

Add the following 4-bit, fixed-precision, 2s complement numbers and give the 4-bit sum along with the overflow result.

 

1001, overflow occurred

69
New cards

Add the following 8-bit, fixed-precision, 2s complement numbers and give the 8-bit sum along with the overflow result.
1101 1110
1011 0101

1001 0011, overflow did not occur

70
New cards

Add the following 8-bit, fixed-precision, 2s complement numbers and give the 8-bit sum along with the overflow result.
0111 1110
1011 0101

0011 0011, overflow did not occur

71
New cards

Subtract the following 4-bit, fixed-precision, 2s complement numbers and give the 4-bit result along with the overflow result.

 

0010, overflow did not occur

72
New cards

Subtract the following 4-bit, fixed-precision, 2s complement numbers and give the 4-bit result along with the overflow result.

1111, overflow did not occur

73
New cards

Subtract the following 4-bit, fixed-precision, 2s complement numbers and give the 4-bit result along with the overflow result.

1010, overflow occurred

74
New cards

Subtract the following 8-bit, fixed-precision, 2s complement numbers and give the 8-bit result along with the overflow result.
   0101 1110
- 1111 0101

0110 1001, overflow did not occur

75
New cards

Subtract the following 8-bit, fixed-precision, 2s complement numbers and give the 8-bit result along with the overflow result.
   0101 1110
- 1000 0101

1101 1001, overflow occurred

76
New cards

For a subtractor built from an adder, the adder is configured to subtract by setting the adder's cin bit to ___

high(1)

77
New cards

A 4-bit subtractor can be made from a 4-bit adder along with 4 inverters into input B[3:0] and setting Cin to 1. This can be written algebraically as

A - B = A + (-B)

78
New cards

Because two's-complement representation performs subtraction by complementing and adding, a single adder circuit can perform either addition or subtraction, thus saving circuit size. What device must be placed in the circuit to select between addition or subtraction.

4 2:1 Muxes

79
New cards

The select line each of the muxes which chooses between B and inverted B is also connected to the ___________ input of the adder.

cin

80
New cards

To do normal addition on the adder/subtractor, the input sub must equal ____________.

0

81
New cards

To do subtraction on the adder/subtractor, the input sub must equal ____________.

1

82
New cards

Configure the adder/subtractor to do the following arithmetic. 5 - 4

a3a2a3a0 = 0101
b3b2b3b0 = 0100
sub = 1

83
New cards

For a 4-bit right shifter with a control input sh = 0, if inputs (i3,i2,i1,i0) = 1011 and in = 0, then outputs (q3,q2,q1,q0) = ____?

1011

84
New cards

For an 8-bit left shifter with a control input sh = 1, if inputs (i7,i6,i5,i4,i3,i2,i1,i0) = 11101110 and in = 0, then outputs (q7,q6,q5,q4,q3,q2,q1,q0) = ________?

11011100

85
New cards

Give the output for q[3:0] given the following inputs.

image.png

1111

86
New cards

0011

87
New cards

1001

88
New cards

Given the following values for A, B: determine which output of a comparator would be equal to 1.

A: 1100
B: 1101 

lto = 1

89
New cards

Given: a = 0, b = 1, gti = 1, lti = 0, eqi = 0 as inputs into a comparator, the outputs are:

gto=1; lto=0; eqo=0

90
New cards

Determine the output of the comparator

image.png

gto=1; lto=0; eqo=0

91
New cards

Determine the outputs of the following comparator

image.png

gt=0; lt=1; eq=0

92
New cards

Determine the output of the full comparator (out of Digit 0)

image.png

gto=1; lto=0; eqo=0

93
New cards

Given the following ALU design, if the control inputs are w =0, x=1, what is the function implemented.

image.png

S = A XOR B

94
New cards

Given the following ALU design, if the control inputs are w =1, x=1, what is the function implemented.

image.png

S = B'

95
New cards

Assume an 8-bit ALU. Determine the mux configuration needed to implement the given ALU operation.

S = E - F 

A = E, B = F', Cin = 1

96
New cards

Assume an 8-bit ALU. Determine the mux configuration needed to implement the given ALU operation.

S = E AND F 

A = E AND F, B = 0, Cin = 0

97
New cards

Given the following ALU design, if the control inputs are w =0, x=1, what function is implemented.

image.png

S = A AND B

98
New cards

The input signals shown are applied to the SR latch when initially in its 0-state.  Determine the values of  the Q and Q’ output signals at time t4.

Q = 1; Q’ = 0

99
New cards

The input signals shown are applied to the SR latch (NAND implementation) when initially in its 0-state.  Determine the values of  the Q and Q’ output signals at time t1.

NAND_SR_LATCH_CORRECTED.PNG


 

Q = 1; Q’ = 0

100
New cards

The following schematic is for a D latch, Looking at the timing diagram below, there are three rows labeled Qa (only one is correct for each time period). The correct timing diagram for Qa during time t1 is:

 

ONLY LOOK AT THE TIME INTERVAL BETWEEN THE VERTICAL LINES, NOT THE ENTIRE LINE FOR EACH QA.

The first row labeled Qa  (outputs follows the input offset by a small propagation delay)

Explore top flashcards

October exam
Updated 465d ago
flashcards Flashcards (32)
10/6
Updated 218d ago
flashcards Flashcards (62)
PSCH 262 Final Exam
Updated 634d ago
flashcards Flashcards (110)
WWII
Updated 5d ago
flashcards Flashcards (35)
October exam
Updated 465d ago
flashcards Flashcards (32)
10/6
Updated 218d ago
flashcards Flashcards (62)
PSCH 262 Final Exam
Updated 634d ago
flashcards Flashcards (110)
WWII
Updated 5d ago
flashcards Flashcards (35)