InterviewSolution
Saved Bookmarks
| 1. |
The letters in a word are replaced by certain other letters according to a specific rule to form its code. Answer the following questions accordingly.1. In a certain code “NEW YORK” is written as 111, how “NEW JERSEY” will be written in that code ?1) 1042) 1243) 1344) 1142. In a certain code “MADRAS” is coded as NBESBT, how “BOMBAY” will be coded in that code ?1) CPNCBX2) CPNCBZ3) CPOCBZ4) CQOCBZ3. If a “WORD” is coded as 2135184, then how “SIMPLE” will be coded in that code ?1) 19913161232) 19913161243) 19913161254) 19913161264. In a certain code language “La Ka Ta” means “go and swim” and “Ne La Se” means “you swim here” and “Pe Ke Ne Ta” means “he and you go”. Which of the following is the code for “here” in that code ?1) Se2) Ne3) Ke4) Ta5. If E is coded as V, D is coded as Q, N is coded as Z, G is coded as T, R is coded as I and A is coded as M. Which of the following will be the correct form of word “DANGER” ?1) QMZIIV2) QMZTIV3) QMZITV4) QMZTVI |
|
Answer» 1. 2) 124 Assign numbers to alphabets and add them. 2.2) CPNCBZ Replace each alphabet in BOMBAY with the next alphabet. 3.3) 1991316125 Replace each alphabet with is number. 4.3) 1991316125 Swim – La, you – Ne. So here is Se. 5.4) QMZTVI D → Q, N → Z, G → T, E→ V, R → I. |
|