00:01
To design a more serial or odd parity checker, which means that using jk flip -flops, we can perhaps do maybe define the states based on the number of ones encountered in the serial input.
00:26
And then for odd parity you need two states that is 0 and 1, which means that you need to specify the state transition table.
00:40
You need to create maybe current state.
00:44
So you need to create the input, the next state, and then maybe output.
00:58
So that if you draw it, you'll have 0, 0, 1, 1.
01:05
In this case, we'll have 0, 1, 0, 1 and 0, 1, 1, 0 and then 0, 1, 1, 0 for that.
01:19
So that is it...