Computer Science, asked by tanmoypayra001, 1 year ago

how many flip-flops are required to represent a MOD-20 counter?

Answers

Answered by hukam0685
4
with four flip-flops MOD-16 counter can be built.
because it is 2^ n,where n are number of flip-flops.
so for MOD-20 COUNTER 5 flip-flops are required.
2^5=32
so from MOD-16 ONWARDS 5 flip-flops are required upto MOD 32
Answered by nancychaterjeestar29
1

Answer:

A flip flop is an electronic circuit with two stable states that can be used to store binary data. The stored data can be changed by applying varying inputs. Flip-flops and latches are fundamental building blocks of digital electronics systems used in computers, communications, and many other types of systems. Both are used as data storage elements. It is the basic storage element in sequential logic. But first, let’s clarify the difference between a latch and a flip-flop.

one flip flop is used for 4 bits since we have 20 bits 5 flip flops will be used.

#SPJ2

Similar questions