Tag: architecture

Questions Related to architecture

  1. Sub algorithm

  2. Recursion

  3. Polish notation

  4. Traversal algorithm


Correct Option: B
  1. Dn = n log2n

  2. Dn = n log2n+1

  3. Dn = log2n

  4. Dn = log2n+1


Correct Option: D
  1. the variable in E will appear as external nodes and operations in internal nodes

  2. the operations in E will appear as external nodes and variables in internal nodes

  3. the variables and operations in E will appear only in internal nodes

  4. the variables and operations in E will appear only in external nodes


Correct Option: A
  1. by replacing each empty sub tree by a new internal node

  2. by inserting an internal nodes for non-empty node

  3. by inserting an external nodes for non-empty node

  4. by replacing each empty sub tree by a new external node


Correct Option: D
  1. internal nodes on extended tree

  2. external nodes on extended tree

  3. vanished on extended tree

  4. None of above


Correct Option: A