1
GATE CSE 1996
MCQ (Single Correct Answer)
+1
-0.3
The formula used to compute an approximation for the second derivative of a function $$f$$ at a point $${x_0}$$ is
A
$${{f\left( {{x_0} + h} \right) + f\left( {{x_0} - h} \right)} \over 2}$$
B
$${{f\left( {{x_0} + h} \right) - f\left( {{x_0} - h} \right)} \over 2h}$$
C
$${{f\left( {{x_0} + h} \right) + 2f\left( {{x_0}} \right) + f\left( {{x_0} - h} \right)} \over {{h^2}}}$$
D
$${{f\left( {{x_0} + h} \right) - 2f\left( {{x_0}} \right) + f\left( {{x_0} - h} \right)} \over {{h^2}}}$$
2
GATE CSE 1996
MCQ (Single Correct Answer)
+2
-0.6
Which one of the following is false? Read $$ \wedge $$ as AND, $$ \vee $$ as OR, $$ \sim $$ as NOT, $$ \to $$ as one way implication and $$ \leftrightarrow $$ two way implication.
A
$$\left( {\left( {x \to y} \right) \wedge x} \right) \to y$$
B
$$\left( {\left( { \sim x \to y} \right) \wedge \left( { \sim x \to \sim y} \right)} \right) \to x$$
C
$$\left( {x \to \left( {x \vee y} \right)} \right)$$
D
$$\left( {\left( {x \vee y} \right) \leftrightarrow \left( { \sim x \to \sim y} \right)} \right)$$
3
GATE CSE 1996
MCQ (Single Correct Answer)
+1
-0.3
A ROM is sued to store the table for multiplication of two $$8$$-bit unsigned integers. The size of ROM required is
A
$$256 \times 16$$
B
$$64\,K \times 8$$
C
$$4\,K \times 16$$
D
$$64\,K \times 16$$
4
GATE CSE 1996
MCQ (Single Correct Answer)
+2
-0.6
A solution to the Dining Philosophers Problem which avoids deadlock is
A
ensure that all philosophers pick up the left fork before the right fork.
B
ensure that all philosophers pick up the right fork before the left fork
C
ensure that one particular philosopher picks up the left fork before the right fork, and that all other philosophers pick up the right fork before the left fork
D
None of the above.
EXAM MAP