0% found this document useful (0 votes)
30 views28 pages

Sequential Building Blocks

Flip Flops,Registers,Counters
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views28 pages

Sequential Building Blocks

Flip Flops,Registers,Counters
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 28

Sequen al Building Blocks, Flip-Flops, Registers & Shi Registers,

Counters, Synchronous and Asynchronous Designing methods

1. What is the basic unit of Sequen al Building Blocks in digital electronics?

a) Flip-Flop

b) Gate

c) Transistor

d) Capacitor

Answer: a) Flip-Flop

Explana on: Flip-Flops are the basic building blocks of sequen al circuits. They are capable of storing
one bit of informa on.

2. Which type of flip-flop has two outputs, one for the normal value and one for the complement
value of the stored bit?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop

d) T Flip-Flop
Answer: c) JK Flip-Flop

Explana on: JK Flip-Flop has two outputs, Q and Q', where Q' is the complement of Q.

3. What is the advantage of using a master-slave flip-flop over a simple flip-flop?

a) Faster opera on

b) Reduced power consump on

c) Elimina on of race condi on

d) Higher density integra on

Answer: c) Elimina on of race condi on

Explana on: Master-slave flip-flop eliminates the race condi on present in simple flip-flops, ensuring
reliable opera on.

4. Which flip-flop is also known as a "data" flip-flop?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop
d) T Flip-Flop

Answer: b) D Flip-Flop

Explana on: D Flip-Flop is o en referred to as a "data" flip-flop because it stores the input data at
the rising edge of the clock signal.

5. Which flip-flop is commonly used as a frequency divider in digital circuits?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop

d) T Flip-Flop

Answer: d) T Flip-Flop

Explana on: T Flip-Flop toggles its output state with every clock pulse, making it suitable for
frequency division.

6. Which type of register allows data to be shi ed in both direc ons?

a) Serial-in, parallel-out register

b) Parallel-in, serial-out register


c) Serial-in, serial-out register

d) Parallel-in, parallel-out register

Answer: c) Serial-in, serial-out register

Explana on: Serial-in, serial-out register allows data to be shi ed in both le and right direc ons,
one bit at a me.

7. Which type of shi register is commonly used for serial-to-parallel conversion?

a) Serial-in, parallel-out register

b) Parallel-in, serial-out register

c) Serial-in, serial-out register

d) Parallel-in, parallel-out register

Answer: a) Serial-in, parallel-out register

Explana on: Serial-in, parallel-out register accepts data serially and outputs it in parallel form.

8. What is the purpose of a counter in digital electronics?

a) To perform arithme c opera ons


b) To store large amounts of data

c) To count the number of clock pulses

d) To convert analog signals to digital signals

Answer: c) To count the number of clock pulses

Explana on: Counters are used to count the number of clock pulses or events in a digital system.

9. Which type of counter has a count sequence that follows a binary pa ern?

a) Up counter

b) Down counter

c) Both up and down counters

d) Ring counter

Answer: a) Up counter

Explana on: Up counters increment their count in binary sequence.

10. Which of the following is a synchronous counter?

a) Ripple counter
b) Johnson counter

c) Modulo-n counter

d) Divide-by-n counter

Answer: a) Ripple counter

Explana on: Ripple counters are synchronous counters where all flip-flops are clocked
simultaneously.

11. In asynchronous counter, the clock inputs of the flip-flops are connected to:

a) An external clock source

b) The output of the previous flip-flop

c) Ground

d) Vcc

Answer: b) The output of the previous flip-flop

Explana on: In asynchronous counters, the clock inputs of the flip-flops are connected to the output
of the previous flip-flop.
12. Which designing method ensures that the output of a sequen al circuit depends only on the
present inputs?

a) Synchronous design

b) Asynchronous design

c) Combina onal design

d) None of the above

Answer: a) Synchronous design

Explana on: Synchronous design ensures that the output of a sequen al circuit depends only on the
present inputs and the clock signal.

13. Which type of flip-flop has two inputs, Set (S) and Reset (R), and is capable of being in four
different states?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop

