1 votes
41
3 votes
42
I am getting 6 answer is given 5 Please verify anyone
2 votes
43
A B C3 5 NULL6 NULL 10NULL 10 512 NULL NULLSELECT * FROM R WHERE (A>=5) AND (B>C OR C>=5);NO OF TUPLES RESULTED BY QUERY?
2 votes
44
{a(kn)|k>=0 n is fixed digit} minimum no of states in DFAa) kb) nc) k+1d) n+1
3 votes
45
Match the following:$\begin{array}{} {} & {\textbf{List -I}} & {} & {\textbf{List-II}} \\ \text{a.} & \text{Indexed addressing} & \text{i.} & \text{is not used when ...
1 votes
46
15 randomly generated numbers can be sorted preferably by:heap sort insertion sort bubble sort
3 votes
47
1 votes
48
L={an bn ; n>=0, n is not multiple of 2}A.) CFL but not DCFLB.) Recursive but not CFLC.) DCFL hence a CFLD.) May or may ot be a CFL
0 votes
50
If a grammar G is not regular(i.e. neither left linear nor right linear) but G can be transformed into regular grammar G'(i.e. transformed into left or right linear ) ,t...
3 votes
52
State True/False:"deadlocks will never occur if resources are requested in the same order."
1 votes
55
which of the following is the minimum error code ?a)octal b)binary c)Gray d)Excess-3
1 votes
56
the amount of ROM needed to implement 4 bit multiplier/subtractor/adder/etc
2 votes
62
There are exactly ____ different finite automata with three states $x$, $y$ and $z$ over the alphabet $\{a,b\}$ where $x$ is always the start state$64$$256$$1024$$5832$
2 votes
63
The regular expression 0*(10*)* denotes the same set as(A) (1*0)*1*(B) 0 + (0 + 10)*(C) (0 + 1)* 10(0 + 1)*(D) none of these
3 votes
64
Which of the following regular expression identities are true ?(A) (r + s)* = r* s*(B) (r + s)* = r* + s*(C) (r + s)* = (r*s*)*(D) r* s* = r* + s*