logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Software Testing Comments

  • Question
  • Which is the simplest file structure?


  • Options
  • A. Sequential
  • B. Indexed
  • C. Random
  • D. None

  • Correct Answer
  • Sequential 

    Explanation

    Sequential is the simplest file structure


  • Software Testing problems


    Search Results


    • 1. 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
    • 2. What is "bug leakage?" and what is "bug release?"
    • Discuss
    • 3. 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
    • 4. In HTML, ___________ tag is used to construct drop-down list boxes and scrolling list boxes.

    • Options
    • A.
  • 5. Undefined reference to 'pthread_create' How to Fix this error?
  • Discuss
  • 6. 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
  • Discuss
  • 7. Statement coverage will not check for the following

  • Options
  • A. Dead Code
  • B. Unused Statement
  • C. Missing Statements
  • D. Unused Branches
  • Discuss
  • 8. What are the common problems with software automation?
  • Discuss
  • 9. 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
  • 10. What is a software project test plan?
  • Discuss


Comments

There are no comments.

Enter a new Comment









More in Technical Questions:

DatabaseHardwareNetworkingOperating SystemsProgrammingSoftware Testing