logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which of the following methods doesn't use sorting?


  • Options
  • A. Insertion
  • B. Deletion
  • C. Exchange
  • D. Selection

  • Correct Answer
  • Insertion 

    Explanation

    Using insertion we can perform insertion sort, using selection we can perform selection sort, using exchange we can perform the bubble sort.But by using deletion we cannot perform any sort.


  • Technology problems


    Search Results


    • 1. Which among the following are not access Specifiers in C++?

    • Options
    • A. Public
    • B. Protected
    • C. Default
    • D. Private
    • Discuss
    • 2. What is the meaning of VSAM RETURN-CODE 28?
    • Discuss
    • 3. What is the IDD in IDMS?
    • Discuss
    • 4. How is sign stored in a COMP field?
    • Discuss
    • 5. What does a deadlock mean in DB2?
    • Discuss
    • 6. A binary tree with 7 nodes will have how many null branches?

    • Options
    • A. 6
    • B. 7
    • C. 8
    • D. 5
    • Discuss
    • 7. What are the methods are available in storing sequential files?

    • Options
    • A. Natural merging
    • B. Polyphase sort
    • C. Distribution of Initial runs
    • D. All the above
    • Discuss
    • 8. What could be the bucket size if collision and overlapping occur at same time?

    • Options
    • A. 2
    • B. 0
    • C. 1
    • D. 4
    • Discuss
    • 9. Default constructor accepts how many arguments?

    • Options
    • A. one
    • B. two
    • C. three
    • D. None
    • Discuss
    • 10. Where is the reference stored?

    • Options
    • A. stack
    • B. heap
    • C. queue
    • D. None
    • Discuss


    Comments

    There are no comments.

Enter a new Comment