In a certain code language, " ARRAY " is written as "19917". How is " LEARNING " written in that code language?*(A) 35194977(B) 3519467(C) 35195957(D) 35194957
Question
In a certain code language,
"ARRAY" is written as "19917". How is "LEARNING" written in that code language?
*(A) 35194977
(B) 3519467
(C) 35195957
(D) 35194957
Solution
To solve this problem, we first need to understand the coding pattern. In the English alphabet, A is the 1st letter, R is the 18th letter, and Y is the 25th letter. If we look at the code for "ARRAY", we can see that A is coded as 1, R as 9, and Y as 7. This suggests that the coding pattern involves subtracting the position of each letter in the alphabet from 27 (since there are 26 letters in the English alphabet and 27-1=26, 27-18=9, 27-25=2).
Following this pattern, we can find the codes for the letters in "LEARNING" as follows:
L (12th letter) would be coded as 27-12 = 15 E (5th letter) would be coded as 27-5 = 22 A (1st letter) would be coded as 27-1 = 26 R (18th letter) would be coded as 27-18 = 9 N (14th letter) would be coded as 27-14 = 13 I (9th letter) would be coded as 27-9 = 18 N (14th letter) would be coded as 27-14 = 13 G (7th letter) would be coded as 27-7 = 20
So, "LEARNING" would be coded as 152226913181320. However, this code is not listed in the options. It seems there might be a mistake in the question or in the provided options.
Similar Questions
In a certain code language, “YEARLY” is written as “BVZIOB”. What will be the code for “ANNUAL” in the same language?
In a certain code “EAST” is coded as “511920”,“THEN” is coded as “208514”, then how is the word “FROM” is coded ?Options6181513219121461811536185131None
In a certain code language, ‘NOTEBOOK’ is coded as 97. How will ‘REGISTER’ be written in that code?
What is the array index type? What is the lowest index? What is the representationof the third element in an array named a
How is an array initialized in C language?int (a)=[1,2,3];int a[3]={1,2,3};int a[]=new int[3]int a={1,2,3};
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.