A. Data sharing errors
B. Accessing data elements of the wrong type
C. Attempting to use memory areas after freeing them
D. All of the mentioned
Explanation: These are the common errors programmers make while coding.
Related Mcqs:
- Which of the following term describes testing ?
A. Finding broken code
B. Evaluating deliverable to find errors
C. A stage of all projects
D. None of the mentioned - Which of the following is non-functional testing ?
A. Black box testing
B. Performance testing
C. Unit testing
D. None of the mentioned - Which of the following is not a software testing generic characteristics ?
A. Different testing techniques are appropriate at different points in time
B. Testing is conducted by the developer of the software or an independent test group
C. Testing and debugging are different activities, but debugging must be accommodated in any testing strategy
D. None of the mentioned - Which of the following testing types is not a part of system testing ?
A. Recovery testing
B. Stress testing
C. System testing
D. Random testing - Which of the following is black-box oriented and can be accomplished by applying the same black-box methods discussed for conventional software ?
A. Conventional testing
B. OO system validation testing
C. Test case design
D. Both Conventional testing and OO system validation testing - In which of the following testing strategies, a smallest testable unit is the encapsulated class or object ?
A. Unit testing
B. Integration testing
C. System testing
D. None of the mentioned - Which of the following is not a part of bug report ?
A. Test case
B. Output
C. Software Version
D. LOC - Which of the following is a software process ?
A. Analysis and design
B. Configuration and management
C. Business modeling
D. All of the mentioned - Which of the following is not a part of Software Configuration Management Basics ?
A. Identification
B. Version
C. Auditing and Reviewing
D. Status Accounting - Which of the following is not a change management process ?
A. Log the changes
B. Estimate impact on effort and schedule
C. Review impact with stakeholders
D. None of the mentioned