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

  1. 6,19, 1, 5

  2. 1, 19, 6, 5

  3. 19, 1, 5, 6

  4. 19, 1, 6, 5

Reveal answer Fill a bubble to check yourself
D 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.

19, 1, 6, 5

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 BOAT according to this code? BOAT
  • If MACHINE is coded as 19, 7, 9, 14, 15, 20, 11, then how will you code DANGER
  • 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