0 votes
1 answer
1
There are Insert and Retrieve_Max operations on a set {}. for n such operations what is the time complexity of the efficient algorithm possible?$n^{2}$nlogn n logn
0 votes
0 answers
2
In which of the given operations, will a user level to kernel level switch, surely happen?Page FaultSystem CallSubroutine CallMalloc()
5 votes
2 answers
5
0 votes
2 answers
6
A relation is in 3NF if every non-prime attribute of R is fully functionally reliant on every key of RTRUEFALSE
1 votes
2 answers
7
What is the earliest stage compiler error for the following C code snippet:int x = @33;Lexical ErrorSyntax ErrorSemantic ErrorNone
0 votes
1 answer
12
Given set A= {a,b}$^3$What do the formed set look like and what is |A| (cardinility of A)
0 votes
1 answer
16
1 votes
1 answer
18
If a -ve weight cycle is reachable from source, the Dijkstra's algorithm gets into an infinite loop TRUEFALSE