Chapter 4 Flashcards

1
Q

it is a representation of the state of voltage variables.

A

Logic level

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

Logic “0” and logic “1” can be
represented by —————-

A

voltage levels

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

In logic circuits, logic 1 is represented by ———————— which is the maximum voltage level to represent logic 1. Above this voltage level is considered as ——————————- level. On the other hand a voltage from ————————- represents logic “0”.

A
  • 2 volts (min) to 5 volts
  • invalid voltage or illegal logic
  • zero(0V) to 0.8volts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Voltage levels in between the maximum voltage allowed for logic 0 and the minimum voltage to represent logic 1 is Invalid, this is called the ————————

A

Invalid Voltage Range

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

It is a means for describing how logic circuits output depends on the logic levels present at the circuits inputs.

A

Truth Table

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

It also contains the list of possible combinations of the inputs and the corresponding output for that logic combination.

A

Truth Table

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

A tool for the analysis and design of digital systems.

A

Boolean Algebra

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

It is a relatively simple mathematical tool that allows us to describe the relationship between a logic circuits output(s) and its inputs as an algebraic equation (a Boolean expression).

A

Boolean Algebra

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

Boolean algebra is an —————- that was developed by ———————–.

A

algebraic system, George Boole in 1854

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

performs the Boolean NOT operation. When the input is Logic 0, the output becomes Logic 1; when the input is logic 1, the output becomes logic 0.

A

The Inverter (NOT Gate)

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

The NOT operation (complement) is shown with an ———- on the variable you used (sometimes prime ‘ is used).

The Inverter (NOT Gate)

A

over-bar

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

One application of this function is when you need to form the 1’s complement of a binary number.

A

The Inverter (NOT Gate)

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

produces a Logic 1 output when all inputs are also Logic 1; otherwise, the output is Logic 0.

A

AND gate

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

is usually shown with a dot (.) between the variables but it may be implied (no dot).

A

AND operation

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

The AND operation is used in computer programming as a ——————–. If you want to retain certain bits of a binary number but reset the other bits to 0, you could set a mask with 1’s in the position of the retained bits.

A

selective mask

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

produces a Logic 1 output if any input is logic 1; if all inputs are logic 0, the output is Logic 0.

16
Q

shown with a plus sign (+) between the variables

17
Q

The OR operation can be used in computerprogramming to set certain bits of a binary number to 1.

A

computer programming

18
Q

can have two or more inputs

19
Q

The output will be logic 0 only when all the inputs are logic 1. Conversely, the output will be logic 1 when any or all of the inputs are logic 0.

20
Q

performs two functions, AND and NOT.

21
Q

is shown with a dot between the variables and an overbar covering them.

A

NAND operation

22
Q

The NAND gate can replace the functions of all the basic gates, that’s why it is called a

A

“universal” gate.

23
Q

is an OR gate followed by an inverter.

24
will have a logic 1 output only when all the inputs are logic 0.
NOR gate
25
is shown with a plus sign (+) between the variables and an overbar covering them.
NOR operation
26
is a modified OR gate that produces a logic 1 output when only one of the inputs is logic 1. You will often see the abbreviation X-OR used to identify this gate.
eXclusive OR (XOR) gate
27
When both inputs are logic 1 or when both inputs are logic 0, the output is equal to logic 0.
eXclusive OR (XOR) gate
28
is nothing more than an X-OR gate followed by an inverted gate at the output.
exclusive NOR (X-NOR) gate
29
It produces logic 1 output when all inputs are either logic 1 or logic 0.
exclusive NOR (X-NOR) gate
30
will produce logic 1 when both inputs are the same. One of the applications of this logic gate is for comparing the two binary signals.
XNOR gate
31
Two major fixed function logic families are ---- and --------
1. TTL 2. CMOS
32
TTL and CMOS. A third technology is ----------, which combines the first two.
BiCMOS
33
2 Packaging for fixed function logic
1. DIP package 2. SOIC package