Step 1: Arrange data bits vertically.
Step 2: For each bit column, count the number of 1s.
Step 3: Set parity bit for each column based on the count: even count = 0, odd count = 1.
Step 4: Display the calculated VRC bits.