3 votes
84
Consider the language given below$L=\left \{ \left \langle M \right \rangle |M\ is\ TM \ and \ |L(M)|\ is\ prime\right \}$ is it deciable or not ? Explain with fact ?
6 votes
85
I am getting 25..but ans given 20...please chk once
2 votes
87
Which of the following statements produce a compile time error in C?int a = sizeof 3;*(1000) = 5;int a = 5; ((int)a)++;int b = 5, *a = &b; ((int*)a)++;1, 2 and 32 only2, ...
3 votes
89
when we do double "signal(S)" operation on a Binary semaphore'S' provided initial value of S=0, will the value of 'S' be 2 or it remains 1?
6 votes
90
6 votes
92
9 votes
93
6 votes
94
Q : One basic doubt that is coming to my mind is whether number of splits in the process of insertion in B+ Tree indexing going to change if we consider left biasing and ...
9 votes
96
Difference between with clear exampleHadrware Interrupt, External InterruptSoftware Interrupt, Internal Interrupt
3 votes
101
2 votes
103
5 votes
105
Consider a complete graph on 10 vertices. Minimum no. of edge removals required to make a tree out of it will be ____
7 votes
107
Consider a complete graph of 10 vertices. The minimum no. of edge removals required to make the graph disconnected is ______
6 votes
109
Is an array that is sorted in decreasing order a max-heap?always yesalways nosometimes onlyyes but not in presence of duplicates