ISRO CSE 2016
Q21.
The simplified SOP (Sum of Product) from the Boolean expression(P + \bar{Q} + \bar{R}) . (P + {Q} + R) . (P + Q +\bar{R})isQ24.
The minimum number of \text{NAND} gates required to implement the Boolean function A + A\bar{B} + A\bar{B}C is equal toQ26.
A given connected graph G is a Euler Graph if and only if all vertices of G are ofQ27.
f (G,.) is a group such that (ab)^{-1}=a^{-1}b^{-1},\forall a,b \in G, then G is a/anQ28.
Which one of the following is correct about the statements given below? I. All function calls are resolved at compile time in C lang II. All function calls are resolved at compile time in C++ langQ29.
A Hash Function f defined as f(key)=keymod7. With linear probing while inserting the keys 37,38,72,48,98,11,56 into a table indexed from 0, in which location key 11 will be stored (Count table index 0 as 0^{th} location)?Q30.
For a binary half-subtractor having two inputs A and B, the correct set of logical outputs D(=A minus B) and X(=borrow) are