1
GATE ECE 2005
MCQ (Single Correct Answer)
+2
-0.6
Given the matrix $$\left[ {\matrix{ { - 4} & 2 \cr 4 & 3 \cr } } \right],$$ the eigen vector is
A
$$\left[ {\matrix{ 3 \cr 2 \cr } } \right]$$
B
$$\left[ {\matrix{ 4 \cr 3 \cr } } \right]$$
C
$$\left[ {\matrix{ 2 \cr { - 1} \cr } } \right]$$
D
$$\left[ {\matrix{ { - 2} \cr 1 \cr } } \right]$$
2
GATE ECE 2005
MCQ (Single Correct Answer)
+2
-0.6
If $$A = \left[ {\matrix{ 2 & { - 0.1} \cr 0 & 3 \cr } } \right]$$ and $${A^{ - 1}} = \left[ {\matrix{ {{\raise0.5ex\hbox{$\scriptstyle 1$} \kern-0.1em/\kern-0.15em \lower0.25ex\hbox{$\scriptstyle 2$}}} & a \cr 0 & b \cr } } \right]$$ then $$a+b=$$
A
$${7 \over {20}}$$
B
$${3 \over {20}}$$
C
$${19 \over {60}}$$
D
$${11 \over {20}}$$
3
GATE ECE 2005
MCQ (Single Correct Answer)
+2
-0.6

Consider an 8085 microprocessor system


If in addition following code exists from 0109H onwards ORI 40H, ADD M What will be the result in the accumulator after the last instruction is executed
A
40H
B
20H
C
60H
D
42H
4
GATE ECE 2005
MCQ (Single Correct Answer)
+2
-0.6

Consider an 8085 microprocessor system


The following program starts at locaton 0100H.
LXI SP, 00FF
LXI H, 0107
MVI A, 20H
SUB M

The contents of accumulator wnen the program counter reaches 0109H is

A
20H
B
02H
C
00H
D
FFH.