2 answers
2
For integer values of $n$, the expression $\frac{n(5n + 1)(10n + 1)}{6}$Is always divisible by $5$.Is always divisible by $3$.Is always an integer.None of the above
1 answer
18
Consider the following 3 processes with 3 binary semaphores with initial values $S_{0}=0, S_{1}=0, S_{2}=1$$$ \begin{array}{|c|c|c|} \hline \textbf{P} & \textbf{Q} & \tex...
3 answers
23
Which among the following services is provided by the transport layer?Recovery from message loss.End to end delivery of individual messages.Correct order message delivery...
1 answer
25
3 answers
27
Whether LR(1) grammar is same as that of CLR(1) grammar. If yes then please explain and if not then what is the difference between them?
2 answers
28
1 answer
29
Does (P ⋁ Q) ⋀ (R ⋁ S) and (P ⋀ R) ⋁ (Q ⋀ S) are equivalentand also can we write (P ⋀ R) ⋁ (Q ⋀ S) as (P ⋁ ...
4 answers
30
What will COUNT(*) returns if all the collection has only null values???