Computer Science, asked by amrithaadithya26281, 10 months ago

Q13. In a code language, if 'player' is coded as '119', then how will 'options' be coded in the same language? (a) 111 (b) 121 (c) 131 (d) 141

Answers

Answered by sdey4788
5

Answer:

131

Explanation:

Answered by AditiHegde
0

In a code language, if 'player' is coded as '119', then  the 'options' be coded in the same language as '150'.

  • Upon numbering the alphabets, we get,
  • A - 1, B - 2,...........Z - 26

  • 'player' is coded as '119'
  • P = 16
  • L = 12
  • A = 01
  • Y = 25
  • E = 05
  • R = 18
  • Upon adding all numbers we get:  
  • P + L + A + Y + E + R = 16 + 12 + 01 + 25 + 05 + 18 = 77  
  • But, given, 'player' is coded as '119'
  • So, 119 - 77 = 42.

  • Now, consider, 'options'
  • O = 15
  • P = 16
  • T = 20
  • I = 09
  • O = 15
  • N = 14
  • S = 19
  • Upon adding all the numbers:
  • O + P + T + I + O + N + S = 15 + 16 + 20 + 09 + 15 + 14 + 19 = 108
  • So, 108 + 42 = 150.
Similar questions