Question
In each of the following questions, select a figure
from amongst the four alternatives, which when placed in the blank space of figure (X) would complete the pattern.Solution
The correct answer is D
In data analytics, what is the primary purpose of sentiment analysis?
Which of the following is NOT a method for handling deadlocks?
In the context of ADTs, what does "polymorphism" refer to?
Which type of memory can be electrically erased and reprogrammed in blocks or sectors?
Which of the following power plants relies on the fission of uranium atoms to generate heat?
The best case time complexity of selection sort?
In relational algebra, which operation is used to combine two relations and eliminate duplicate rows?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
Which of the following is an example of an ADT for storing data?
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?