Recent activity by Nishant Arora

1 answer
1
Which of the following represents the minimum number of states in DFA for given language :5 states6 states7 states8 statesI am being able to draw a DFA with 5 states but ...
2 answers
2
1. LL(k) grammars have one to one correspondance with DCFL's2. LR(k) grammars have one to one correspondance with CFL'sWhich of them is True and explain it bit clearly?
1 answer
3
What is the time complexibilty of the following code?Assume "statement" takes O(1) time.int x=0; int A(n) { statement; if (n==1) { return 1; } else { x += 4 A(n/2) + n2; ...
4 answers
5
2 answers
6
0 answers
9
i have used hypergeometric distribution but MADE Easy have used binomial theorem..we should use binomial when replacement are done na?my ans.0.6made easy ans:0.81
1 answer
10
2 answers
11
Consider unspanned blocking with 20 byte blocks. A file contains records of sizes 2,5,3,7,4,20 bytes. The percentage of space wasted if blocks are allocated for file is ...
1 answer
13
i think option should be B if it is left skewed..same type questionhttps://gateoverflow.in/974/gate2006-13
1 answer
15
1. L = {<M>|M is a TM and L(M) is countable}2. L = {<M>|M is a TM and L(M) is uncountable}what is the class of 1 and 2 recursive/RE/NOT RE
2 answers
18
L = { an bm cp dq , n != m or p != q }Is it inherently ambiguous or not????
0 answers
20
A computer system has a 36-bit virtual address space with a page size of 8K, and 4 bytes per page table entry.What is the maximum size of addressable physical memory in t...
3 answers
23
1 answer
26
In cartesian co-ordinate system,along the x axis two points p and q are selected uniformly at random in $\left [ 0,L \right ]$ where L 0.What is the probability of $\tex...
3 answers
27
An unbiased coin is tossed repeatedly and outcomes are recorded. What is the expected no of toss to get HT ( one head and one tail consecutively) ?
2 answers
28
How to slove this$\lim_{n\rightarrow \infty }\left ( 10^{n}+n^{20} \right )/n!$
1 answer
29
1. f(x)=|x|+ |x+1|+ |x+2| is diffrentiable at x= 1 How it 1 Please Explain ?
1 answer
30
$P\left ( x,y \right )\Rightarrow x+y=10$State true/false1.$\exists x\, \forall y \, \, P\left ( x,y \right )$.2.$\forall y\, \exists x\, \, P\left ( x,y \right )$if im w...