not gate?What logic gate(s) can you use to decode 9 and reset the counter to zero?
Why would we reset the counter at 9 instead of 8?
not gate?What logic gate(s) can you use to decode 9 and reset the counter to zero?
Why would we reset the counter at 9 instead of 8?
How many inputs do you need to decode 9? What is the relationship? NOT, OR, NOR, AND, NAND, XOR, XNOR?not gate?
2... is it NOR gate? if the 2 input is 0 - the output is 1. if the 2 input is 1 - the output is 0?How many inputs do you need to decode 9? What is the relationship? NOT, OR, NOR, AND, NAND, XOR, XNOR?
Not NOR.2... is it NOR gate? if the 2 input is 0 - the output is 1. if the 2 input is 1 - the output is 0?
What would happen if you reset the counter when the count was 8? How long would the count stay at 8? Long enough for you to see it?For 8
A - 0
B - 0
C - 0
D - 1
I should 0 the A to became it 8....
it will become 0 again and continue its task.What would happen if you reset the counter when the count was 8? How long would the count stay at 8? Long enough for you to see it?
Your counter should display the digits 0-8 for the same amount of time (one clock). If you decode 8 and reset the counter, 8 will only be displayed for the time it takes the clock to propagate through the logic and then reset. That time will be less than a microsecond and you won't be able to "see" the 8 on the display.it will become 0 again and continue its task.
I know this, i just didnt stated it.. Cuz i guess its obvious..


the output is 9. I must low the QA so that the output will be 8?Your counter should display the digits 0-8 for the same amount of time (one clock). If you decode 8 and reset the counter, 8 will only be displayed for the time it takes the clock to propagate through the logic and then reset. That time will be less than a microsecond and you won't be able to "see" the 8 on the display.
Describe what conditions you need to reset the counter at 9.
QA needs to be HIGH
QB needs to be LOW
QC needs to be LOW
QD needs to be HIGH
and the output needs to be ?
You're going to let the counter count 0, 1, ..., 7, 8, 9 and reset it as soon as it gets to 9. It will be at 9 so briefly that your eyes won't be able to register a 9 on the display before it gets reset to 0.the output is 9. I must low the QA so that the output will be 8?
You won't need to guess if you describe in words the conditions you want to reset the counter.when i use And and Nand.. 0-5 was the output![]()
You seem to be practicing "design-by-happening", meaning that you try essentially random things will little to no idea what you should expect, but rather just hope that, eventually, something will just happen to do what you want.when i use And and Nand.. 0-5 was the output![]()