A Hamming code starts by putting data bits into fixed positions.
Data gets fixed slots
A codeword has data slots and check slots. The data bits are 1011.
Put data in the data slots
This toy places those data bits in positions 3, 5, 6, and 7.
data positions 3,5,6,7
Read the first row
The table keeps the placement visible: each data bit is tied to its position before any parity bit is chosen.
place first, then check
Summary
The data bits are pinned first. Every later parity and syndrome row is recomputed from those exact bits.