Recent questions without answers

0 votes
0 answers
15181
0 votes
0 answers
15182
B Tree splitting for a 4-way or even m way ....Then I am confused which value goes up that is from which value becomes parent since there can be two middle elements for e...
0 votes
0 answers
15183
pls explain using waveform ..
2 votes
0 answers
15184
What is the worst case time complexity to sort on array A [0 to n] where the elements at index A [2i] (at even array index) is in its correct position ?(a) O(n2)(b) O(n l...
0 votes
0 answers
15185
GATE exam is online, so people are not allowed to take their question papers. So how do people calculate their marks? Does a copy of exam paper is mailed to the candidate...
0 votes
0 answers
15187
I think it's 64B block but still I'm not sure how to get the answer please provide a full explanation
2 votes
0 answers
15188
2 votes
0 answers
15190
which are P,NP,Np-complete,NP-hard problems what to read from this section
0 votes
0 answers
15192
how to Solve Any 3rd Degree Polynomial Equation ax3 + bx2 + cx + d = 0
4 votes
0 answers
15193
All elements of a 2x2 matrix "A" can have values either 0 or 1. The probability that any element gets a value (0 or 1) is 1/2. If all elements of this matrix are chosen a...
0 votes
0 answers
15194
what is normal form of the above que??
0 votes
0 answers
15195
0 votes
0 answers
15196
0 votes
0 answers
15197
How many ways we can distribut 12 similar items into 5 different boxes so that first two box will contain only even number of items and next three must contain more than ...
0 votes
0 answers
15199
Is isomorphism of graph in syllabus?
1 votes
0 answers
15200
0 votes
0 answers
15201
State True/False: "Result of a division operation in relational algebra can never be an empty relation".
0 votes
0 answers
15202
What is the time complexity of heapify and building a heap?
0 votes
0 answers
15203
Between a pair of IP addresses X and Y, what is the maximum number of simultaneous TCP connections possible?
0 votes
0 answers
15204
@ arjun sir for nlc application i have done sbi collect payment 2 days before but still nlc is showing fee paid status as not paid what to do now
1 votes
0 answers
15205
0 votes
0 answers
15206
Which of above three are valid. I know A3 is valid.
0 votes
0 answers
15207
What is language accepted by above PDA, where 0 is final state and 1 denotes non-final state ?
1 votes
0 answers
15208
I have solved it by some legacy method ! i want to know how to solve using combinatorics ??
1 votes
0 answers
15209
0 votes
0 answers
15210
Suppose there is an integer array m[4,5], address of m[0,0] is 1000, and m[0,3] is 1006. The address of m[3,4] is?the answer is given as 1038 what is wrong in my approach...