Test 2 Flashcards

1
Q

The output depends only on the input

A

Combinational circuit

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

Black box representation of a circuit

A
In                        Out
          \_\_\_\_\_\_\_\_
a ->   |              | -> x
b ->   |              |
c ->   |\_\_\_\_\_\_\_| -> y
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Methods to describe a combinational circuit

A

Truth table
Boolean algebraic expression
Logic diagram

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

Lists the output for every combination of the input

A

Truth table

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

is a mathematical system for the manipulation of variables that can have one of two values. Returns true or false

A

Boolean algebra

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

Boolean operator examples

A

AND
OR
NOT

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

contain circuits that implement Boolean functions.

A

Digital computers

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

The _______ that we can make a Boolean function, the ______ the circuit that will result.

A

simpler

smaller

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

Through our exercises in simplifying Boolean expressions, we see that there are _________ ways of stating the same Boolean expression.

A

numerous

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

These “synonymous” forms are

A

logically equivalent.

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

Logically equivalent expressions have ________ truth tables

A

identical

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

In order to eliminate as much confusion as possible, designers express Boolean functions in:

A

standardized or canonical form.

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

There are two canonical forms for Boolean expressions:

A

sum-of- products and product -of-sums.

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

In the sum- of-products form

A

ANDed variables are ORed together .

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

In the product-of-sums form

A

ORed variables are ANDed together

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

An interconnection of logic gates

A

Logic diagrams