Test #1 Flashcards

1
Q

How many different symbols do we have that represents the two-input NAND gate?
1
2
3
4
5

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

(T/F) A two-input NOR gate may be used as a one-input inverter.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

(T/F) Let F(A,B,C) = A’B’C’ + AB’C’ + A’BC’ + ABC’

Using Boolean algebra rules, F(A,B,C,D) can be reduced to the simplest form below:

F(A,B,C) = BC’

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(T/F) DeMorgan’s Law states the following:

(AB)’ = A’B’

and

(A+B)’ = A’+B’

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Find the simplest reduced SOP equation for the Boolean function given below through the use of a K-map:

F(A,B,C,D) = m(0, 1,2, 3, 7, 9, 11, 15)

A’B’ + CD + AB’D
A’B’ + BCD + AB’D
A’B’ + BCD + B’D
A’B’ +CD +B’D
None of these

A

A’B’ + CD + B’D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Find the simplest reduced POS equation for the Boolean function given below through the use of a K-map:

F(A,B,C,D) = m(0, 1,2, 3, 7, 9, 11, 15)

(B’+D) (B’ + D)
(B’+C) (B’ + D) (A’ + B)
(B’+C) (B’ + D) (A’ + D)
(B’+C) (B’ + D) (A’ + C)
None of these

A

(B’+C) (B’ + D) (A’ + D)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Find the simplest reduced SOP equation for the Boolean function given below. Use K-maps to reduce.

F(A,B,C,D) = m(0, 2, 4, 5, 6, 8, 12, 14, 15)

d(A,B,C,D) = m(7, 10, 13)

B + C’D’ + CD’
AB + AC + Bd
AB +CD’
B + D’
None of these

A

B + D’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

We have several ways to represent a Binary circuit.

Which of the following are unique?

Circuit
Boolean equation
Truth Table
Minterm notation
None of these

A

Truth Table
Minterm Notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Given the Boolean function below, how many 1’s are in the truth table for this function?

F(A,B,C,D) = A’C’ +A’BD + AD’ +ABC’

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

(T/F) A two-input AND gate may be built from multiple NAND gates.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

(T/F) For TTL chips, power is typically applied to pin 7 and ground is applied to pin 14.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

(T/F) High and low in TTL chips are represented by different current levels.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The sum of the two binary numbers 11001 and 10111 is what?

A

110000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Suppose you wire up a 7408 AND chip correctly to power and ground. Suppose also you connect data input pin 2 to 5 volts and you connect data output pin 3 to an LED. Suppose you leave data input pin 1 disconnected. When you turn on the power to the system, what will you see on the LED?

LED is lit
LED is not lit

A

LED is lit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Convert the decimal number 399 to binary.

101001111
111101111
111001111
11001111
110001111

A

110001111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following gates produces just a single high output over all the possible inputs? Select all that apply.

AND
OR
NAND
NOR
XOR

17
Q

Write the following binary number in hexadecimal notation:

1001000111110011

91E2
91F3
8FF1
8FFB
None of these

18
Q

What Boolean function did we construct in Lab 2?

NAND
NOR
exclusive NOR
exclusive OR
None of these

A

exclusive OR

19
Q

In Lab #1, we discovered that a disconnected input is treated as a low.

20
Q

In Boolean algebra, X + X = X

21
Q

What fundamental gate is assigned the lowest number in the TTL family of chips?

AND
OR
NAND
NOR

22
Q

The following Boolean function is in normal form:

F(A,B,C) = A’BC + AB + AB’C’

23
Q

We can use the NOR gate exclusively to implement a reduced POS Boolean equation

24
Q

The octal number 347 (base 8) is what number written in hexadecimal notation?

E7
A7
C6
B5
None of these

25
The truth table below represents what fundamental gate? A B F 0 0 0 0 1 1 1 0 1 1 1 0
XOR
26
Minterm notation is a shorthand notation we may use to represent a Boolean function
True
27
We have studies three ways to reduce a Boolean expression to its lowest terms
False
28
Which fundamental gates are represented by two different symbols? AND OR NAND NOR exclusive NOR
NAND NOR
29
What fundamental gate is represented by the following truth table: A B F 0 0 1 0 1 1 1 0 1 1 1 0
NAND
30
(AB + C) ( B + C'D) is in SOP form
False
31
A combinational circuit may be represented by an extended truth table with n-input columns and m-output columns, n = 1, 2, 3. m = 1, 2, 3,...
True
32
Every Boolean function may be classified as a combinational circuit
True
33
A Half-Adder combinational circuit adds two binary bits together generating a Sum bit and a Carry bit
True
34
In Lab 3, we built an even-parity generator for a 3-bit word. For this circuit, given an input of "010", what would be output?
1
35
A Full Adder combinational circuit adds two binary bits together generating a Sum bit and a Carry bit.
False
36
Which TTL gate has pins 2 and 3 as data inputs and pin 1 as data output?
NOR
37
For Boolean variables, X and X = X
True
38
For Boolean variables, X and 0 = X
False