Unit 6: Applications of Sequential Circuits - Practice Quiz

ECE249 — Basic Electrical And Electronics Engineering 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 Which of the following describes a sequential circuit used primarily to store and shift binary data?

A. Decoder
B. Register
C. Multiplexer
D. Counter

2 In a 4-bit SISO (Serial-In Serial-Out) shift register, how many clock pulses are required to load 4 bits of data completely?

A. 4
B. 3
C. 8
D. 1

3 Which type of shift register is the fastest for loading and retrieving data?

A. PIPO
B. PISO
C. SIPO
D. SISO

4 What is the primary difference between a shift register and a counter?

A. A register uses logic gates only, while a counter uses flip-flops.
B. A register has no clock input.
C. A counter cannot store data.
D. A register moves data bits, while a counter progresses through a specific sequence of states.

5 To convert serial data to parallel data, which type of register is used?

A. SISO
B. PIPO
C. PISO
D. SIPO

6 In a PISO (Parallel-In Serial-Out) shift register, the logical operation required to switch between loading data and shifting data is usually controlled by:

A. A Shift/Load control input
B. The Clock signal only
C. The Output buffer
D. The Power supply

7 What is the minimum number of flip-flops required to construct a Mod-12 counter?

A. 3
B. 12
C. 6
D. 4

8 Which of the following is a characteristic of an Asynchronous Counter?

A. It requires more logic gates than a synchronous counter.
B. It is faster than a synchronous counter.
C. The output of one flip-flop drives the clock of the next flip-flop.
D. All flip-flops are clocked simultaneously.

9 A Universal Shift Register is capable of:

A. Shifting left only
B. Shifting left, shifting right, and parallel loading
C. Shifting right only
D. Parallel loading only

10 If a 4-bit ring counter is initialized with the value , what will be the state after 2 clock pulses?

A.
B.
C.
D.

11 What is the modulus of a 5-bit Johnson Ring Counter?

A. 25
B. 5
C. 32
D. 10

12 In a synchronous counter, the propagation delay is:

A. Dependent on the number of flip-flops linearly
B. Accumulative (sum of all flip-flop delays)
C. Equal to the delay of a single flip-flop plus combinational gate delay
D. Zero

13 Which problem is commonly associated with Asynchronous (Ripple) counters?

A. Complex design
B. Accumulated propagation delay causing glitches
C. High power consumption
D. Requirement of a global clock

14 To design a Mod-6 Asynchronous counter using 3 flip-flops, which logic gate is used to reset the counter?

A. NOT gate
B. NAND gate
C. AND gate
D. OR gate

15 How many states are unused in a 4-bit Ring Counter?

A. 0
B. 12
C. 4
D. 8

16 What is the maximum frequency of an -bit ripple counter with flip-flop propagation delay ?

A.
B.
C.
D.

17 Which shift register operation is equivalent to a multiplication by 2?

A. Parallel Load
B. Shift Left
C. Shift Right
D. Circular Shift

18 For a 3-bit Synchronous Up-Counter using JK flip-flops, if the current state is , what is the next state?

A. 100
B. 111
C. 010
D. 000

19 What is the distinctive connection feature of a Johnson Counter?

A. The output of the first flip-flop is connected to the reset of the last.
B. The output of the last flip-flop is connected to the input of the first.
C. All flip-flops are connected to a common clock.
D. The inverted output of the last flip-flop is connected to the input of the first.

20 A digital clock requires a seconds counter that counts from 0 to 59. This is essentially a:

A. Mod-60 Counter
B. 6-bit Binary Counter
C. Mod-100 Counter
D. Mod-59 Counter

21 Which of the following describes the 'Lock-out' condition in counters?

A. The counter enters an unused state and cannot return to a valid state sequence.
B. The counter resets to zero prematurely.
C. The counter outputs are all high.
D. The counter stops counting due to clock failure.

22 How are flip-flops arranged in a 4-bit Asynchronous Down Counter?

A. Clock inputs are driven by outputs of previous stages.
B. Clock inputs are driven by outputs of previous stages (assuming negative edge trigger).
C. All Clock inputs are connected to the main clock.
D. The inputs are connected to High logic.

23 A bidirectional shift register uses:

A. Separate registers for left and right shifts
B. Only D flip-flops
C. Combinational logic gates to route data from left or right
D. Only JK flip-flops without logic gates

24 If the input frequency to a Mod-16 counter is 16 kHz, what is the output frequency of the final stage?

A. 16 kHz
B. 256 kHz
C. 1 kHz
D. 4 kHz

25 Which type of counter is generally preferred for high-frequency applications?

