Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a 2-bit binary up/down counter with one input switch X and one output Z using T flip flops. The counter counts as follows: 0,1,2,3,0,1,..

Design a 2-bit binary up/down counter with one input switch X and one output Z using T flip flops. The counter counts as follows: 0,1,2,3,0,1,.. when the input X is ON and the output Z = 1 when the count goes from 3 to 0. The counter counts down as follows: 0,3,2,1,0,3,2... when the input X is OFF and the output Z = 1 when the count goes from 0 to 3. Your design solution must have the following:

1. The state table

2. The state assignment table

3. The excitation table using your choice of flip flops

4. The flip flop input equations and the output equation

5. The final logic diagram ( logic circuit )

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions

Question

12-5 How will MIS help my career?

Answered: 1 week ago