1 votes
1
Find the complexity of the below function:function (int n){for (int i=0;i<n;i++) for (int j=i;j<i*i;j++) if(j%i==0){ for(int k=0;k<j;k++) ...
0 votes
6
Number of states in Minimal DFA that accepts Language L=$\left \{ ab^* a^* \cup (ab)^* ba\right \}$
0 votes
8
0 votes
10
what is the grammar generated by the complement of this DFA and what is the type?
0 votes
12
is it 5 or 4 ..?? some places i am finding it as 4 (number of cycles) and in some places it is given as 5(number of slots)..please confirm
0 votes
14
Find the regular expression No 2 a's and 2 b's should come together?
0 votes
15
Unix I-node has block size 8 KB and file possible with triple indirect is 128 GB. Number of bits disk block address contain is _________.
0 votes
16
The number of different orders are possible for elements 1, 2, 3, 4, 5, 6, 7 to be inserted in to empty AVL tree such that no rotation will be done and element ‘4’ is...
0 votes
17
A 3 bit down counter is used to control the output of the multiplexer as shown in the figure. The counter is intially at (101)2 then output of multiplexer will follow the...
0 votes
18
Is this expression correct?
0 votes
22
The value of -43 in 2’s complement is?Options:1.212.433.-214.None of the above
0 votes
23
Suppose the domain set of an attribute consists of signed 3 digit numbers. What is the percentage of reduction in storage space of this attribute if it is stored as an in...
0 votes
24
A) D flip-flopB) T flip-flopC) sequence detectorD)2-bit counter
1 votes
25
what is the meaning of k= (char *) (i*j)it will return k =(char *) (300)
0 votes
27
We are given a C function, mystery() as follows. void mystery(int m, int n) { while(m<=n) { m++; n ; } }Let X be the number of times the comparission inside the while loo...
0 votes
28
in case of comparision sort max possible is n(n-1)/2