Soru

Zorluk: KolayCoding and Decoding

In a certain code, if the word BLOCK is written as CMPDL, what is the code for the word TRAIN?

Cevap: USBJO / usbjo

Cevap

USBJO
Each letter in the word is shifted forward by 1 position in the English alphabet (+1 rule). Applying this pattern to TRAIN yields USBJO.

Adım Adım Çözüm

1
Analyze the rule used to transform BLOCK into CMPDL.
Each letter in BLOCK is replaced by its immediate next letter in the alphabetical order (+1 position shift): B → C, L → M, O → P, C → D, K → L.
Determining the pattern is necessary to encode new words.
2
Apply the same +1 shift rule to each letter of TRAIN.
T → U, R → S, A → B, I → J, N → O.
Applying the identified pattern consistently yields the correct encoded string.

Anahtar Kavram

Forward Letter Shifting (+1 Pattern)
Bu soruyu puanla