Synchronous Counters MCQ Quiz in தமிழ் - Objective Question with Answer for Synchronous Counters - இலவச PDF ஐப் பதிவிறக்கவும்

Last updated on Mar 14, 2025

பெறு Synchronous Counters பதில்கள் மற்றும் விரிவான தீர்வுகளுடன் கூடிய பல தேர்வு கேள்விகள் (MCQ வினாடிவினா). இவற்றை இலவசமாகப் பதிவிறக்கவும் Synchronous Counters MCQ வினாடி வினா Pdf மற்றும் வங்கி, SSC, ரயில்வே, UPSC, மாநில PSC போன்ற உங்களின் வரவிருக்கும் தேர்வுகளுக்குத் தயாராகுங்கள்.

Latest Synchronous Counters MCQ Objective Questions

Top Synchronous Counters MCQ Objective Questions

Synchronous Counters Question 1:

A decade counter requires

  1. Two flip-flops
  2. Three flip-flops
  3. Four flip-flops
  4. Ten flip-flops

Answer (Detailed Solution Below)

Option 3 : Four flip-flops

Synchronous Counters Question 1 Detailed Solution

Concept:

For an ‘n’ flip flop counter,

  • The total number of states = 2n (0 to 2n – 1)
  • The largest number that can be stored in the counter = 2n – 1


To construct any mod counter, the minimum number flip flops required such that: Modulus ≤ 2n

Where n is the number of counters.

Calculation:

Number no. of flip – flops are required to construct a mod-10 counter (decade counter) is obtained as:

2n ≥ 10 i.e. n = 4

Synchronous Counters Question 2:

Mod 5, Mod 10, and Mod K counters are connected in cascading manner for designing the Mod 750 counter. The value of K is ______.

  1. 10
  2. 15
  3. 20
  4. 25

Answer (Detailed Solution Below)

Option 2 : 15

Synchronous Counters Question 2 Detailed Solution

Concept:

For a MOD-n counter the output waveform frequency :

\({f_1} = \frac{{{f_{clk}}}}{n}\)

Calculation:

Let Mod P, Mod Q, and Mod R counter are connected in cascade. The resultant counter size will be:

Mod P × Q × R

∴ 5 × 10 × K = 750

\(K = \frac{{750}}{{50}} = 15\)

Synchronous Counters Question 3:

The minimum number of F/F required for designing a MOD - 60 synchronous counter is

  1. 7
  2. 60
  3. 8
  4. 6

Answer (Detailed Solution Below)

Option 4 : 6

Synchronous Counters Question 3 Detailed Solution

Concept:

For a counter with ‘n’ flip flops:

  • The total number of states = 2n (0 to 2n – 1)
  • The largest number that can be stored in the counter = 2n – 1

 

To construct a counter with any MOD number, the minimum number flip flops required must satisfy:

Modulus ≤ 2n

Where n is the number of flip-flops and is the minimum value satisfying the above condition.

Note: A MOD-N counter is also called a divide by N counter as the input frequency is divided by the number of states of the counter.

Calculation:

Number no. of flip – flops are required to construct mod-60 counter, must satisfy:

2≥  60

The minimum value of n satisfying the above is:

n = 6 bits

Synchronous Counters Question 4:

Which of the following is a sequential circuit? 

  1. Decoder
  2. Binary Adder
  3. multiplexer
  4. Register

Answer (Detailed Solution Below)

Option 4 : Register

Synchronous Counters Question 4 Detailed Solution

The correct answer is Register

Key Points

  • A sequential circuit is a type of logic circuit whose output depends not only on the present inputs but also on the history of inputs.
  • Registers in digital logic circuits use flip-flops, which are sequential circuits because they store and process data linearly following a time sequence (clock cycles).

Additional Information

  • This distinguishes them from combinational circuits such as binary addersdecoders, and multiplexers, whose outputs depend only on the current input values.
  • Decoder: A decoder is a combinational circuit that converts binary information from n input lines to a maximum of 2n unique output lines. It is used to perform a variety of tasks such as data demultiplexing, memory address decoding, etc. Its output at any instant only depends on what it is currently being fed as input, it does not have a memory of past inputs.
  • Binary Adder: A binary adder is another type of combinational circuit that performs the arithmetic operation of addition on binary numbers. The simplest kind of binary adder is the half adder, which adds two single binary digits. For multiple bit addition, full adders are used. Like a decoder, an adder doesn't keep track of input history - it just adds the binary numbers presented to it at any given instant.
  • Multiplexer (MUX): A multiplexer is a device that takes multiple inputs and, based on a selection line(s), forwards the selected input into a single line. It is a combinational circuit because its output only depends on the current inputs and the selector line(s), not on any of the previous states of inputs.

Synchronous Counters Question 5:

Assuming that all flip-flops are in reset condition initially, the count sequence observed al QA, in the circuit shown is

F1 Neha Madhuri 06.05.2021 D19

  1. 0010111....
  2. 0001011....
  3. 0101111....
  4. 0110100....

Answer (Detailed Solution Below)

Option 4 : 0110100....

Synchronous Counters Question 5 Detailed Solution

Concept:

D flip-flop

These flip-flops are mainly used for input synchronization, counters, and shift registers.

The truth table of this flip-flop is shown below:

D

Q(t + 1)

0

0

1

1

 

The characteristic equation is:

Q(t + 1) = D

Calculation:

From the given circuit the input for the flip-flop A, B, C are:

\({D_A} = {Q_B}{Q_C} + \overline {{Q_B}} \;\overline {{Q_C}} = {Q_B} \odot {Q_C}\)

