Hello Would someone be able to help me figure this out pleas
Hello! Would someone be able to help me figure this out please? The flip flop (AP flip-flop) behaves as follows: If A=0, the flip flop is equal to P’. If A = 1 then the flip flop does not change state. Complete the truth table and the characteristic table for the AP flip flop. Thank you in advance!
A
P
Q(t)
Q(t+1)
0
0
0
0
0
1
0
1
0
0
1
1
1
0
0
1
0
1
1
1
0
1
1
1
truth table
A
P
Q(t+1)
0
0
0
1
1
0
1
1
characteristic table
| A | P | Q(t) | Q(t+1) |
| 0 | 0 | 0 | |
| 0 | 0 | 1 | |
| 0 | 1 | 0 | |
| 0 | 1 | 1 | |
| 1 | 0 | 0 | |
| 1 | 0 | 1 | |
| 1 | 1 | 0 | |
| 1 | 1 | 1 |
Solution
Please follow the data and description :
Given, that the flip flop (AP flip-flop) behaves as follows : If A=0, the flip flop is equal to P’. If A = 1 then the flip flop does not change state. So considering the above statement we need to develop the truth table and the characteristic table.
Truth Table :
A P Q(t) Q(t+1)
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 0
1 1 1 1
Characteristic Table :
A P Q(t+1)
0 0 1
0 1 0
1 0 1
1 1 1
Hope this is helpful.


