1 votes
43
4 votes
44
While(n>=1){n=n/20;n=n/6;n=10×n;n=n-10000;}Find time complexity.
2 votes
45
6 votes
46
Four couples decide to form a committee of four members. The number of different committees that can be formed in which no couple finds a place is? 10121416
5 votes
47
F(V,W,X,Y,Z) = Y+ XZ IS HAVING HOW MANY NO OF MINTERMS?
3 votes
50
L = {ambn | m+n is even or odd}, L is regular or not???
1 votes
53
Consider a relation R(ABCDE),with thd following functional dependencies:AB->CBC->DCD->EDE->AAE->BNo. Of super keys(including keys ) of the relation R is
4 votes
54
0 votes
57
Find the total number of prime implicants of the function F (w, x, y, z)=∑(0,7,8,15) which has the don’t-care conditions d (w, x, y, z)=∑( 1,2,5,6,9,10,12,...
2 votes
58
Let L be a Context Free Language. Even(L) is the set of all strings w in L such that |w| is even. What can you say about even(L)?(a) It will be regular(b) It will be cont...
0 votes
59
Please solve this question with proper explanation:$L=\{ w : \: n_a(w) = 2n_b(w) \}$
1 votes
63
0 votes
65
Q: how many no can be formed using 1,2,3,4,5,6,7,8,9 digits and without repeating the digits?Conditions are:1) it should be 4 digit no. 2) no should b...
0 votes
69
What is the difference between CPU clock cycle and CPU frequency?What is the relation between them?