Verbal Reasoning - Coding and Decoding with alphabets- questions with answers


Level 1: Simple Complexity


<-- Back to Coding and Decoding Next to Coding and Decoding (Medium Complexity) -->





  1. If JACK is coded as IZBJ, what will JILL be coded as?
    1. IJKK
    2. IHKK
    3. HJMM
    4. HINN
    View Answer

    Answer: B. IHKK

    Explanation: Each alphabet is coded as one character before it in the alphabet sequence. J -> 10 is coded as I -> 9
    A -> 1 is coded as Z -> 26 (circular queue)
    C -> 3 is coded as B -> 2
    K -> 11 is coded as J-> 10


  2. If EDUCATION is coded as ZPKRGDXIM, what will TUNE be coded as?
    1. RDMN
    2. GDMZ
    3. DKMZ
    4. PRDM
    View Answer

    Answer: C. DKMZ

    Explanation: There is no analogy in the coding scheme. Simply pick the code for the corresponding alphabets from the given word EDUCATION and use them to code TUNE.
    E -> Z
    D -> P
    U -> K
    C -> R
    A -> G
    T -> D
    I -> X
    O -> I
    N -> M


  3. If NIKHIL is coded as YEMSED, and RAM is coded as OWG, what will MAHI be coded as?
    1. GWSE
    2. GDSY
    3. DSEY
    4. DGSE
    View Answer

    Answer: A. GWSE

    Explanation: There is no analogy in the coding scheme. Simply pick the code for the corresponding alphabets from the given words and use them to code MAHI.
    N -> Y
    I -> E
    K -> M
    H -> S
    I -> E
    L -> D

    R -> O
    A -> W
    M -> G


  4. If SPANISH is coded as TQBOJTI, what will ENGLISH be coded as?
    1. DOHUJTI
    2. ROHAMIG
    3. RTHMIJT
    4. FOHMJTI
    View Answer

    Answer: D. FOHMJTI

    Explanation: Each alphabet is coded as one character ahead of it in the alphabet sequence. Hence, ENGLISH will be coded as:
    E -> F
    N -> O
    G -> H
    L -> M
    I -> J
    S -> T
    H -> I



  5. If EDUCATION is coded as GDWCCTKQN, what will ENTHUSIASTIC be coded as?
    1. KGEORTHWTSJK
    2. GNTHWSKCSTKC
    3. QKNYTWHWSRK
    4. WGNTHKCSTKC
    View Answer

    Answer: B. GNTHWSKCSTKC

    Explanation: Each vowel is coded as the alphabet which is two characters ahead of it in the alphabet sequence. Consonants are left uncoded.


  6. If AMBITIOUS is coded as ALAISIOUR, what will RECORDED be coded as?
    1. QEBOQCEC
    2. EBWBOQCI
    3. NJEBOERT
    4. WERGDSQA
    View Answer

    Answer: A. QEBOQCEC

    Explanation: Each consonant is coded as the alphabet which is one character behind it in the alphabet sequence. Vowels are left uncoded.


  7. If GOODBYE is coded as HNNECZD, then what does SNDL stands for?
    1. ROCK
    2. RACE
    3. MAZE
    4. COLD
    View Answer

    Answer: A. ROCK

    Explanation: Each consonant is coded as the alphabet which is one character ahead of it in the alphabet sequence. Each vowel is coded as the alphabet which is one characters behind it in the alphabet sequence.


  8. Based on the following coding scheme, code the following word: - PERSONALIZED

    1. ETSWUXMSAKTL
    2. ETPWUXLUAKTL
    3. ETPWUXMSAKTL
    4. ETPUWXMSAKTL
    View Answer

    Answer: C. ETPWUXMSAKTL

    Explanation: Simply use the codes given in the coding table and replace each character.


  9. Based on the following coding scheme, what does OGOMKOPUXLAAS stands for?

    1. CONSCIOUSNESS
    2. ENERGETICALLY
    3. CONTEMPLATING
    4. DETERMINATION
    View Answer

    Answer: B. ENERGETICALLY

    Explanation: Simply use the codes given in the coding table and replace each character.


  10. Based on the following coding scheme, what does LTTMCBUHLPUCG stands for?

    1. APPROPRIATION
    2. FACTORIZATION
    3. AFFORESTATION
    4. APPROXIMATION
    View Answer

    Answer: D. APPROXIMATION

    Explanation: Simply use the codes given in the coding table and replace each character.



<-- Back to Coding and Decoding Next to Coding and Decoding (Medium Complexity) -->