You must login before you can post a comment.
Author: Mukesh
Project access type: Public
Description:
D flipflops avoids the indeterminate state unlike SR flipflops.
Irrespective of the previous output[Q(n)] D flipflops retains the input as its output.
D Q(n+1)
0 0
1 1
D = Q(n+1)
Created: Oct 30, 2021
Updated: Aug 27, 2023
Comments