d) T Flip-Flop

Answer: a) RS Flip-Flop
Explana on: RS Flip-Flop has two inputs, Set (S) and Reset (R), and can be in four different states
based on the combina on of inputs.

14. Which type of shi register can shi data both le and right, but not simultaneously?

a) Bidirec onal shi register

b) Bidirec onal Universal Shi Register

c) Johnson Counter

d) Ring Counter

Answer: b) Bidirec onal Universal Shi Register

Explana on: Bidirec onal Universal Shi Register can shi data both le and right, but not
simultaneously.

15. Which type of counter counts in an upward sequence and resets when a certain count is
reached?

a) Asynchronous counter

b) Synchronous counter

c) Ring counter

d) Modulo-n counter
Answer: d) Modulo-n counter

Explana on: Modulo-n counter counts in an upward sequence and resets when a certain count (n) is
reached.

16. Which type of flip-flop is widely used in digital systems due to its ability to avoid race condi ons?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop

d) T Flip-Flop

Answer: c) JK Flip-Flop

Explana on: JK Flip-Flop is widely used in digital systems because it can avoid race condi ons that
are common in RS Flip-Flops.

17. What is the primary func on of a shi register?

a) To store large amounts of data

b) To count clock pulses

c) To perform arithme c opera ons


d) To shi data in and out serially

Answer: d) To shi data in and out serially

Explana on: The primary func on of a shi register is to shi data in andout serially, either le or
right.

18. Which type of flip-flop has a clock input, data input, and output, and stores the input value on
the rising edge of the clock signal?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop

d) T Flip-Flop

Answer: b) D Flip-Flop

Explana on: D Flip-Flop has a clock input, data input, and output, and it stores the input value on the
rising edge of the clock signal.

19. Which type of register allows data to be shi ed in parallel and outpu ed serially?

a) Serial-in, parallel-out register


b) Parallel-in, serial-out register

c) Serial-in, serial-out register

d) Parallel-in, parallel-out register

Answer: b) Parallel-in, serial-out register

Explana on: Parallel-in, serial-out register allows data to be shi ed in parallel and outpu ed serially.

20. Which type of counter counts in a downward sequence and resets when reaching zero?

a) Asynchronous counter

b) Synchronous counter

c) Ring counter

d) Down counter

Answer: d) Down counter

Explana on: Down counters count in a downward sequence and reset when reaching zero.

21. In synchronous counters, what is the role of the clock signal?

a) It triggers the flip-flops simultaneously


b) It resets the counter

c) It sets the counter to its ini al state

d) It enables the counter to count in both direc ons

Answer: a) It triggers the flip-flops simultaneously

Explana on: In synchronous counters, the clock signal triggers the flip-flops simultaneously, ensuring
synchronous opera on.

22. Which type of counter has a count sequence that follows a non-linear pa ern?

a) Up counter

b) Down counter

c) Ring counter

d) Modulo-n counter

Answer: c) Ring counter

Explana on: Ring counters have a count sequence that follows a non-linear pa ern, typically forming
a closed loop.
23. Which designing method is characterized by circuits that respond immediately to input changes
without wai ng for a clock signal?

a) Synchronous design

b) Asynchronous design

c) Combina onal design

d) Sequen al design

Answer: b) Asynchronous design

Explana on: Asynchronous design circuits respond immediately to input changes without wai ng for
a clock signal.

24. What is the characteris c feature of a Master-Slave Flip-Flop?

a) It can store more than one bit of informa on

b) It has two clock inputs

c) It eliminates race condi ons

d) It has two separate stages for storing data

Answer: d) It has two separate stages for storing data

Explana on: Master-Slave Flip-Flop has two separate stages for storing data, which helps in
elimina ng race condi ons.
25. Which type of shi register can shi data both le and right simultaneously?

a) Bidirec onal shi register

b) Bidirec onal Universal Shi Register

c) Johnson Counter

d) Ring Counter

Answer: b) Bidirec onal Universal Shi Register

Explana on: Bidirec onal Universal Shi Register can shi data both le and right simultaneously.

