0 votes
521
2 votes
523
The number of equivalence classes which exist for the following regular expression R are ______. $R=(a+b)^*b(a+b+\epsilon )$ what is the meaning of equivale...
4 votes
526
Q.19Consider the following function.What is the worst case running time of the function f for any positive value of n?O(1)O(n)O(n2)O(n3)
1 votes
528
we use huffman encoding to encode a b c with frequency fa fb fc.Which of the following code sequence is not possible?code 1={0,10,11}code 2={0,00,1}code 3={10,00,01}
0 votes
529
if system is in unsafe state then deadlock may or may not occurbut in bankers algorithm if system found in unsafe state how to check further for deadlock. explain with e...
0 votes
531
Q) Let $x$ be normal variable with mean $8$ and standard deviation $4$ then $p(X\leq5)$ is A). Greater than zero but less than $0.5$B). Greater than $0.75$C). Greater tha...
1 votes
532
what is meant by satisfy deadlock?free from deadlockORnot free from deadlock
1 votes
538
1 votes
539
how it is compiler errorint main(){extern int i;printf("%d ", i);{int i = 10;printf("%d ", i);}}(a) 0 10 (b) Compiler Error(c) 0 0 (d) 10 10ans b
1 votes
540
as i is initialized with 5 in main then how it becomes 0 please explain ?int main(){static int i=5;if( i){main();printf("%d ",i);}}op = 0000
1 votes
542
What it means ?int (*p)[R][C];
1 votes
544
There are worms inside some ripe mangoes.
2 votes
545
Translate each of these statements into logical expressionsusing predicates, quantifiers, and logical connectives.a) No one is perfect.b) Not everyone is perfect.c) All y...
4 votes
546
consider unspanned blocking with 20 byte blocks. A file contains records of sizes 2,5,3,7,4,20 bytes.the percentage of space wasted if blocks are allocated for file is?my...
8 votes
547
1 votes
549
4 votes
550
The number of $4$ digit numbers having their digits in non-decreasing order (from left to right) constructed by using the digits belonging to the set $\{1, 2, 3\}$ is ___...