subject

Implement a 3-bit counter that counts in two different orders. Your circuit should have a Button named CLK, a Button named RESET, and an input pin named Gray (for Gray code). It should have 3 LED displays, named L0, L1, and L2. The first thing the Test option does it ensure you have the correct inputs and outputs. The inputs and outputs are identical to those for the previous 3-bit counter except for the addition of the extra pin named Gray. The names are case sensitive. When G is false, the counter is an up counter, counting in steps of 1. Each clock pulse increases the count by one: 0, 1, 2, 3, 4, 5, 6, 7, 0, etc.
When G is true, the counter is a gray code counter counting in gray code order: 0, 1, 3, 2, 6, 7, 5, 4, then back to 0. In binary, that is (000, 001, 011, 010, 110, 111, 101, 100, then back to 000).

Example: Suppose the current output is 101. If G=1, the value after the next clock will be the next value in the gray code sequence, 100. If G=0, the value after the next clock will be the next value sequentially, 110.

Draw the Karnaugh map and truth table and complete the circuit diagram using D flip-flop SR

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
Which one of the following would administrators use to connect to a remote server securely for administration? a. telnetb. secure file transfer protocol (sftp)c. secure copy (scp)d. secure shell (ssh)
Answers: 1
question
Computers and Technology, 22.06.2019 06:00
What are the most likely causes of conflict at the meeting? check all that apply.
Answers: 1
question
Computers and Technology, 22.06.2019 14:30
The “rule of 72” is used to approximate the time required for prices to double due to inflation. if the inflation rate is r%, then the rule of 72 estimates that prices will double in 72/r years. for instance, at an inflation rate of 6%, prices double in about 72/6 or 12 years. write a program to test the accuracy of this rule. for each interest rate from 1% to 20%, the program should display the rounded value of 72/r and the actual number of years required for prices to double at an r% inflation rate. (assume prices increase at the end of each year.)
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
How often does colleges update the cost of attendance on their website? . a)every two years b) every four years c) every year d) every semester
Answers: 1
You know the right answer?
Implement a 3-bit counter that counts in two different orders. Your circuit should have a Button nam...
Questions
question
English, 03.03.2020 07:52
question
History, 03.03.2020 07:55
question
Mathematics, 03.03.2020 07:55
Questions on the website: 13722367