1 answer
2
Which of the following is not needed by an encryption algorithm used in Cryptography?$\text{KEY}$MessageCiphertextUser details
0 answers
4
Is there any method to check equivalence of two regular expressions other than checking all strings of two set?I mean sometimes I may miss a string.
1 answer
5
What will be the time complexity of a function f(n) = n^-2 i.e. pow (n,-2) ?
0 answers
7
1 answer
8
The problem of finding the set of vertices reachable from a given vertex in a graph can be solved in timeA. O(|V|^2)B. O(|V| + |E|)C. O(|V||E|)D. none of these
1 answer
9
What is the expected no. of heads that come up when fair coin is flipped five times?
6 answers
10
Which one is greater in asymptomatic notation?1)n 2)(log n)100
1 answer
15
how many times middle loops execute for bound =1,2,......n.
1 answer
16
anyone elaborate the reason for each stall cycles.
1 answer
17
A Sequence of nos. $<1, 2, 3, 4, ..... 10 $ is permuted randomly. What is the probability that all odd nos. appear before all even nos. I am getting $\frac{5! * 5!}{10!}$...
2 answers
18
sum=0; for(i=0;i<n;i++) for(j=0;j<i*i;j++) for(k=0;k<j;k++) sum++;
1 answer
20
A team of 11 needs to be selected from 8 bolwers and 8 batsmen, a random selection is made. What is the probablility that the selected team has more bowlers than bastsmen...
3 answers
21
Assume undirected graph G is connected . G has 6 vertices and 10 edges. Find the minimum number of edges whose deletion from graph G is always guaranteee that it will bec...
3 answers
22
What is the use of Valid bit if we have a TAG comparator in Direct Mapped cache ?
1 answer
23
Why doesn't the small $\theta$ notation exists ?
1 answer
24
f(n)=o(g(n)) if and only ifa) g(n)=Ω(f(n))b) g(n)=ω(f(n))c)g(n)=Ω(f(n)) and g(n)=ω(f(n))
2 answers
25
A $\phi$ (empty) relation on any set $A$ is not reflexive because for every $ a \in A$, $(a, a) \notin \phi$, but $\phi$ is a symmetric as well as transitive relation on ...
1 answer
26
Let f : A → B and g : B → C denote two functions. If the function gof : A → C is a surjection and g is an injection, then function f is ______.(a)injection(b)surjec...