Ch. 7 Counters and Registers: True or False Flashcards


Set Details Share
created 11 years ago by CodeDoctor
3,103 views
Ronald. Tocci
show moreless
Page to share:
Embed this setcancel
COPY
code changes based on your size selection
Size:
X
Show:

1

All decade counters are BCD counters.

false

2

The MOD number of a Johnson counter will always be equal to one-half the number of flip-flops in the counter.

false

3

All flip-flops in an asynchronous counter change states at the same time.

false

4

Generally speaking, the synchronous counter requires more circuitry than an asynchronous counter.

true

5

A J-K flip-flop excitation table lists the present state, the next state, and the J and K levels required to produce each transition.

true

6

The term synchronous refers to events that do not occur at the same time.

false

7

Another term used to describe up/down counters is bidirectional.

true

8

The term synchronous, as applied to counter operations, means that the counter is clocked such that each flip-flop in the counter is triggered at the same time.

true

9

Once an up/down counter begins its count sequence, it cannot be reversed.

false

10

The terminal marked A on the CTR block in Figure 7-1 is the SET terminal.

false

11

Most sequential circuits contain a combinational logic section and a memory section.

true

12

A counter whose MOD = 2N will always have a 50% duty cycle.

true

13

Basic counters can be cascaded in parallel to increase the number of data bits that the counter can handle.

false

14

Counters are generally decoded in order to determine their count state.

true

15

In many cases, counters must be strobed in order to eliminate glitches.

true

16

Shift registers are used to store and transfer data.

true

17

A parallel in/serial out shift register enters all data bits simultaneously and transfers them out one bit at a time.

true

18

A serial in/serial out shift register transfers data from one line of a parallel bus to another line one bit at a time.

false

19

The serial in/parallel out shift register transfers data from one parallel data bus to another parallel data bus one bit at a time across a single line.

false

20

Bidirectional shift registers can shift data either right or left.

true

21

A reliable method for eliminating decoder spikes is to use strobing.

true

22

An effective time delay device can be constructed by using the propagation delay characteristic of parallel shift registers.

false

23

Shift register counters use logic functions to reset the registers when the desired count is reached.

false

24

Parallel in/parallel out registers have parallel input and output busses.

true

25

In a full-featured counter in HDL, the concept of rolling over simply means the count sequence has reached its limit and must start over at the beginning of the sequence.

true

26

One characteristic of a ring counter is that the modulus is equal to the number of flip-flops in the register and, consequently, there are never any unused or invalid states.

false

27

The concept of a counter to implement a digital one-shot using HDL is not used.

false

28

In VHDL, when we want to remember a value it must be stored in a VARIABLE.

true