A clock period is the interval between two successive clock edges of the same polarity; one cycle duration, in other words.
It also implies that's a constant, fixed rate clock signal at some frequency.
Four clock cycles, for your problem.
A four stage shift register would do what you ask,; data high propogates to the final Q out in four cycles, but also use the data in low as reset for them all.
There are other ways such as counters, eg, using three J-Ks as successive divide by 2 & the third output going high also locking out the input, but the shift register is the easiest for follow.