0 votes
1
Sort The Following Sequence of input using Heap sort.{ 10 , 2 , 1 , 5, 3 ,8 ,11,24 ,7 }Please show the output at every pass because i am getting confused.
0 votes
2
Are Gate 2006 questions really tough?I'm hardly able to solve few questions.How should I approach such questions.
1 votes
3
1 votes
4
What is Abstract Syntax Tree(AST)?Difference between AST and parse tree?At which phase of compiler such trees are created?Who is the condensed form of whom?
1 votes
6
A min heap having 1024 distinct elements with keys ranging from 0 to 1023 is stored in array of 1024 indices. The maximum difference between the keys of all the element t...
4 votes
9
How many gate delays are there in overflow for ripple carry adder?
6 votes
10
A logical binary relation $\odot$, is defined as follows: $$\begin{array}{|l|l|l|} \hline \textbf{A} & \textbf{B}& \textbf{A} \odot \textbf{B}\\\hline \text{True} & \text...
3 votes
11
2 votes
12
1 votes
13
0 votes
14
Ten fair dice are rolled. What is the probability that:a) At least one $1$ appears.
1 votes
15
Let $X$ be the number of Heads in $2$ fair coin tosses. Determine its p.m.f.
2 votes
17
1) Do the threads of a process share the same physical and logical address?2) Are they both accessible by the same address?
3 votes
18
Let $X$ be a random variable with $P(X=1) =0.2, P(X=2) = 0.3$, and $P(X=3) = 0.5$. What is the expected value of $X$?
3 votes
19
1 votes
20
f(n)=2(log2 n)2 , g(n)=log2n+1How to give relation between them?.
2 votes
21
if L1,L2,.... are any recursively enumerable subsets of Σ*, then the union of Li's is Recursive enumerable.whether the above statement is true or false?
24 votes
22
Find a solution to the following recurrence equation:$T(n)=\sqrt{n}+T\left(\frac{n}{2}\right)$$T(1)=1$
0 votes
24
Files that are related to input/output and are used to model serial $\text{I/O}$ devices such as terminals, printers and networks are called:regular filescharacter specia...
2 votes
26
Find the time complexity using Master's theorem : (Also mention if Master's theorem can't be applied why not?)T(n)=2T(n/2)+nlogn
2 votes
27
If (G,*) is a cyclic group of order 81 then number of generators in G is????
1 votes
28
Solve using Master's Theorem$T(n)=T(n/2)+$ 2n