In a question there is an relation between each of letter in a given word to the letters in option. You have to find out the exact code which represent a letter in the word written in lowercase and then write the position of the alphabet in alphabetic series.
AbOVE
(A) q (B) g (C) v (D) b (E) c
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In alphabetic series A=1, B=2, C=3 ,D=4.............................Z=26. And for each alphabet in word has particular alphabet in option. if we got relation between them then add 2 to number of the alphabet in odd place in word and 0 to number of the alphabet in the even place. A(1)+2=c(3), b(2)+0=b(2), O(15)+2=q(17), V(22)+0=v(22), E(5)+2=g(7) .