blob: 5ba1dc2ec841ae962f901cef669f596f23bc283f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
\mytitle{More Finite State Machines}{\co}
The quiz this week was one of the simplest the whole term. Luckily, this was
another one of those assignments that closely related to the material that we
covered in class and on the homeworks from previous weeks.
Similar to the discussions that we had in class, we were given a single problem
to solve which included describing the finite state machine of an up/
down-counter, drawing out the transition diagram of the counter, and finally,
implementing the transition table and Karnough map that we had completed many
times in this and the previous computer science classes.
|