1
GATE CSE 2006
MCQ (Single Correct Answer)
+2
-0.6
The $${2^n}$$ vertices of a graph $$G$$ correspond to all subsets of a set of size $$n$$, for $$n \ge 6$$. Two vertices of $$G$$ are adjacent if and only if the corresponding sets intersect in exactly two elements.

the number of vertices of degree zero in $$G$$ is

A
$$1$$
B
$$n$$
C
$$n + 1$$
D
$${2^n}$$
2
GATE CSE 2006
MCQ (Single Correct Answer)
+1
-0.3
If all the edge weights of an undirected graph are positive, then any subject of edges that connects all the vertices and has minimum total weight is a
A
Hamiltonian cycle
B
grid
C
hypercube
D
tree
3
GATE CSE 2006
MCQ (Single Correct Answer)
+2
-0.6
Let $$P, Q$$, and $$R$$ be sets. Let $$\Delta $$ denote the symmetric difference operator defined as $$P\Delta Q = \left( {P \cup Q} \right) - \left( {P \cap Q} \right)$$. Using venn diagrams, determine which of the following is/are TRUE.

($${\rm I}$$) $$P\Delta \left( {Q \cap R} \right) = \left( {P\Delta Q} \right) \cap \left( {P\Delta R} \right)$$
($${\rm I}{\rm I}$$) $$P \cap \left( {Q\Delta R} \right) = \left( {P \cap Q} \right)\Delta \left( {P \cap R} \right)$$

A
$${\rm I}$$ only
B
$${\rm I}$$$${\rm I}$$ only
C
Neither $${\rm I}$$ nor $${\rm I}$$$${\rm I}$$
D
Both $${\rm I}$$ and $${\rm I}$$$${\rm I}$$
4
GATE CSE 2006
MCQ (Single Correct Answer)
+2
-0.6
Consider the following first order logic formula in which $$R$$ is a binary relation symbol.
$$\forall x\forall y\left( {R\left( {x,\,y} \right) \Rightarrow R\left( {y,x} \right)} \right).$$

The formula is

A
Satisfiable and valid
B
Satisfiable and so is its negation
C
Unsatisfiable but its negation is valid
D
Satisfiable but its negation is unsatisfiable