ISRO Scientist/Engineer Question Paper Computer Science 2013

Getting started with ISRO Scientist/Engineer Question Paper (Computer Science) – 2013

1. Question
Let A(1:8,-5:5,-10:5) be a three dimensional array. How many elements are there in the array A?




Answer
2. Question
The number of rotations required to insert a sequence of elements 9,6,5,8,7,10 into an empty AVL tree is ?




Answer
3. Question
Opportunistic reasoning is addressed by which of the following knowledge representation




Answer
4. Question
The following steps in a linked list
p=getnode()
info (p) = 10
next (p) = list
list = p
result in which type of operation?




Answer
5. Question
Shift reduce parsing belongs to a class of




Answer