Question
What approximate value will come in place of the
question mark (?) in the following question? (Note: You are not expected to calculate the exact value.) (19.98 of 74.98) ÷ 29.99 = ?– 19.98% of 124.99Solution
ATQ, (19.98 of 74.98) ÷ 29.99 = ?– 19.98% of 124.99 (20 of 75) ÷ 30 ~ ?– 20% of 125 1500 ÷ 30 ~ ?– 0.20 × 125 50 ~ ?– 25 ? ~ 75
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