Tag: architecture

Questions Related to architecture

  1. Values in a node is greater than every value in left sub tree and smaller than right sub tree

  2. Values in a node is greater than every value in children of it

  3. Both of above conditions applies

  4. None of above conditions applies


Correct Option: B
  1. endpoints of e

  2. adjacent nodes

  3. neighbors

  4. all of above


Correct Option: D
  1. a tree graph

  2. free tree

  3. a tree

  4. All of above


Correct Option: D
  1. u is adjacent to v but v is not adjacent to u

  2. e begins at u and ends at v

  3. u is processor and v is successor

  4. both b and c


Correct Option: D
  1. Input-restricted deque

  2. Output-restricted deque

  3. Priority queues

  4. None of above


Correct Option: A
  1. Complete binary tree

  2. Binary search tree

  3. Extended binary tree

  4. None of above


Correct Option: C
  1. P contains the address of an element in DATA.

  2. P points to the address of first element in DATA

  3. P can store only memory addresses

  4. P contain the DATA and the address of DATA


Correct Option: A