To achieve this you need two things ...
The role of a synchronous signal is taken over by the clock signal. It switches at periodic intervals between the states 0 and 1...
![]() Clock Signal. |
The clock cycle is the time of one transition from 0 to 1 to the next. The clock rate or frequency is the number of cycles per second and is measured in Hertz (Hz).
Now if you connect the clock signal to the E input, the latch is periodically opened and closed. And if you connect several latches to the same clock signal, they are opened and closed synchronously.
In the next step you learn what an edge-triggered latch is.