Log in
Sign up for FREE
arrow_back
Library

DE Quarter 2

star
star
star
star
star
Last updated 3 months ago
40 questions
1
1
1
1
1
1
1
1
2
1
2
1
2
1
1
1
1
1
1
1
1
1
1
1
1
1
5
1
1
1
1
1
1
1
1
1
1
1
1
1
Question 1
1.

Question 2
2.

Question 3
3.

Question 4
4.

Question 5
5.

Question 6
6.

Question 7
7.

Question 8
8.

Question 9
9.

Which of the following truth tables corresponds to the given circuit? (Click on the correct table.)

Question 10
10.

Click on the picture of the gate that corresponds to the given truth table.

Question 11
11.

Question 12
12.

Question 13
13.

Question 14
14.

Question 15
15.

Question 16
16.

Question 17
17.

Question 18
18.

Question 19
19.

Question 20
20.

Question 21
21.

Question 22
22.

Question 23
23.

Question 24
24.

Question 25
25.

Question 26
26.

Question 27
27.

Draggable itemarrow_right_altCorresponding Item
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
Question 28
28.

Question 29
29.

Question 30
30.

Question 31
31.

Question 32
32.

Question 33
33.

Question 34
34.

Question 35
35.

Question 36
36.

Question 37
37.

Question 38
38.

Question 39
39.

Question 40
40.

Based on the table below, which theorem or law was used to perform the simplification between steps 3 & 4?

Multiplication
Commutative
Consensus
Distributive
DeMorgans
Associative
Which of the following statements is NOT true?
Boolean Algebra is the only way to simplify complex logic expressions.
Boolean Algebra creates simplified expressions that will result in a logic circuit that is equivalent to the original circuit, yet requires fewer gates.
Boolean Algebra provides the ability to algebraically simplify logic expressions.
Boolean Algebra uses many of the normal algebra rules such as commutative, associative and distribution laws.
Choose each statement that is true (there may be more than one): A "Don't Care" condition...
...indicates a condition where the design doesn't care if the output is (0) or a (1).
...can be entered in the K-map anyplace to help simplify the expression.
...can not be used for grouping to create simpler terms.
...is marked by (X) in the truth table
...can be treated as a (0) or a (1) in a K-map.
If the following circuit were implemented using NAND only technology, how many IC chips would be required?

1
2
3
4
5
6
7
8
Which of the following is true (check all that apply)?
When converting a circuit from AOI to NAND or NOR, double inversions (i.e., back to back inverters) can be eliminated.
NAND gates can only be used to replace AND gates
Any combinational logic expression can be implemented using only NAND gates or only NOR gates.
NAND or NOR implementations of a circuit will often reduce the number of integrated circuits (IC) required to implement a logic circuit.
Using only NAND gates will always reduce the number of gates needed to implement a logic circuit
NOR gates can only be used to replace NOR gates
NAND and NOR gates are called universal gates because there is no difference between their truth tables.
The following diagram is equivalent to...

NAND
INVERTER
AND
OR
What is the octal equivalent of the decimal number 53?
56
72
65
27
53
35
What is the binary equivalent of the hex number BAD?
1011 0101 1101
1101 1011 0110
1110 1101 1101
1100 1011 1110
1011 1010 1101
Which of the following un-simplified Boolean expressions represents the logic circuit shown below?

Which of the following is the simplified equivalent for the Boolean equation shown?

Which of the following is the simplified equivalent for the Boolean equation shown?

Which of the following K-maps is grouped properly and will result in the simplest solution?
Which of the following K-maps has the 1's & 0's properly placed for the function F16?

Given this picture, which segments should be connected to 5V in order to display the number 3 on this common cathode display? Mark all segments needed.
A
B
C
D
E
F
G
Q
What is the name of this gate?

SOR
XNOR
NAND
XAND
NOR
XOR
What is the name of this gate?

XAND
NAND
NOT
XOR
XAT
NOR
If a 3-input NOR gate has eight input possibilities, how many of those result in a HIGH output?
1
2
3
4
5
6
7
8
How many IC chips would the circuit shown require?

1
2
3
4
5
6
7
The following diagram is equivalent to...

INVERTER
NOR
OR
AND
The following circuit is designed in _______.

SPO logic
PSO logic
SOP logic
POS logic
Which is NOT a min-term for the following truth table?

001
011
101
All of the above
None of the above
4 to 1 MUX have
5 inputs
3 inputs
4 inputs
2 inputs
Which segments should be connected to 5V in order to display the number 4 on a common anode display?
A,B,E,G
B,C,F,G
A,D,E,F
A,D,E
C,D,F
What is a multiplexer?
It takes one input and results into into many outputs.
It is a type of encoder which decodes several inputs and gives one output.
It is a type of decoder which decodes several inputs and gives one output.
A device that selects between several input signals and forwards the selected input to a single output line.
Match the logical functions to their word description
Any high in produces a high out
AND
Any high in produces a low out
OR
All high in produces a low out
XOR
All high in produces a high out
NAND
Unlike inputs produce a high out
NOR
Which are universal gates?
AND, OR & NOT
NOT
NOR & NAND
AND & OR
XOR & XNOR
How many LEDs does a 7 segment display have?
7
5
9
1
14
What is the two's complement of the binary number 0101?
1111
1101
1011
0011
1010
What is the first step in calculating two's complement?
Invert the bits
Shift left by one
Subtract one from the number
Add one to the number
What does two's complement represent in binary?
Positive numbers only
Only zero
Negative numbers
Unsigned values
What is the 8-bit 2's complement of -10?
11111000
11110110
11110101
00001010
11110100
10001010
Determine the decimal equivalent of the binary number 11000001 in 2's complement.
27
1
63
-1
-42
-27
42
-63
Which segments light up to show the number 3 on a seven segment display?
a, b, d, e, g
a, b, c, e, f
a, b, c, d, g
b, c, d, e, f
In digital circuits, what does a mux do?
It increases voltage levels
It generates random outputs
It routes data from multiple inputs to one output
It synchronizes clock signals
What is the simplified form of A(A + B)?
A + A
AB
A + B
A
Simplify A + A'B?
A
A'
A + B
B
What does AOI stand for in digital circuits?
All-Order-Invert
And-Or-Invert
AND-Output-Invert
Apply-Output-Input
What is the result of a NAND gate output when all inputs are high?
Medium
High
Undefined
Low