A. Ring Counter (without correction logic)
B. Ripple Counter
C. Synchronous Counter
D. Asynchronous Counter

26 What is the sequence of states for a 3-bit Ring counter starting at 100?

A. 100, 110, 111, 011...
B. 100, 011, 010, 000...
C. 100, 010, 001, 100...
D. 100, 000, 100, 000...

27 How many flip-flops are required to design a Mod-10 Ring Counter?

A. 4
B. 20
C. 10
D. 5

28 How many flip-flops are required to design a Mod-10 Binary Counter (BCD Counter)?

A. 5
B. 3
C. 4
D. 10

29 In a 4-bit synchronous counter design, the Excitation Table of the flip-flops is used to:

A. Determine the required inputs (J, K or D) for a given state transition
B. Determine the output delay
C. Reset the counter
D. Calculate the power consumption

30 A 'Self-Correcting' counter is one that:

A. Automatically returns to a valid state sequence if it enters an invalid state
B. Uses error-correcting codes
C. Has no propagation delay
D. Resets to zero after every pulse

31 What is the decimal equivalent range of a 5-bit binary counter?

A. 0 to 5
B. 0 to 31
C. 1 to 32
D. 0 to 15

32 Which signal is necessary to load data into a shift register initially?

A. Clock
B. Output enable
C. Preset/Data Input
D. Clear

33 The decoding logic for a Ring counter is simpler than a Binary counter because:

A. It operates at lower voltage
B. It has more states
C. It requires no logic gates at all (outputs are directly available)
D. It uses fewer flip-flops

34 What happens in a SISO register if the data line is held High continuously while clocking?

A. The register fills with 0s
B. The register resets
C. The register toggles
D. The register fills with 1s

35 A decade counter counts from:

A. 0 to 9
B. 1 to 10
C. 0 to 100
D. 0 to 10

36 In a 4-bit PIPO register, if the parallel load input is active, the data appears at the output:

A. After 2 clock pulses
B. Immediately (Asynchronous load) or after 1 clock pulse (Synchronous load)
C. After 4 clock pulses
D. Never

37 What is the main disadvantage of a Ring Counter compared to a Johnson Counter?

A. Slower speed
B. Complex decoding
C. Requires more flip-flops for the same number of states
D. Cannot be preset

38 The sequence represents a:

A. 3-bit Ring Counter
B. 3-bit Johnson Counter
C. Random Sequence Generator
D. 3-bit Binary Up Counter

39 Which flip-flop is commonly used to construct a T (Toggle) flip-flop for counters?

A. Latch
B. RS Flip-Flop
C. D Flip-Flop
D. JK Flip-Flop with J=1, K=1

40 To create an -bit Synchronous Down Counter using T flip-flops, the input for the -th flip-flop (where ) should be driven by:

A. AND of all previous outputs
B. OR of all previous outputs
C. AND of all previous outputs
D. The clock signal

41 What is the effect of propagation delay on the decoding of asynchronous counter states?

A. It reduces power consumption
B. It improves accuracy
C. It generates decoding spikes (glitches)
D. It has no effect

42 If a 4-bit SISO register holds data '1010', and we shift right twice pushing in '0's, the new content is:

A. 1010
B. 0010
C. 0101
D. 1000

43 Which application uses a counter to measure the duration of a signal?

A. Frequency Counter
B. Digital to Analog Converter
C. Digital Voltmeter
D. Period/Time Interval Meter

44 In a 4-bit synchronous binary counter, the flip-flop representing the LSB (Least Significant Bit):

A. Toggles when all other bits are 1
B. Toggles only when MSB is 1
C. Toggles on every clock pulse
D. Never toggles

45 What is the number of valid states in a 4-bit Johnson counter?

A. 8
B. 32
C. 4
D. 16

46 Which statement is true regarding the hardware complexity of Synchronous vs Asynchronous counters?

A. They are identical in hardware.
B. Synchronous counters are simpler and use fewer gates.
C. Asynchronous counters are more complex.
D. Synchronous counters require more combinational logic (AND gates) for carry propagation.

47 How many clock pulses are needed to serially shift the binary number into a 4-bit SIPO shift register?

A. 4
B. 8
C. 1
D. 2

48 Which register type is typically used for time delay generation?

A. PIPO
B. Multiplexer
C. SISO
D. Decoder

49 An unused state in a Johnson counter (e.g., in a 3-bit counter) could be:

A. 111
B. 001
C. 000
D. 010

50 What type of triggering is typically used in ripple counters to ensure proper counting?

A. Edge triggering
B. Static triggering
C. Pulse triggering
D. Level triggering