26. Which type of counter counts in a sequence and then returns to its ini al state, repea ng the
cycle?

a) Asynchronous counter

b) Synchronous counter

c) Ring counter

d) Modulo-n counter

Answer: c) Ring counter


Explana on: Ring counters count in a sequence and then return to their ini al state, repea ng the
cycle.

27. In synchronous design, what ensures that all flip-flops change state at the same me?

a) Asynchronous signals

b) External triggers

c) Clock signals

d) Data inputs

Answer: c) Clock signals

Explana on: In synchronous design, clock signals ensure that all flip-flops change state
simultaneously, maintaining synchroniza on.

28. Which flip-flop has a toggle func on, changing its output state with every clock pulse when both
of its inputs are set to 1?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop
d) T Flip-Flop

Answer: d) T Flip-Flop

Explana on: T Flip-Flop toggles its output state with every clock pulse when both of its inputs are set
to 1.

29. What is the primary func on of a shi register in digital systems?

a) To store large amounts of data

b) To perform arithme c opera ons

c) To shi data serially

d) To count clock pulses

Answer: c) To shi data serially

Explana on: The primary func on of a shi register in digital systems is to shi data serially, either
le or right.

30. Which type of flip-flop has an undefined state when both of its inputs are set to 1?

a) RS Flip-Flop

b) D Flip-Flop
c) JK Flip-Flop

d) T Flip-Flop

Answer: a) RS Flip-Flop

Explana on: RS Flip-Flop has an undefined state when both of its inputs are set to 1, which leads to a
race condi on.

31. Which type of register can shi data both le and right, but not simultaneously?

a) Bidirec onal shi register

b) Bidirec onal Universal Shi Register

c) Johnson Counter

d) Ring Counter

Answer: b) Bidirec onal Universal Shi Register

Explana on: Bidirec onal Universal Shi Register can shi data both le and right, but not
simultaneously.

32. Which type of counter counts in an upward sequence and resets when a certain count is
reached?

a) Asynchronous counter
b) Synchronous counter

c) Ring counter

d) Modulo-n counter

Answer: d) Modulo-n counter

Explana on: Modulo-n counter counts in an upward sequence and resets when a certain count (n) is
reached.

33. In synchronous counters, what is the role of the clock signal?

a) It triggers the flip-flops simultaneously

b) It resets the counter

c) It sets the counter to its ini al state

d) It enables the counter to count in both direc ons

Answer: a) It triggers the flip-flops simultaneously

Explana on: In synchronous counters, the clock signal triggers the flip-flops simultaneously, ensuring
synchronous opera on.

34. Which type of counter has a count sequence that follows a non-linear pa ern?
a) Up counter

b) Down counter

c) Ring counter

d) Modulo-n counter

Answer: c) Ring counter

Explana on: Ring counters have a count sequence that follows a non-linear pa ern, typically forming
a closed loop.

35. Which designing method is characterized by circuits that respond immediately to input changes
without wai ng for a clock signal?

a) Synchronous design

b) Asynchronous design

c) Combina onal design

d) Sequen al design

Answer: b) Asynchronous design

Explana on: Asynchronous design circuits respond immediately to input changes without wai ng for
a clock signal.
36. What is the characteris c feature of a Master-Slave Flip-Flop?

a) It can store more than one bit of informa on

b) It has two clock inputs

c) It eliminates race condi ons

d) It has two separate stages for storing data

Answer: d) It has two separate stages for storing data

Explana on: Master-Slave Flip-Flop has two separate stages for storing data, which helps in
elimina ng race condi ons.

37. Which type of shi register can shi data both le and right simultaneously?

a) Bidirec onal shi register

b) Bidirec onal Universal Shi Register

c) Johnson Counter

d) Ring Counter

Answer: b) Bidirec onal Universal Shi Register


Explana on: Bidirec onal Universal Shi Register can shi data both le and right simultaneously.

38. Which type of counter counts in a sequence and then returns to its ini al state, repea ng the
cycle?

a) Asynchronous counter

b) Synchronous counter

