aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Coding Decoding Drill (Part I)
  • If A = 1, B = 2, C = 3 and so on, how will you write the ...
Multiple choice

If A = 1, B = 2, C = 3 and so on, how will you write the word BONE according to this code?

  1. 2, 15, 14, 5

  2. 2, 14, 15, 3

  3. 2, 15, 13, 5

  4. 2, 15, 14, 7

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In this coding scheme, one should decode by correlating a letter with its numerical equivalent given in the instruction part of the question.

2, 15, 14, 5

Keep practicing — related questions

  • If A = 1, B = 2, C = 3 and so on, how will you write the word SAFE according to this code?
  • If A = 1, B = 2, C = 3 and so on, how will you write the word BOAT according to this code? BOAT
  • What will be the answer of a,b,c,d after the following statement? a = 2 b = 3 c = 4 d = a + + b + + + c
  • What is the output of the following? SAY 'C1C2C3'X
  • Directions: For the word given above the table, match the dictionary definitions on the left (1, 2, 3, 4) w...
  • Match the following: | || |---|---| |Nutrient |Source | |a. Manganese|1. Water| |b. Hydrogen|2. Air| |c. Ca...
  • Match the following: | || |---|---| |Organisms|Organs for excretion| |a. Earthworm|1. Malpighian tubules| |...
  • What will be the output of the following C code? void main() { int fact=1,i; clrscr(); for(i=2;i<=8;i++) fa...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy