Unit 6 - Practice Quiz

ECE249 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the basic building block of a digital register?

A. Logic Gate
B. Flip-Flop
C. Multiplexer
D. Decoder

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

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

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

A. SISO (Serial-In Serial-Out)
B. SIPO (Serial-In Parallel-Out)
C. PISO (Parallel-In Serial-Out)
D. PIPO (Parallel-In Parallel-Out)

4 If the content of a 4-bit shift register is $1011$, what is the content after shifting it one position to the right (assuming serial input is 0)?

A. 1101
B. 0101
C. 0111
D. 1010

5 A Universal Shift Register is a register that has:

A. Only serial input and output capability
B. Only parallel input and output capability
C. Both serial and parallel input/output capability, and bidirectional shifting
D. The ability to count in binary

6 In a Serial-In Parallel-Out (SIPO) shift register with stages, how many clock pulses are needed to convert serial data to parallel output?

A. 1
B. N
C. N-1
D. 2N

7 Which application is a PISO (Parallel-In Serial-Out) register most commonly used for?

A. Parallel data storage
B. Converting parallel data to serial for transmission
C. Frequency division
D. Digital clock generation

8 What happens to the data stored in a shift register when the power is turned off?

A. It shifts to the right
B. It shifts to the left
C. It is retained indefinitely
D. It is lost

9 To effect a 'multiplication by 2' operation on a binary number stored in a register, one must:

A. Shift data to the right
B. Shift data to the left
C. Invert the data
D. Load the data in parallel

10 How many flip-flops are required to construct a Mod-12 counter?

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

11 An Asynchronous counter is also known as a:

A. Ripple Counter
B. Parallel Counter
C. Decade Counter
D. Ring Counter

12 In a 4-bit Asynchronous Down Counter using negative edge-triggered flip-flops, the clock input of the next stage is connected to:

A. The output of the previous stage
B. The output of the previous stage
C. The main clock source
D. The Clear input

13 What is the primary disadvantage of an Asynchronous counter compared to a Synchronous counter?

A. More complex circuitry
B. Requires more power
C. Propagation delay accumulation limits speed
D. Cannot function as a down counter

14 In a Synchronous counter, the clock input of all flip-flops is connected:

A. To the output of the previous flip-flop
B. To a common clock signal
C. To the input of the next flip-flop
D. Randomly

15 A Mod-N counter divides the input frequency by:

A. N
B.
C.
D.

16 Which logic gate is typically required to implement a Synchronous counter to determine the next state?

A. NOT gates only
B. AND gates
C. Inverters only
D. Buffers

17 A 3-bit binary counter counts through how many natural states?

A. 3
B. 6
C. 8
D. 9

18 To construct a BCD (Decade) counter from a 4-bit binary counter, the counter is reset after reaching which binary count?

A. 1001 ()
B. 1010 ()
C. 1111 ()
D. 1000 ()

19 What is the maximum count of a 5-bit binary counter?

A. 15
B. 31
C. 32
D. 64

20 If an Asynchronous counter uses flip-flops with a propagation delay of each, what is the total propagation delay for a 4-bit ripple counter?

A.
B.
C.
D.

21 A Ring Counter consisting of 5 Flip-Flops will have how many states?

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

22 A Johnson Ring Counter with flip-flops has a modulus of:

A. N
B. 2N
C.
D.

23 Which of the following describes the feedback mechanism in a standard Ring Counter?

A. Output of the last FF () connected to Input of the first FF ()
B. Inverted Output of the last FF () connected to Input of the first FF ()
C. Output of the last FF connected to the Clock
D. Output of the first FF connected to the Input of the last FF

24 Which of the following describes the feedback mechanism in a Johnson Counter?

A. Output of the last FF () connected to Input of the first FF ()
B. Inverted Output of the last FF () connected to Input of the first FF ()
C. External clock connected to data input
D. No feedback is used

25 The sequence $000, 100, 110, 111, 011, 001$ represents a 3-bit:

A. Binary Up Counter
B. Ring Counter
C. Johnson Counter
D. Random Sequence

