Question 1 |
Let A(1:8, -5:5, -10:5) be a three dimensional array. How many elements are there in the array A?
1200 | |
1408 | |
33 | |
1050 |
Question 1 Explanation:
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?
0 | |
1 | |
2 | |
3 |
Question 2 Explanation:
Question 3 |
Opportunistic reasoning is addressed by which of the following knowledge representation?
Script | |
Blackboard | |
Production Rules | |
Fuzzy Logic |
Question 3 Explanation:
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?
Pop operation in stack | |
Removal of a node | |
Inserting a node | |
Modifying an existing node |
Question 4 Explanation:
Question 5 |
Shift reduce parsing belongs to a class of
Bottom up parsing. | |
Top down parsing. | |
Recursive parsing. | |
Predictive parsing. |
Question 5 Explanation:
There are 5 questions to complete.