Tag: architecture

Questions Related to architecture

  1. grounded header list

  2. circular header list

  3. linked list with header and trailer nodes

  4. none of above


Correct Option: D
  1. An array is suitable for homogeneous data but hte data items in a record may have different data type

  2. In a record, there may not be a natural ordering in opposed to linear array.

  3. A record form a hierarchical structure but a lienear array does not

  4. All of above


Correct Option: D
  1. Arrays are dense lists and static data structure

  2. data elements in linked list need not be stored in adjecent space in memory

  3. pointers store the next data element of a list

  4. linked lists are collection of the nodes that contain information part and next pointer


Correct Option: C
  1. sorted linked list

  2. sorted binary trees

  3. sorted linear array

  4. pointer array


Correct Option: A
  1. underflow

  2. overflow

  3. housefull

  4. saturated


Correct Option: A
  1. FIFO lists

  2. LIFO list

  3. Piles

  4. Push-down lists


Correct Option: A

The term "push" and "pop" is related to the

  1. array

  2. lists

  3. stacks

  4. all of above


Correct Option: C

Which is the run time component in Message Broker ?

  1. Configuration Manager

  2. Broker

  3. Channel

  4. Queue Manager


Correct Option: B