Question
In a certain code language, ‘TROUPS’ is coded as
‘VRXQUV’, ‘DEFINE’ is coded as ‘HPLHHF’. What is the code for ‘SALUTE’ in that code language?Solution
The pattern followed here is as follows: First, all the letters of the words are written in reverse order and then all the letters at odd positions are changed to third succeeding letter and all the letters at even positions are changed to second succeeding letter from the left end as per English alphabetical series.
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array