Question:
If “ROAD” is coded as *4@# and “READ” is coded as *7@#, what is the code for “RAOD”?
यदि “ROAD” को *4@# और “READ” को *7@# के रूप में कूटबद्ध किया गया है, तो “RAOD” का कूट क्या है?
Options:
- a) *@#4
- b) *4#@
- c) *@4#
- d) *#@4
- a) *@#4
- b) *4#@
- c) *@4#
- d) *#@4
correct answer : c)
Explanation:
Comparing ROAD (*4@#) and READ (*7@#):
R = *
A = @
D = #
O = 4 and E = 7.
So, the code for RAOD is R(*) A(@) O(4) D(#) = *@4#.
ROAD (*4@#) और READ (*7@#) की तुलना करने पर:
R = *
A = @
D = #
O = 4 और E = 7.
अतः, RAOD का कूट R(*) A(@) O(4) D(#) = *@4# होगा।