ISRO CSE 2013


Question 1
Let A(1:8, -5:5, -10:5) be a three dimensional array. How many elements are there in the array A?
A
1200
B
1408
C
33
D
1050
Data Structure   Array
Question 2
The number of rotations required to insert a sequence of elements 9, 6, 5, 8, 7, 10 into an empty AVL tree is?
A
0
B
1
C
2
D
3
Data Structure   AVL Tree


Question 3
Opportunistic reasoning is addressed by which of the following knowledge representation?
A
Script
B
Blackboard
C
Production Rules
D
Fuzzy Logic
   
Question 4
The following steps in a linked list
p = getnode() 
info(p) = 10 
next (p) = list 
list = p
result in which type of operation?
A
Pop operation in stack
B
Removal of a node
C
Inserting a node
D
Modifying an existing node
Data Structure   Link List
Question 5
Shift reduce parsing belongs to a class of
A
Bottom up parsing.
B
Top down parsing.
C
Recursive parsing.
D
Predictive parsing.
Compiler Design   Parsing




There are 5 questions to complete.

Leave a Comment