logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Software Testing Comments

  • Question
  • Of the following tree structure, which is, efficient considering space and time complexities?


  • Options
  • A. Incomplete Binary Tree
  • B. Complete Binary Tree
  • C. Full Binary Tree
  • D. None

  • Correct Answer
  • Complete Binary Tree 

    Explanation

    Full binary tree loses its nature when operations of insertions and deletions are done. For incomplete binary trees, extra storage is required and overhead of NULL node checking takes place. So complete binary tree is the better one since the property of complete binary tree is maintained even after operations like additions and deletions are done on it.


  • Software Testing problems


    Search Results


    • 1. Which is the simplest file structure?

    • Options
    • A. Sequential
    • B. Indexed
    • C. Random
    • D. None
    • Discuss
    • 2. main() { float me = 1.1; double you = 1.1; if(me==you) printf("yes"); else printf("No"); }

    • Options
    • A. Yes
    • B. No
    • C. Both
    • D. Compilation error
    • Discuss
    • 3. What is "bug leakage?" and what is "bug release?"
    • Discuss
    • 4. Unreachable code would best be found using

    • Options
    • A. code inspections
    • B. a static analysis tool
    • C. code reviews
    • D. a test management tool
    • Discuss
    • 5. In HTML, ___________ tag is used to construct drop-down list boxes and scrolling list boxes.

    • Options
    • A.
  • 6. Statement coverage will not check for the following

  • Options
  • A. Dead Code
  • B. Unused Statement
  • C. Missing Statements
  • D. Unused Branches
  • Discuss
  • 7. What are the common problems with software automation?
  • Discuss
  • 8. Differentiate between a.) Testing and Debugging b.) Two tier and Three tier architecture c.) Alpha testing and Beta testing d.) Static testing and dynamic testing
  • Discuss
  • 9. What is a software project test plan?
  • Discuss
  • 10. Defect Management Process does not include

  • Options
  • A. Deliverable base-lining
  • B. Management reporting
  • C. Defect prevention
  • D. None of above
  • Discuss


Comments

There are no comments.

Enter a new Comment









More in Technical Questions:

DatabaseHardwareNetworkingOperating SystemsProgrammingSoftware Testing