Tag: architecture

Questions Related to architecture

  1. by this way computer can keep track only the address of the first element and the addresses of other elements can be calculated

  2. the architecture of computer memory does not allow arrays to store other than serially

  3. both of above

  4. none of above


Correct Option: A
  1. Processor and memory

  2. Complexity and capacity

  3. Time and space

  4. Data and space


Correct Option: C
  1. When Item is somewhere in the middle of the array

  2. When Item is not in the array at all

  3. When Item is the last element in the array

  4. When Item is the last element in the array or is not there at all


Correct Option: A
  1. Much more complicated to analyze than that of worst case

  2. Much more simpler to analyze than that of worst case

  3. Sometimes more complicated and some other times simpler than that of worst case

  4. None or above


Correct Option: A
  1. Item is somewhere in the middle of the array

  2. Item is not in the array at all

  3. Item is the last element in the array

  4. Item is the last element in the array or is not there at all


Correct Option: C
  1. O(n)

  2. O(log n)

  3. O(n2)

  4. O(n log n)


Correct Option: C
  1. O(n)

  2. O(log n)

  3. O(n2)

  4. O(n log n)


Correct Option: D
  1. Bubble sort

  2. Insertion sort

  3. Quick sort

  4. All of above


Correct Option: C