- #1
ver_mathstats
- 260
- 21
- Homework Statement
- We are required to find the output of a three-bit binary counter when the input is 1100101001.
- Relevant Equations
- input: 1100101001
1 | 000 | 0 |
1 | 000 | 0 |
0 | 001 | 1 |
0 | 001 | 1 |
1 | ||
0 | ||
1 | ||
0 | ||
0 | ||
1 |
On the left is my input, in the middle is my output and on the right is the decimal.
0 | 000 | 0 |
0 | 000 | 0 |
1 | 001 | 1 |
0 | 001 | 1 |
1 | 010 | 2 |
Here is another example I was studying where the input is 00101 and I understand where each number is coming from and how it operates but I struggle with the first one because the input starts with a 1, so does that mean my counter starts at 000 because it still has not flipped yet? Or does it start at 001 right away because the input begins at 1? So I completed the first three columns and not sure if I am on the right track if someone could tell me that would be appreciated.
Thanks.