Question 1
Identify the pattern in each row and select the missing figure.
Color Pattern in Matrix:
Each cell's color follows: color_index = (row + col) % 4
The missing cell at (2,2) has color index 0
Each cell's color follows: color_index = (row + col) % 4
The missing cell at (2,2) has color index 0