0 answers
3
1 answer
4
0 answers
5
If $A$ and $B$ are symmetric matrices of the same order, then $AB-BA$ isNULL matrixSymmetric matrixSkew symmetric matrixOrthogonal matrix
1 answer
6
Why this the following not a tautology? There is no case in which RHS is False and LHS is True.$\Bigl [ (\lnot p \land q) \land \bigl[ q \to (p \to q) \bigr ] \Bigr ] \to...
2 answers
9
Should we use Don't care terms while calculating POS expression?
0 answers
10
Online Site For practicing Relational Algebrahttps://dbis-uibk.github.io/relax/calc.htm
1 answer
12
If both of the algorithms A and B need O(nlogn) time then theyboth are equally efficient and finish in same amount of time.TRUE OR FALSE
2 answers
13
1) C,C++,JAVA are finite language or not 2) Every finite language are regular .it is true 3) All regular language are Finite
2 answers
15
S - aAa|bBb|epsilonA - C|aB - C|bC - CDE|epsilonD - A|B|abnew grammar after removing null, unit and useless productions is??
2 answers
16
How to check whether the language is regular or not ? { wxw | w,x belongs to (a+b)raise to +}
0 answers
17
please suggest me some good tutorials for AVL tree rotation.