Electronics and Communication Engineering - Digital Electronics - Discussion

Discussion Forum : Digital Electronics - Section 1 (Q.No. 10)
10.
A ring counter with 5 flip flops will have
5 states
10 states
32 states
infinite states
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
38 comments Page 1 of 4.

Prithvi Raj said:   5 months ago
A ring counter with 5 flip-flops will have 5 distinct states.

Here's why:
Ring Counter Function:
A ring counter is a type of sequential circuit where the output of each flip-flop is connected to the input of the next flip-flop circularly.

State Representation:
In a ring counter, only one flip-flop is in the "high" (or "1") state at any given time, with all other flip-flops in the "low" (or "0") state.

Number of States:
The number of states a ring counter can cycle through is equal to the number of flip-flops used in the circuit.

Example:
If you have 5 flip-flops, the counter will cycle through 5 distinct states where only one of the flip-flops is "1" at any given time, and the others are "0".
(1)

KEERTHANA said:   1 year ago
A ring counter with 'n' flip flops will have 'n' states, as the ring counter is a re-circulation counter.
(2)

Uma Sankar said:   2 years ago
For a n-bit,

[say for a counter, No : of states = N & No : of Flipflops = n]
Ring counter, no: of states = N = n.
no : of flipflops = n.

Johnson counter, no: of states = N = 2n.
no : of Flipflops = n.

General counter, no: of states = N = 2n.
no : of Flipflops = n.
(10)

Sairam said:   2 years ago
For a ring counter, the number of flipflops is equal to a number of states.
(7)

Aishwarya Nayak said:   5 years ago
For ring counter, no. of states=N=no.of flipflops=5.
For johnson counter,no. of ststes = 2N = 2 * 5 = 10.
For general counter,no.of ststes = 2^N = 2^5 = 32.
(33)

Praveen said:   5 years ago
In ring counter, no of FF is equal to no of states.
(1)

Thatraju Nikhitha said:   6 years ago
In a ring counter,
no.of states=no.of flipflops used.

In a johnson counter(switch tail or twisted counter),
no.of states= 2*no.of flipflops used.
(2)

Shiv said:   6 years ago
Ring counter with n flip flops will have n states.

Ankush said:   7 years ago
A number of states equal to a number Of flip-flop in ring counter.

Paridhi Wadikar said:   7 years ago
An N-bit ring counter can count only N-bits.


Post your comments here:

Your comments will be displayed after verification.