1
GATE CSE 2013
MCQ (Single Correct Answer)
+1
-0.3
An index is clustered, if
A
It is on a set of fields that form a candidate key.
B
It is on a set of fields that include the primary key.
C
The data records of the file are organized in the same order as the data entries of the index.
D
The data records of the file are organized not in the same order as the data entries of the index.
2
GATE CSE 2013
MCQ (Single Correct Answer)
+1
-0.3
In the following truth table $$V=1$$ if and only if the input is valid. GATE CSE 2013 Digital Logic - Combinational Circuits Question 19 English

What function does the truth table represent?

A
Priority encoder
B
Decoder
C
Multiplexer
D
Demultiplexer
3
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$$
4
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'$$