Question
The base of a prism is an
equilateral triangle with a perimeter of 36 cm. If the height of the prism is 12 cm, calculate the volume of the prism.Solution
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