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 BOAT according to this code?

BOAT

  1. 2, 15, 1, 20

  2. 2, 14, 1, 19

  3. 2, 14, 1, 18

  4. 2, 13, 1, 20

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, 1, 20

Keep practicing — related questions

  • If A = 1, B = 2, C = 3 and so on, how will you write the word BONE according to this code?
  • If A = 1, B = 2, C = 3 and so on, how will you write the word SAFE according to this code?
  • data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?
  • 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...
  • Which of the following are Java reserved words? 1. run 2. import 3. default 4. implement
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy