Question
The code ‘W28 $’ is the code word
for Study the following information to answer the given questions: In a certain code language, ‘ greatest naturally religious assertion ’ is written as E8 $ Y19 $ J32 & K10 $ ‘ progress regressive reveals provision’ is written as K23 $ P33 & K19 & K19 & ‘ outrage supporters reason margins’ is written as Z31 & L20 & Y12 & K19 $ ‘ deepening electricity subscribe values ’ is written as W15 $ A23 $ R16 $ K23 $Solution
Letter = reverse of last letter + 3 Number = sum of 2nd letters from left and right in a word Symbol = Number of letters If no. of letters is even then = & If no. of letters is odd then = $
Which company originally developed the Go programming language?
Which type of tree structure is optimized for sequential access and range queries?
Which error detection technique involves appending redundant bits to the data to be transmitted?
The configuration, in which no difference between memory and I/O devices is seen by the CPU, is referred to as ___.
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
In dynamic routing, how do routers exchange information about network topology?
The result evaluating the postfix expression 10 5 + 60 6/ * 8 – is
What is the primary strategy of a divide-and-conquer algorithm?
Which of these interpolation methods uses unequal intervals?
- In a _________each element has a priority value associated with it