0 answers
1
How many n length base 10 numbers are there with at least 3 zeros?
0 answers
2
Is this the correct minimal DFA for a language over {a, b}, which accepts set of all strings in which every 'a' is followed by a 'b'?
1 answer
3
N=2^2^k; where k>0;For(i=1;i<n;i++){J=2;While (j<=n){J=j^2;}}What is the time complexity
1 answer
4
what is difference between full outer join and cross product?
2 answers
5
Given two languages L1 = Φ and L2 = {a}. What is the representation of L1L2*UL1*?
1 answer
7
1 answer
8
0 answers
9
Plz explain both queries!
0 answers
10
Consider the following sets:L1 = {apbq | p+q $\geqslant$ 106}L2 = {ambn | m-n $\geqslant$ 106}p,q,m,n $\in \mathbb{N}$A. Both L1 and L2 are regularB. L1 is regular and L2...
2 answers
11
L1 ={ a^pb^q | p+q>=10^6}L2= { a^mb^n | m-n>=10^6} i m not getting this can someone help me with this
3 answers
12
What would be the worst case time complexity to build binary search tree with given arbitrary n elements?A) O(nlogn)B) O(n)C) O()D) O(log n)
2 answers
14
FInd the time period of square wave produced by this circuit:Given that each NOT gate has 2 nanosec delayA. 6 nsB. 12 nsC. 14 nsD. 16 ns
0 answers
15
I am facing problem specifically for multi level page table in order to interpret the data can someone tell me from where i can imrpove viz. resources or video lectures
1 answer
17
A person has 8 friends, of whom 5 will be invited to a party.How many choices if 2 of the friends will only attend together??
2 answers
18
In which of the following sections the value of Program Counter of a process is stored?a) Textb) Datac) Process control blockd) Heap
3 answers
19
Which of the following algorithm leads convoy effect?FCFS SJF Priority scheduling All of the above
2 answers
20
which of the below are CFL:a. L1 ={a^i b^j c^k |( i<=j or j<=i), j=k}b.L2 = {a^m b^nc^n d^m | m is not equals to n}whether CFL or DCFL....please explain
2 answers
23
How many 4*1 mux required to implement 8*1 Mux ?
1 answer
24
Which of the following is not a boolean Algebra(a) D40 (b) D66(c) D210 (d) D646