6 votes
5
Suppose we want to pick two numbers from {1,2……,100} randomly . The probability that sum of the two numbers is divisible by 5 is _________________
5 votes
6
A pipelined Processor contains 5 instructions stages of execution times 120ns, 160ns, 105 ns, 135ns and 155ns with a register delay 10ns on each stage. What is the percen...
0 votes
10
A man alternately tosses a coin and throws a dice, beginning with the coin. Then probability that he will get a head before he gets a 5 or 6 on dice is1) 1/42) 3/43) 4/54...
3 votes
12
The number of possible finite automaton with 3 states a0, a1 and a2 where a0 is always initial state over the alphabet {p, q} which accept empty language is _______
1 votes
13
Test the consistency of the following system of equations$5x + 3y + 7z = 4 $$3x + 26y + 2z = 9$$7x + 2y + 10z = 5$
1 votes
15
The average number of comparisons made by binary search for an unsuccessful search in array A
2 votes
16
How many 5 letter (lower case) passwords are possible with with at least 2 'a's?
3 votes
18
Let L1 = $0^+1^+$ and L2 = $(01)^+$, $L3 = \frac{L1}{ L2^*}$. The number of state needed for minimal DFA are _____.
1 votes
19
int main() { int a =50; switch(a) { default: a=45; case 49: a++; case 50: a ; case 51: a =a+1; } printf("%d",a); }my doubt is the default case is not executed here why??,...
0 votes
20
The number of real roots of the equation $2 \cos \big(\frac{x^2+x}{6}\big)=2^x+2^{-x}$ is$0$$1$$2$$\infty$
1 votes
21
How many complex numbers $z$ are there such that $\mid z+1 \mid = \mid z+i \mid$ and $\mid z \mid =5$?$0$$1$$2$$3$
4 votes
22
2 votes
25
The coefficient of in the expansion of is
2 votes
26
0 votes
27
now if we use sin^2 x=(1-cos2x)/2then we are not getting solution like this please check
3 votes
30
Minimum states required for DFA that accepts : L = {w1 x w2 | w,x belongs to {a,b}* | w1 >= 0, w2 1 and x >= 0 }.