DB = QA

DC = QB

The below table shows the transitions of all inputs based on the truth table and the given circuit configuration:

CLK

QAQBQC

DADBDC

0

000

100

1

100

110

2

110

011

3

011

101

4

101

010

5

010

001

6

001

000

 

The counting sequence at QA = 0110100 ⋯

Synchronous Counters Question 6:

What will be the number of states when a MOD-2 counter is followed by a MOD-5 counter?

  1. 5
  2. 10
  3. 15
  4. 20

Answer (Detailed Solution Below)

Option 2 : 10

Synchronous Counters Question 6 Detailed Solution

  • MOD-2 counter followed by MOD-5 it denotes cascading of two counters. Therefore, equivalent counter = MOD (2 × 5) counter = MOD-10 counter
  • MOD-10 counter is also called as BCD counter or Decade counter with ten states in its sequence.
  • Hence the number of states when a MOD-2 counter is followed by a MOD-5 counter is 10

Synchronous Counters Question 7:

In the circuit shown, the clock frequency, i.e., the frequency of the Clk signal, is 12 kHz.The frequency of the signal at Q2 is ____ kHz.

GATE 2019 ECE (19-41) SOLUTIONS images Q25

Answer (Detailed Solution Below) 4

Synchronous Counters Question 7 Detailed Solution

let Initial states be Q1 = Q2 = 0

GATE 2019 ECE (19-41) SOLUTIONS images Q25a

\({D_1} = \begin{array}{*{20}{c}} {\overline {{Q_1}} }&{\overline {{Q_2}} } \end{array}\)

D2 = Q1

Hence after 3 clock pulses, the output repeats

It is mod – 3 counter

out frequency \(= \frac{{12}}{3} = 4\) kHz.

Synchronous Counters Question 8:

A Mod-6 counter is realized using 3 flip-flops. The counter will skip

  1. 4 Counts
  2. 3 Counts
  3. 2 Counts
  4. Zero Counts

Answer (Detailed Solution Below)

Option 3 : 2 Counts

Synchronous Counters Question 8 Detailed Solution

Concept:

The total number of states in a counter with n-flip-flops = 2n

In a Mod-m counter, the total number of states used = m

If a Mod-m counter is realized using n number, the number of states unused or number of counts that counter will skip = Total number of states – total number of states used

= 2n – m

Calculation:

Modulus of the counter (m) = 6

Number of flip-flops (n) = 3

The number of counts that the counter will skip = 23 – 6 = 2 counts

Synchronous Counters Question 9:

In the following sequential circuit, the initial state (before the first clock pulse) of the circuit is Q1Q0 = 00. The state (Q1Q0) after the 333rd clock pulse is

GATE EE Reported 21

  1. 00
  2. 01
  3. 10
  4. 11

Answer (Detailed Solution Below)

Option 2 : 01

Synchronous Counters Question 9 Detailed Solution

Given counter is 

GATE EE Reported 21

The same clock pulse is given to both the flip-flops, therefore it is synchronous counter.

 

Clock

Flip Flop Inputs

Output

 

J0 = Q̅1

K0 = Q1

J1 = Q0

K1 = Q̅0

Q0

Q1

0

1

0

0

1

0

0

1

1

0

1

0

1

0

2

0

1

1

0

1

1

3

0

1

0

1

0

1

4

1

0

0

1

0

0

 

For every four cycles, the output is repeated 

So, dividing 333 by 4, we get 83.25

So, at 332 (83 × 4 = 332) clock pulse the output will be 0 0 (Q1Q0

At 333rd clock pulse, QQ0 = 0 1

Synchronous Counters Question 10:

For the synchronous sequential circuit shown below, the output Z is zero for the initial conditions \({Q_A}{Q_B}{Q_C} = Q_A'Q_B'Q_C' = 100\).

F2 U.B Madhu 27.04.20 D4

The minimum number of clock cycles after which the output Z would again become zero is _______.

Answer (Detailed Solution Below) 6

Synchronous Counters Question 10 Detailed Solution

DA = QC, DB = QA, DC = QB

\(D_A' = \bar Q_C',{\rm{\;}}D_B' = \bar Q_A',{\rm{\;}}D_C' = \bar Q_B'\)

\(Z = \left( {{Q_A} \oplus Q_A'} \right) + \left( {{Q_B} \oplus Q_B'} \right) + \left( {{Q_C} \oplus Q_C'} \right)\;\)

Z becomes zero when all the inputs of OR gates are zero

\(\Rightarrow {Q_A} \oplus Q_A' + {Q_B} \oplus Q_B' + {Q_C} \oplus Q_C' = 0\)

\(\Rightarrow {Q_A} = Q_A',{Q_B} = Q_B',{Q_C} = Q_C'\)

Clock

DA

QA

DB

QB

DC

QC

DA

QA

DB

QB

DC

QC

Z

Initial

 

1

 

0

 

0

 

1

 

0

 

0

 

1

0

0

1

1

0

0

1

1

1

1

0

0

1

2

0

0

0

0

1

1

1

1

1

1

1

1

1

3

1

1

0

0

0

0

0

0

1

1

1

1

1

4

0

0

1

1

0

0

0

0

0

0

1

1

1

5

0

0

0

0

1

1

0

0

0

0

0

0

1

6

1

1

0

0

0

0

1

1

0

0

0

0

0

 

At 6th clock pulse

\({Q_A}{Q_B}{Q_C} = Q_A'Q_B'Q_C' = 100\)

Get Free Access Now
Hot Links: teen patti lucky teen patti master apk best teen patti royal