Ciclo di forme
Le forme progrediscono attraverso una sequenza definita: triangolo → quadrato → pentagono → cerchio, quindi si ripetono.
Comprensione di questo pattern
Il ciclo di forme sostituisce una forma geometrica con la successiva in una sequenza predefinita. Un triangolo diventa un quadrato, poi un pentagono, poi si ripristina a un triangolo. La lunghezza del ciclo (3, 4 o 5 forme) determina la periodicità. Spesso combinato con una regola di movimento o colore, rendendo facile il cambio di forma da perdere.
Domanda di esempio
Regola del pattern
Each frame shows a square split by a top-left-to-bottom-right diagonal, with one symbol in the upper-right triangle and one in the lower-left triangle. Both symbols advance one step per frame through the same fixed 5-shape cycle (○ → ● → ★ → ◇ → ■ or its reverse), always starting two positions apart from each other.
Spiegazione
Option C is correct because it applies the single-step cycle advance to both the upper and lower symbols simultaneously, which is the consistent rule across all five visible frames. Option A is tempting because it advances only the upper symbol correctly while leaving the lower symbol at its frame-5 position, which a candidate might choose if they lose track of one region. Option B reverses this error — the lower symbol is correct but the upper symbol lags one step behind — a natural trap for candidates who focus on one triangle. Option D swaps the upper and lower symbols, exploiting the fact that both symbols belong to the same shape set and could plausibly appear in either position. Option E shows the exact state of frame 5 with no advancement, which attracts candidates who confuse 'identifying the last visible frame' with 'predicting the next one'.
Come individuarlo
- Una forma cambia forma ma rimane approssimativamente nella stessa posizione
- Il numero di lati aumenta (o diminuisce) sistematicamente
- Dopo N fotogrammi, la stessa forma riappare (rilevamento del ciclo)
Trappole comuni
- Perdere il ripristino del ciclo — prevedere la forma successiva invece della prima
- Confondere il ciclo di forma con il cambio di dimensione (le forme si trasformano vs crescono)
- Non notare che il ciclo di forma si combina con una regola di posizione separata
Tag correlati