Tuesday 2 June 2020

UGC NET Computer Science December 2019 | Question 16

Question 16
In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' will be written as
  1. 1. UOIEA
  2. 2. AETOU
  3. 3. CGKQW
  4. 4. WQEKGC
Answer : 1. UOIEA

Explanation Question 16

The given code "AEIOU" can be writtens as "TNHDZ" after replacing the each alphabet by its previous alphabet and then reverse obtained string

For String : AEIOU to TNHDZ
1. Given string:AEIOU
2. String after taking previous AlphabetsZDHNT
3. Reverse above String:TNHDZ

Similarly for string: BFJPV to UOIEA
1. Given string:BFJPV
2. String after taking previous AlphabetsAEIOU
3. Reverse above String:UOIEA

So, option 1 "UOIEA" is correct answer

PreviousNext
UGC NET CS December 2019 - Question 15UGC NET CS December 2019 - Question 17

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts