ISRO Scientist/Engineer Question Paper Computer Science 2013

31. Question
Which of the following number of nodes can form a full binary tree?




Answer
32. Question
What is the matrix transformation which takes the independent vector egin{bmatrix}  1  \  2end{bmatrix} and egin{bmatrix}  2  \  5end{bmatrix} and transforms them to egin{bmatrix}  1  \  1end{bmatrix} and egin{bmatrix}  3  \  2end{bmatrix} respectively?




Answer
33. Question
In 8086, the jump condition for the instruction JNBE is?




Answer
34. Question
How many number of times the instruction sequence below will loop before comming out of the loop?

A1 : MOV AL,00H
INC AL
JNZ A1




Answer
35. Question
In 8085 microprocessor, the ISR for handling trap interrupt is at which location?




Answer