answersLogoWhite

0


Best Answer

a 2 bit counter is a counter which have only 2 bits i.e. the posibble counting states are 00, 01, 10,11,00. It may also be known as MOD 3 counter. It can be realized by using 2 Flip flop.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a 2 bit counter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Designed a sequential circuit that will function as 2 bit-up down counter?

designed a sequential circuit that will function as 2 bit-up down counter


What is 4 bit counter?

it has for bit or states for its output


What is 4-bit counter?

it has for bit or states for its output


No of flip flop in 5 bit ripple counter?

There are five flip-flops in a five-bit ripple counter.


How many states are there in a 10-bit Ring counter?

10


How many natural states will there be in a bit ripple counter?

16


How many states in 8 bit Johnson counter?

32873489


How tall is Shonna Counter?

Shonna Counter is 5' 2 1/2".


Why PC and Sp are 16 bit counter in 8085 microproceser?

Because Intel designed it that way. The 8085 was designed as a 8 bit computer in a 16 bit address space. This means that the PC (Program Counter) and SP (Stack Pointer) should be 16 bits in size.


Would a banana rot faster than apple or a peach if left on the counter and why?

the bananas will rot on the counter in 2 weeks the bananas will rot on the counter in 2 weeks the bananas will rot on the counter in 2 weeks


How do you design the 3 bit binary counter using D flip flop?

Designing a 3 bit synchronous counter using jk flip flop is not an easy project for the uninformed. This is best left to professionals who are adept at programming. There are lengthy guides available on the internet if it is necessary to create one.


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

A 5-bit binary counter, interpreted as an unsigned integer, has a range of 0 to 31. Interpreted as a two's complement signed integer, it has a range of -16 to +15.