0 votes
0 answers
2
How many minimal expressions are possible?
2 votes
0 answers
5
Which of the following is correct?
0 votes
0 answers
6
0 votes
0 answers
7
What are the Errors Detected in the Semantic Phase explain with Examples?Some I know is type checking (incorrect variable type), non existent variables. array subscripts ...
0 votes
1 answer
8
Is this correct?Counting Semaphore can be implemented using a binary semaphore and normal machine instructions.
0 votes
1 answer
10
0 votes
0 answers
11
0 votes
1 answer
14
What is the minimum number of NOR gates required to implement this boolean function?A'B + A'CDB + AC'B + ABCAlso how many NAND gates required?Confirm answer am getting ze...
0 votes
0 answers
15
This is $(\ log \ n) ^{2} ?$ = (log(n))×(log(n))What about this?$\log ^{2} n ?$Is it same as $\log log \ n ?$
1 votes
1 answer
16
0 votes
3 answers
17
What is the time complexity of the following?for(i=0; i < n *n ; i = i *i)print("*");
0 votes
1 answer
18
Which if the following are correct? (Multiple Possible)A ExNOR (BC) = (A ExNOR B) (A ExNOR C)A ExOR (B + C) = (A ExOR B) + (A ExOR C)A ExNOR (B + C) = (A ExNOR B) + (A Ex...
1 votes
1 answer
19
Can number of states in minimized DFA be less than number of states than minimal NFA from which it is converted?
1 votes
0 answers
20