Digital Electronics - Digital System Projects Using HDL

Exercise : Digital System Projects Using HDL - Filling the Blanks
16.
In the digital clock project HDL code, the MOD-12 counter is using ________.
a BCD counter followed by a MOD-2 counter
a single HDL module
a MOD-6 counter followed by a MOD-2 counter
a MOD-12 counter followed by a D flip-flop
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
Each ________, starting at the simplest level, should be built in HDL.
subsystem
block
circuit
function
Answer: Option
Explanation:
No answer description is available. Let's discuss.

18.
In the keypad encoder, the ________ activate(s) the freeze bit only when one column is low.
NAND columns
CASE structure
freeze function
BCD counter
Answer: Option
Explanation:
No answer description is available. Let's discuss.

19.
In a real project, the first step of definition often involves some ________ on the part of the project manager.
time
skill
research
management
Answer: Option
Explanation:
No answer description is available. Let's discuss.

20.
One of the first steps in small-project management is to determine ________.
how many devices are controlled by the outputs
a way to test each block
if each block fits together
how each block works
Answer: Option
Explanation:
No answer description is available. Let's discuss.