A. Deep structure
B. Surface structure
C. Core structure
D. All of the mentioned
Explanation: Surface structure refers to the externally observable structure of an OO program which is immediately obvious to an end-user.
Related Mcqs:
- Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?
A. examine memory & registers
B. stop execution at a particular point
C. search for references for particular variables, constant and registers
D. all of the mentioned - Which of the following testing tools examine program systematically & automatically ?
A. Code Inspector
B. Static Analyzer
C. Standard Enforcer
D. Coverage Analyzer - Testing done without planning and Documentation is called_________________?
A. Unit testing
B. Regression testing
C. Adhoc testing
D. None of the mentioned - Which of the following is not used in measuring the size of the software_____________________?
A. KLOC
B. Function Points
C. Size of module
D. None of the mentioned - The construction of object-oriented software begins with the creation of__________________?
A. design model
B. analysis model
C. code levels
D. both design and analysis model - Software mistakes during coding are known as__________________?
A. errors
B. failures
C. bugs
D. defects - Which testing tool is responsible for documenting programs ?
A. Test/File Generator
B. Test Harness System
C. Test Archiving Systems
D. Coverage Analyzer - Which of the following is not a conflict in software development team ?
A. Simultaneous updates
B. Shared and common code
C. Versions
D. Graphics issues - The degree to which the design specifications are followed during manufacturing is known as________________?
A. Quality of design
B. Quality of conformance
C. Quality of testing
D. None of the mentioned - How are baselines verified ?
A. By reviews
B. By inspections
C. By testing of code
D. All of the mentioned