Question
In a certain language ‘dark knight before‘,
is written as ‘e@q8 o@g12 e#q12 ‘, then what does ‘o$z10’ stand for? Study the following information carefully and answer the questions given below.Solution
Here the code contains 2 letters, one symbol and a number. First letter represents a next vowel of the first letter of the word. Then symbol represents no. of vowels (if no. of vowels is 1, then code @, if it is 2, then code $, if it is 3, then code # and if it is 4, then code %). Next letter represents a previous consonant of second last letter of the word. Last number represents no. of letters in the word multiplied by 2. In the word ‘Lunar’ L → next vowel → o No. of vowels → 2 → $ Second last letter → z No. of the letters in the word → 5 × 2 → 10. Code for ‘lunar’ is o$z10.
Which of the following is used to enforce referential integrity?
Distributed transactions typically use which protocol for atomicity?
Which constraint ensures that a column contains only unique values, but allows NULL values?
During transaction before commit which of the following statements is done automatically in case of shutdown?
Which normal form removes transitive dependency?
Which SQL command is used to retrieve data from a table?
Which of the following best describes the control flow when a method in a subclass overrides a method in its superclass, and an object of the subclass i...
Which layer of the OSI model handles logical addressing and routing?
Which of the following operators is used to compare a value to a list of literal values that have been specified?
What does [aeiou] match in a regular expression?Â