Exam 2 Flashcards

1
Q

The output depends only on the input

A

Combinational circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
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
3
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
4
Q

Computers, as we know them today, are implementations of:

A

Boole’s Laws of Thought.

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 .

A

Boolean algebra

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

A Boolean function has:

A

At least one Boolean variable,
At least one Boolean operator,
and At least one input from the set{0,1}.

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

What is xy and x+y using DeMorgans Law?

A

Negate and switch ors and ands

x’ + y’ and x’y’

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

An interconnection of logic gates

Closely resembles the hardware

A

Logic diagrams

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

is a matrix consisting of rows and columns that represent the output values of a Boolean function .

A

A Kmap

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

is a product term that contains all of the function’s variables exactly once, either complemented or not complemented .

A

A minterm

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

If a circuit is designed so that a particular set of inputs can never happen , we call this set of inputs a:

A

don’t care condition

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

In a sigma(E) expression

A

represents the 1 outputs

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

In a PI notation

A

Represents the 0s

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

Enable line

A

Turns the device on or off. If 0 the output is 0. If 1 the output is 1

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

Invert

A

Turns the device on or off. If 0 the output is 1. If 1 the output is 0

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

What is a multiplexer?

A

A multiplexer selects one of several data inputs to be routed to a single data output

17
Q

What is a binary decoder?

A

A decoder takes a binary number as input and sets one of the data output lines to 1 and the rest to

18
Q

What is a demultiplexer?

A

a A demultiplexer routes a single input value to one of several output lines

19
Q

What is a half adder?

A

The half adder adds the right-most two bits of a binary number
Inputs : The two bits
Outputs : The sum bit and the carry bit

20
Q

What is a full adder?

A

The full adder adds one column of a binary number

21
Q

adds two n-bit binary numbers

A

The ripple-carry adder

22
Q

You can only get an overflow in one of two cases:

A

A and B are both positive, and the result is negative

A and B are both negative, and the result is positive

23
Q

are perfect for situations when we require the immediate application of a Boolean function to a set of inputs.

A

Combinational logic circuits

24
Q

a circuit that can change its value with consideration to its current state as well as its inputs .

A

Sequential logic circuits

25
Q

Circuits that change state on the rising edge , or falling edge of the clock pulse are called

A

edge triggered

26
Q

change state when the clock voltage reaches its highest or lowest level.

A

Level- triggered circuits

27
Q

To retain their state values, sequential circuits rely on:

in digital circuits occurs when an output is looped back to the input.

A

feedback

28
Q

The difference between a latch and a flip flop is that a latch is:

A

asynchronous , and the outputs can change as soon as the inputs do

29
Q

is edge triggered and only changes state when a control signal goes from high to low or low to high

A

A flip-flop

30
Q

is a group of wires connecting two subsystems

A

A bus