Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Sequential Logic Circuits Questions
Shift registers — PISO behavior explained: A parallel-in, serial-out (PISO) shift register loads all data bits simultaneously (in parallel) and then shifts them out one bit per clock. Decide whether this description is correct.
Counter terminology — modulus vs maximum count value: For a digital counter, the modulus (mod-N) equals the number of unique states it cycles through (N). Is it correct to say the modulus is the same as the counter’s maximum count capacity N (with states 0 to N-1)?
Counter families — is a ripple counter asynchronous? Identify whether a ripple counter is, by definition, an asynchronous counter, considering how its stages are clocked.
Asynchronous vs synchronous counters — key difference: Does an asynchronous counter differ from a synchronous counter specifically in how its flip-flops are clocked? Choose the correct statement.
Terminology — asynchronous counters are often called what? Fill in the blank: Asynchronous counters are often called ________ counters because clock transitions ripple through the stages.
Shift registers — which type can shift left or right? Fill in the blank: A _________ shift register can shift stored data either left or right under control, enabling bidirectional bit movement.
Ring counters — correct initialization to start operation: To operate correctly, how must a ring counter be initialized at start-up? Select the statement that describes the required preset/clear pattern.
Shift registers used as counters — to make a shift register function as a circulating counter (e.g., ring or Johnson type), how should its connections be arranged between serial output and serial input?
Synchronous counters — using synchronous construction, the overall propagation delay can be reduced to (approximately) the delay of what element(s)?
Counter taxonomy — ring and Johnson counters belong to which general class of counters when implemented with a common clock?
Pulse generation — which digital counter type is commonly used to generate a sequence of equally spaced timing pulses (one pulse per stage in a repeating pattern)?
Cascading counters — when two modulus-N counters are cascaded, the overall modulus (mod number) of the combined counter equals the ______ of the individual mod numbers.
Terminology — a mod-10 counter (counts 0 through 9 repeatedly) is commonly referred to as a ______ counter.
PISO (parallel-in serial-out) behavior — a 4-bit PISO shift register loads 4 bits in parallel; on each active clock edge it shifts the data to the ______ by ______ position(s) per clock.
1
2