A certain code writes 'hello' as 'hll'. What is 'world' written as?
Q1. A certain code writes 'hello' as 'hll'. What is 'world' written as?
Answer: wrd
Explanation: The vowels are removed. 'hello' becomes 'hll', so 'world' becomes 'wrd'. NET aptitude items reward fast recognition of the underlying pattern.