26 One disadvantage of a basic Ring Counter is:

A. It is very slow
B. It is not self-starting
C. It requires complex decoding
D. It uses too few flip-flops

27 Which counter type typically requires the least decoding logic to detect specific states?

A. Binary Counter
B. Ring Counter
C. Johnson Counter
D. Ripple Counter

28 For a Mod-16 counter, how many unused states are there if implemented using a Johnson Counter configuration?

A. 0
B. 8
C. 240
D. Unused states depends on the number of flip flops

29 In a 4-bit Ring Counter, if the initial state is $1000$, what is the state after 2 clock pulses?

A. 0100
B. 0010
C. 0001
D. 1000

30 Which flip-flop type is most commonly used to design counters due to its toggle capability?

A. D Flip-Flop
B. RS Flip-Flop
C. T Flip-Flop
D. Latch

31 What is the phenomenon called where the output of a counter momentarily assumes an incorrect state due to propagation delays?

A. Aliasing
B. Glitch
C. Drift
D. Hysteresis

32 To design a Synchronous Up/Down counter, what additional signal is required?

A. A Mode Control input (M)
B. A faster clock
C. More Flip-Flops
D. A second power supply

33 The master reset input in most counters is usually:

A. Synchronous
B. Asynchronous
C. Dependent on the D input
D. Unused

34 A Mod-10 synchronous counter is designed using J-K flip-flops. What is the state of the J and K inputs for the unused states?

A. Fixed to 0
B. Fixed to 1
C. Don't Care ()
D. Inverted

35 If the input frequency to a 4-bit ripple counter is , what is the frequency at the output of the MSB?

A.
B.
C.
D.

36 Which of the following counters is a 'weighted' code counter?

A. Ring Counter
B. Johnson Counter
C. Binary Counter
D. Walking One Counter

37 How many clock pulses are required to load 4 bits of data into a PIPO register?

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

38 Which register type acts as a buffer or temporary storage?

A. SISO
B. PIPO
C. Ring Counter
D. Ripple Counter

39 In a 4-bit Johnson counter, the decoding gate to detect the state $0001$ would be:

A. 2-input AND gate
B. 4-input AND gate
C. OR gate
D. NOT gate

40 Which of the following is true for a Synchronous Counter?

A. Slower than Asynchronous Counter
B. Requires less hardware than Asynchronous Counter
C. No cumulative propagation delay
D. Clock is applied only to the LSB

41 If a counter counts from $000$ to $101$ and then resets, it is a:

A. Mod-5 Counter
B. Mod-6 Counter
C. Mod-8 Counter
D. Mod-4 Counter

42 Which statement is true regarding the initialization of a standard Ring Counter?

A. It must be reset to all 0s
B. It must be preset with a single 1 (e.g., $1000$)
C. It must be preset to all 1s
D. Initialization is not required

43 What is the equivalent decimal value of the highest state in a Mod-16 counter?

A. 16
B. 15
C. 1
D. 32

44 The time delay generated by an -bit SISO shift register with clock frequency is:

A.
B.
C.
D.

45 Which device is used to parallel load a shift register asynchronously?

A. The Clock input
B. The Preset and Clear inputs
C. The J and K inputs
D. The Q output

46 A 3-bit down counter is at state $000$. After one clock pulse, the state will be:

A. 001
B. 111
C. 110
D. 100

47 Which counter configuration can be used to generate multiphase clock signals?

A. Ripple Counter
B. Ring Counter
C. Up/Down Counter
D. Mod-10 Counter

48 How does a 'Locked-out' condition occur in a counter?

A. When the power supply is too low
B. When the counter enters an unused state and cannot return to a valid sequence
C. When the clock frequency is too high
D. When the reset button is pressed

49 What is the minimum number of flip-flops required to generate a sequence: $0, 1, 3, 2, 6, 7, 5, 4$ and repeat?

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

50 In a 4-bit Asynchronous Up Counter, if the clock frequency is , the frequency at the output of the second flip-flop (Q1) is:

A.
B.
C.
D.