c) Ring counter

d) Modulo-n counter

Answer: c) Ring counter

Explana on: Ring counters count in a sequence and then return to their ini al state, repea ng the
cycle.

39. In synchronous design, what ensures that all flip-flops change state at the same me?

a) Asynchronous signals

b) External triggers

c) Clock signals

d) Data inputs
Answer: c) Clock signals

Explana on: In synchronous design, clock signals ensure that all flip-flops change state
simultaneously, maintaining synchroniza on.

40. Which flip-flop has a toggle func on, changing its output state with every clock pulse when both
of its inputs are set to 1?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop

d) T Flip-Flop

Answer: d) T Flip-Flop

Explana on: T Flip-Flop toggles its output state with every clock pulse when both of its inputs are set
to 1.

41. What is the primary func on of a shi register in digital systems?

a) To store large amounts of data

b) To perform arithme c opera ons

c) To shi data serially


d) To count clock pulses

Answer: c) To shi data serially

Explana on: The primary func on of a shi register in digital systems is to shi data serially, either
le or right.

42. Which type of flip-flop has an undefined state when both of its inputs are set to 1?

a) RS Flip-Flop

b) D Flip-Flop

c) JK Flip-Flop

d) T Flip-Flop

Answer: a) RS Flip-Flop

Explana on: RS Flip-Flop has an undefined state when both of its inputs are set to 1, which leads to a
race condi on.

43. Which type of register can shi data both le and right, but not simultaneously?

a) Bidirec onal shi register

b) Bidirec onal Universal Shi Register


c) Johnson Counter

d) Ring Counter

Answer: b) Bidirec onal Universal Shi Register

Explana on: Bidirec onal Universal Shi Register can shi data both le and right, but not
simultaneously.

44. Which type of counter counts in an upward sequence and resets when a certain count is
reached?

a) Asynchronous counter

b) Synchronous counter

c) Ring counter

d) Modulo-n counter

Answer: d) Modulo-n counter

Explana on: Modulo-n counter counts in an upward sequence and resets when a certain count (n) is
reached.

45. In synchronous counters, what is the role of the clock signal?


a) It triggers the flip-flops simultaneously

b) It resets the counter

c) It sets the counter to its ini al state

d) It enables the counter to count in both direc ons

Answer: a) It triggers the flip-flops simultaneously

Explana on: In synchronous counters, the clock signal triggers the flip-flops simultaneously, ensuring
synchronous opera on.

46. Which type of counter has a count sequence that follows a non-linear pa ern?

a) Up counter

b) Down counter

c) Ring counter

d) Modulo-n counter

Answer: c) Ring counter

Explana on: Ring counters have a count sequence that follows a non-linear pa ern, typically forming
a closed loop.
47. Which designing method is characterized by circuits that respond immediately to input changes
without wai ng for a clock signal?

a) Synchronous design

b) Asynchronous design

c) Combina onal design

d) Sequen al design

Answer: b) Asynchronous design

Explana on: Asynchronous design circuits respond immediately to input changes without wai ng for
a clock signal.

48. What is the characteris c feature of a Master-Slave Flip-Flop?

a) It can store more than one bit of informa on

b) It has two clock inputs

c) It eliminates race condi ons

d) It has two separate stages for storing data

Answer: d) It has two separate stages for storing data

Explana on: Master-Slave Flip-Flop has two separate stages for storing data, which helps in
elimina ng race condi ons.
49. Which type of shi register can shi data both le and right simultaneously?

a) Bidirec onal shi register

b) Bidirec onal Universal Shi Register

c) Johnson Counter

d) Ring Counter

Answer: b) Bidirec onal Universal Shi Register

Explana on: Bidirec onal Universal Shi Register can shi data both le and right simultaneously.

50. Which type of counter counts in a sequence and then returns to its ini al state, repea ng the
cycle?

a) Asynchronous counter

b) Synchronous counter

c) Ring counter

d) Modulo-n counter

Answer: c) Ring counter


Explana on: Ring counters count in a sequence and then return to their ini al state, repea ng the
cycle.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy