CS301-Midterm
1 / 50
AVL Tree is,
2 / 50
A tree is an AVL tree if
3 / 50
bool LessThan( SomeClass anotherObject ); Which of the following tests in the client code correctly compares two class objects alpha and beta?
4 / 50
In a program a reference variable, say x, can be declared as
5 / 50
Which of the following can be used to reverse a string value,
6 / 50
We access elements in AVL Tree in,
7 / 50
is a binary tree where every node has a value, every node's left subtree contains only values less than or equal to the node's value, and every node's right subtree contains only values that are greater then or equal ?
8 / 50
Which of the following is Non Linear Data Structure?
9 / 50
The expression AB+C* is called?
10 / 50
The operation for removing an entry from a stack is traditionally called:
11 / 50
12 / 50
Which one of the following statements is correct?
13 / 50
Which one of the following calling methods does not change the original value of the argument in the calling function?
14 / 50
Which statement of the following statements is incorrect?
15 / 50
Which one is a self- referential data type?
16 / 50
Consider the following sequence of push operations in a stack: stack.push(’7’); stack.push(’8’); stack.push(’9’); stack.push(’10’); stack.push(’11’); stack.push(’12’);
17 / 50
Each node in Binary Search Tree has
18 / 50
What statement changes currentNode so that it refers to the next node?
19 / 50
The operation for adding an entry to a stack is traditionally called :
20 / 50
What is the maximum depth of recursive calls a function may make?
21 / 50
Suppose n is the number of nodes in a complete Binary Tree then maximum steps required for a search operation are,
22 / 50
Which one of the following statements is NOT correct?
23 / 50
Which one is INCORRECT?
24 / 50
25 / 50
Where does the push member function place the new entry in the array?
26 / 50
Which one of the following is correct in respect of the above statements regarding the Binary trees?
27 / 50
Queue follows,
28 / 50
29 / 50
The nodes with no successor are called _________
30 / 50
31 / 50
An array is a group of consecutive related memory locations.
32 / 50
In which of the traversal method, the recursive calls can be used to traverse a binary tree ?
33 / 50
Which of the following is a non linear data structure?
34 / 50
A binary search tree should have minimum of one ________ node/s at each level,
35 / 50
There is/are case/s for rotation in an AVL tree,
36 / 50
Which one of the following is a valid postfix expression?
37 / 50
Each node in doubly link list has,
38 / 50
Is a data structure that can grow easily dynamically at run time without having to copy existing elements?
39 / 50
40 / 50
_________ is a binary tree where every node has a value, every node's left subtree contains only values less than or equal to the node's value, and every node's right subtree contains only values that are greater then or equal?
41 / 50
Parameters in function call are passed using,
42 / 50
43 / 50
44 / 50
________ is the maximum number of nodes that you can have on a stack-linked list ?
45 / 50
Which one of the following operators has higher priority than all of others?
46 / 50
Which of the above is/are related to normal queues?
47 / 50
48 / 50
In the linked list implementation of the stack class, where does the push member function places the new entry on the linked list?
49 / 50
In an array list the current element is
50 / 50
Which of the following abstract data types are NOT used by Integer Abstract Data type group?
Your score is
The average score is 51%
Restart quiz