3 votes
33
A fair coin is tossed until one of 2 sides occurs twice in a row . Probability that the number of toses required is even is
3 votes
36
Q.5 What is the next number in the series? 12 35 81 173 357 ___
0 votes
37
Q). Consider the following code: Pid =$fork_1()$; If (Pid !=0) $fork_2()$; $fork_3()$;The number of total process created when above code is executed ...
2 votes
40
Q). Consider the following directed acyclic graph (DAG): The expression represented by above DAG is:(A) $a+a+(a+a+a)$(B) $a+a+(a+a+a+(a+a+a+a))$...
4 votes
44
The minimum number of $\text{JK}$ flip-flops required to construct a synchronous counter with the count sequence $(0, 0, 1, 1, 2, 2, 3, 3, 0, 0, \ldots)$ is _______.
0 votes
48
What is the chromatic number of Kn - e (complete graph with an edge removed)?
0 votes
49
Obtain the principal (canonical) conjunctive normal form of the propositional formula $$(p \wedge q) \vee (\neg q \wedge r)$$ where $\wedge$ is logical and, $\vee$ is inc...
1 votes
50
Consider the following language. L = {wxwy | x,y,w∈(a+b)+}How many states are there in equivalent NFA for ab...