Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Counters Questions
Modulo-16 ripple counter — state after multiple clocks A MOD-16 (4-bit) ripple up-counter currently shows 1001₂ (decimal 9). After applying 31 additional clock pulses, what binary count will appear at its outputs?
Display decoders — output polarity when the correct input is applied In most common LED/segment display decoders (e.g., BCD-to-7-segment with open-collector/sink outputs), when the correct input code is present the corresponding output line switches to which logic state?
Synchronous (parallel) vs. asynchronous (ripple) counters — reason synchronous designs avoid ripple delay Why do synchronous counters eliminate the delay problems that occur in ripple counters?
Divide-by-N by external gating — what action occurs at the predetermined terminal count? Any divide-by-N counter can be realized by adding external gating so that the counter will ________ when a chosen terminal count is reached.
Terminal count of a MOD-11 binary counter — identify the binary value For a modulus-11 (MOD-11) binary counter that counts 0 through 10 before resetting, what is the terminal count value in binary?
Truncated modulus — select the example that is not a power-of-two count Which of the following moduli is an example of a truncated counter (i.e., not equal to 2^n for any integer n)?
Checking a counter’s parallel load feature — choose a valid bench procedure Which procedure would correctly verify that a binary counter supports parallel loading of data (assume the LOAD input is active during the specified clock action)?
JK flip-flop chain troubleshooting (clocking issue) A sequential circuit shows no output activity at Q1 when observed on an oscilloscope. Conditions: all J–K inputs are held HIGH, the system CLK signal is present, Q0 is toggling, and the C (clock) input of flip-flop FF1 is stuck at a constant LOW. What is the most likely cause of this problem?
Seven-segment display mapping For a standard seven-segment display (segments labeled a, b, c, d, e, f, g), which segments must be turned ON to display the decimal digit 6?
Truly synchronous multistage counter requirement For a multistage counter to be genuinely synchronous (all stages update together), the ________ of each stage must be tied to ________.
Cascade division calculation A MOD-12 counter is cascaded with a MOD-10 counter. If the input clock is 60 MHz, what is the resulting output frequency from the cascade?
Ripple counter speed limitation In an asynchronous (ripple) counter, the maximum speed is limited primarily by the propagation delay of which elements?
BCD to seven-segment interfacing requirement: In a seven-segment LED display system, a binary-coded decimal (BCD) value must be decoded into segment control signals suitable for driving the decimal digit display. Evaluate the statement.
Synchronous binary counters — scope of use: The statement claims that synchronous binary counters can only be used for the timing of digital systems. Consider whether their applications are limited solely to timing, or if they also include frequency division, event counting, sequencing, and state-machine control in digital electronics.
Definition of cascading in digital design: The statement claims “To cascade is to connect in parallel.” Assess whether cascading refers to parallel wiring or to connecting stages in series so that the output of one feeds the input of the next.
Shift-register counters and reset logic: Evaluate the statement: “Shift register counters use logic functions to reset the registers when the desired count is reached,” as in ring and Johnson counters implemented with shift registers.
Up/down counters and direction control: The statement claims that once an up/down counter begins counting it cannot be reversed. Decide whether direction can be changed on-the-fly with proper control timing.
Creating time delay lines with shift registers: Assess the statement: “An effective time delay device can be constructed using the clocked propagation behavior of parallel shift registers to delay data by an exact number of clock cycles.”
Bidirectional shift registers — movement of data: Evaluate the statement: “Bidirectional shift registers can shift data either to the right or to the left under control.”
Parallel in / parallel out (PIPO) register structure: Judge the statement: “A parallel in/parallel out register provides parallel input and parallel output buses for multi-bit words.”
1
2
3
4
5
6
7
8