NEETS 13 CH 3 Flashcards

1
Q

What is the sign of operation for the X-OR gate?

A

⊕.

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

What will be the output of an X-OR gate when both inputs are HIGH?

A

Low (0).

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

A two-input X-OR gate will produce a HIGH output when the inputs are at what logic levels?

A

One or the other of the inputs must be HIGH, but not both at the same time.

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

What type of gate is represented by the output Boolean expression T ⊕R ?

A

Exclusive NOR (X-NOR).

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

What will be the output of an X-NOR gate when both inputs are LOW?

A

HIGH.

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

What advantage does a half adder have over a quarter adder?

A

The half adder generates a carry.

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

An X-OR gate may be used as what type of adder?

A

Quarter adder.

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

What will be the output of a half adder when both inputs are 1s?

A

Sum equals 0 with a carry of 1.

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

What type of adder is used to handle a carry from a previous circuit?

A

Full adder.

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

How many full adders are required to add four-digit numbers?

A

Four.

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

With the inputs shown below, what will be the output of S1, S2, and C2?

A

S1 = 1, S2 = 0 and C2 = 1.

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

What is the output of C1?

A

C1 = 0

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

What type of logic gates are added to a parallel adder to enable it to subtract?

A

X-OR gates.

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

How many of these gates would be needed to add a four-digit number?

A

Four.

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

In the add mode, what does the output of C2 indicate?

A

MSD of the sum.

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

In the subtract mode, a 1 at C0 performs what portion of the R’s complement?

A

Add 1 portion.

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

In the subtract mode, which portion of the problem is complemented?

A

Subtrahend.

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

What are R-S FFs used for?

A

Storing information.

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

How many R-S FFs are required to store the number 1001012?

A

Six.

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

For an R-S FF to change output conditions, the inputs must be in what states?

A

1 and 0, or opposite states.

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

How may R-S FFs be constructed?

A

By cross-coupling NAND or OR gates.

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

How many inputs does a T FF have?

A

One.3-45

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

What is the purpose of using T FFs?

A

To divide the input by 2

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

What are the inputs to a D FF?

A

Clock and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How long is data delayed by a D FF?
Up to one clock pulse.
26
What condition must occur to have a change in the output of a D FF?
A positive-going clock pulse.
27
What type of FF can be used as an R-S, a T, or a D FF?
J-K flip-flop.
28
What will be the output of Q if J is HIGH, PS and CLR are HIGH, and the clock is going negative?
Set, or HIGH (1).
29
Assume that K goes HIGH and J goes LOW; when will the FF reset?
When the clock pulse goes LOW.
30
What logic levels must exist for the FF to be toggled by the clock?
Both J and K must be HIGH.
31
What two inputs to a J-K FF will override the other inputs?
Clear (CLR) and preset (PS or PR).
32
How is the J-K FF affected if PS and CLR are both LOW?
The flip-flop is jammed.
33
What is a clock with regard to digital equipment?
A timing signal.
34
What is the simplest type of clock circuit?
An astable or free-running multivibrator.
35
What is needed to use a monostable or one-shot multivibrator for a clock circuit?
Triggers
36
What type of clock is used when more than one operation is to be completed during one clock cycle?
A multiphase clock
37
What is the modulus of a five-stage binary counter?
32
38
An asynchronous counter is also called a ___________ counter
Ripple.
39
J-K FFs used in counters are wired to perform what function?
Toggle.
40
What type of counter has clock pulses applied to all FFs?
Synchronous.
41
In figure 3-24, view A, what logic element enables FF3 to toggle with the clock?
The AND gate.
42
What is the largest count that can be indicated by a four-stage counter?
11112, or 1510.
43
How many stages are required for a decade counter?
Four
44
In figure 3-25, which two FFs must be HIGH to reset the counter?
FFs 2 and 4.
45
In figure 3-26, view A, which AND gate causes FF3 to set?
Two
46
Which AND gate causes FF3 to reset?
Three.
47
What causes the specified condition to shift position?
The input, or clock pulse.
48
If the specified state is OFF, how many FFs may be off at one time?
One.
49
How many FFs are required to count down from 1510?
Four.
50
What signal causes FF2 to toggle?
Q output of FF 1 going LOW.
51
How many stages are required to store a 16-bit word?
. 16.
52
Simultaneous transfer of data may be accomplished with what type of register?
Parallel
53
How are erroneous transfers of data prevented?
By clearing the register.
54
Serial-to-parallel and parallel-to-serial conversions are accomplished by what type of circuit?
Shift register.
55
What type of data transfer requires the most time?
Serial
56
What is the main disadvantage of parallel transfer?
Requires more circuitry.
57
How many FFs would be required for an 8-bit shift register?
Eight.
58
How many clock pulses are required to output a 4-bit number in serial form?
Four
59
Two shifts to the left are equal to increasing the magnitude of a number by how much?
22, or four times.
60
To increase the magnitude of a number by 23, you must shift the number how many times and in what direction?
Three to the left.
61
What are RTL, DTL, and TTL examples of?
Logic families
62
What type of logic family uses diodes in the input?
DTL (diode transistor logic).
63
What is the most common type of integrated circuit packaging found in military equipment?
DIPs (dual inline packages).
64
Circuits that can be interconnected without additional circuitry are known as ____________ circuits.
Compatible.