Impara
Un carattere è sostituito da un tasto adiacente sulla tastiera.
Keyboard proximity errors occur when a typist accidentally presses a key adjacent to the intended key on a QWERTY keyboard. For example, pressing 'R' instead of 'E', or '5' instead of '4'. These are among the most common typing errors.
Key replaced by horizontally or vertically adjacent key on QWERTY layout
- HELLO → HRLLO (E replaced by adjacent R)
- 12345 → 12445 (3 replaced by adjacent 4)
- CODE → CODW (E replaced by adjacent W)
Come riconoscerlo
- Single character replaced by keyboard neighbor
- Length remains the same
- Check QWERTY layout for adjacent keys
Errori comuni
- Not visualizing the keyboard layout
- Confusing with random substitution
- Forgetting diagonal adjacencies
Soluzione passo per passo
Trovare l'errore: Originale 'HELLO' vs Dato 'HRLLO'
- Confrontare posizione 1: 'H' = 'H'
- Confrontare posizione 2: 'E' vs 'R' - differenza trovata
- Confrontare posizione 3: 'L' = 'L'
- Confrontare posizione 4: 'L' = 'L'
- Confrontare posizione 5: 'O' = 'O'
- Verificare tastiera: 'E' e 'R' sono adiacenti sulla tastiera QWERTY
- 'R' è stato premuto al posto di 'E' per la posizione delle dita
Risposta: Errore di prossimità tastiera: 'E' sostituito dal tasto adiacente 'R' alla posizione 2