1 answer
3
is this preemptive or non-preemptive?
0 answers
5
which is/are TRUE:1)All recursive lang are decidable problems?2)All decidable problems are recursive language?- is both of them are true? any proof please?
0 answers
7
Please mention proper approach to solve similar questions
4 answers
8
2 answers
10
1 answer
11
Consider there are n/logn min heap trees each of size logn. What will be the time complexity to find the smallest element and greatest element in these min heap trees res...
0 answers
12
0 answers
17
How to convert a floating point number from Number system X to Number system Y? Ex: Given a number .75, I need to convert to base 9, say. Please help.
1 answer
18
In which segment of memory layout the information about dynamic linked libraries is stored?
2 answers
24
Hash a list of $3$ keys into hash table with $20$ locations. What will be the probability of the event $A$ in which hashing the three keys causes a collision?$0.123$$0.14...
0 answers
30
Cache Doubt