Recent activity by abhilashpanicker29

2 answers
3
Choose the most appropriate alternative from the options given below to complete the followingsentence:Food prices ___ again this month.have raisedhave been raisinghave b...
1 answer
4
1 answer
5
Consider the following sentences :1. Static allocation binding do not change at run time2. Heap Allocation allocate and deallocate at run timeWhich of the above is true ?...
2 answers
6
Hash tables can contribute to the following problems except1) Counting distinct values2) Dynamiic dictonary3) Symbol table look up4) Range search
2 answers
8
1 answer
10
what is the use of automata in computer science?
20 answers
11
1 answer
13
1. What is equivalence relation? 2. How can u represent equivalence. relation with a data structure? 3. Which data structure? how efficient? How can u test for. equivalen...
1 answer
14
The number of ways in which $2n$ white and $2n$ black balls can be arranged such that no consecutive $n$ white balls are together, is${}^{2n+1}C_2 + {}^{4n}C_{2n}$${}^{2n...
1 answer
15
After the discussion, Tom said to me, 'Please revert!'. He expects me to __________.RetractGet back to himMove in reverse Retreat
2 answers
17
Let $f(x, y) = x^{n}y^{m} = P$. If $x$ is doubled and $y$ is halved, the new value of $f$ is$2^{n-m}P$$2^{m-n}P$$2(n - m)P$$2(m - n)P$
2 answers
18
In a sequence of $12$ consecutive odd numbers, the sum of the first $5$ numbers is $425$. What is the sum of the last $5$ numbers in the sequence?
3 answers
19
2 answers
20
Consider following disk request sequence for a disk with 100 tracks.44, 20,95,4,50,52,47,61,87,25Head pointer starting at 50. Find the no. of head movements in cylinders ...
3 answers
21
1 answer
22
How many real links are required to store a sparse matrix of 10 rows , 10 columns ,and 15 non zeros entries.(pick up the closest answer)
1 answer
26
How many key comparisons are there , what is the lower bound and upper bound ? For calculating the lower bound , should we consider the case when the keys are all in non-...
1 answer
27
the worst case time complexity of quicksort for an elements when the median is selected as the pivota. o(n^2)b.o(n)c.o(nlogn)d.o(logn)
3 answers
29
'Advice' is _________.A verb A noun An adjective Both a verb and a noun
1 answer
30
In which of the following options will the expression $P < M$ be definitely true? $M < R P S$ $M S < P < F$ $Q < M < F = P$ $P = A < R < M$