1
GATE CSE 2013
MCQ (Single Correct Answer)
+1
-0.3
Which one of the following expressions does NOT represent exclusive NOR of $$x$$ and $$y?$$
A
$$xy+x'y'$$
B
$$x \otimes y'$$
C
$$x' \otimes y$$
D
$$x' \otimes y'$$
2
GATE CSE 2013
MCQ (Single Correct Answer)
+1
-0.3
The smallest integer that can be represented by an $$8$$-bit number in $$2's$$ complement form is
A
$$-256$$
B
$$-128$$
C
$$-127$$
D
$$0$$
3
GATE CSE 2013
MCQ (Single Correct Answer)
+1
-0.3
Which one of the following functions is continuous at $$x = 3$$?
A
$$f\left( x \right) = \left\{ {\matrix{ {2,} & {if} & {x = 3} \cr {x - 1} & {if} & {x > 3} \cr {{{x + 3} \over 3},} & {if} & {x < 3} \cr } } \right.$$
B
$$f\left( x \right) = \left\{ {\matrix{ {4,} & {if} & {x = 3} \cr {8 - x} & {if} & {x \ne 3} \cr } } \right.$$
C
$$f\left( x \right) = \left\{ {\matrix{ {x + 3,} & {if} & {x \le 3} \cr {x - 4} & {if} & {x > 3} \cr } } \right.$$
D
$$f\left( x \right) = \matrix{ {{1 \over {{x^3} - 27}},} & {if} & {x \ne 3} \cr } $$
4
GATE CSE 2013
MCQ (Single Correct Answer)
+2
-0.6
What is the logical translation of the following statement?
"None of my friends are perfect."
A
$$\exists x\left( {F\left( x \right) \wedge \neg P\left( x \right)} \right)$$
B
$$\exists x\left( {\neg F\left( x \right) \wedge P\left( x \right)} \right)$$
C
$$\exists x\left( {\neg F\left( x \right) \wedge \neg P\left( x \right)} \right)$$
D
$$\neg \exists x\left( {F\left( x \right) \wedge P\left( x \right)} \right)$$