When inorder traversing a tree resulted E A C K F H D B G; the preorder traversal would return
FAEKCDBHG
FAEKCDHGB
EAFKHDCBG
FEAKDCHBG
Which of the following is two way list?
grounded header list
circular header list
linked list with header and trailer nodes
none of above
The difference between linear array and a record is
An array is suitable for homogeneous data but hte data items in a record may have different data type
In a record, there may not be a natural ordering in opposed to linear array.
A record form a hierarchical structure but a lienear array does not
All of above
Which of the following statement is false?
Arrays are dense lists and static data structure
data elements in linked list need not be stored in adjecent space in memory
pointers store the next data element of a list
linked lists are collection of the nodes that contain information part and next pointer
Binary search algorithm can not be applied to
sorted linked list
sorted binary trees
sorted linear array
pointer array
When new data are to be inserted into a data structure, but there is no available space; this situation is usually called
underflow
overflow
housefull
saturated
The situation when in a linked list START=NULL is
Which of the following name does not relate to stacks?
FIFO lists
LIFO list
Piles
Push-down lists
The term "push" and "pop" is related to the
array
lists
stacks
all of above
Which is the run time component in Message Broker ?
Configuration Manager
Broker
Channel
Queue Manager