Input: x(t) element of| q if x( ) contains even number of and number of b's
Output: z(t) element of
2. (2 pts) Determine the state table corresponding to the state diagram shown in Figure 7-18, page 189.
3. (4 pts) For the sequential system specified by the state diagram shown in Figure 7.19, give a code for the:
a. input4. (2 pts) Reduce the number of states in the following state table and show the minimal table.
b. output
c. state
d. give the corresponding state table.
PS| x=0 x=15. (10 pts) For the following state table.
A| F,0 C,0
B| H,1 A,1
C| H,0 D,1
D| B,0 H,0
E| G,0 C,0
F| C,1 E,1
G| H,1 E,1
H| C,0 A,1
| NS,z
PS| Input
| x=a x=b x=c
A | A,0 B,1 A,0
B | B,0 C,1 A,1
C | C,0 D,1 A,1
D | D,0 E,1 A,0
E | E,0 A,1 A,1
| NS, Outputa. Determine the state diagram.
b. Give the state table for a binary encoding.
c. Give the state diagram for the state table using switching expressions.
d. Give the VHDL for the state diagram.