A. Protocol Description
B. Implementation Description
C. Type Description
D. both Protocol and Implementation Description
A. Protocol Description
B. Implementation Description
C. Type Description
D. both Protocol and Implementation Description
A. operations that manipulate data in some way
B. operations that perform a computation
C. operations that check for syntax errors
D. operations that monitor an object for the occurrence of a controlling event
Explanation: Operations that check for syntax errors is concerned with the programming language used, so it will be handled by the compiler.
advertisement
A. OOA is concerned with develog an object model of the application domain
B. OOD is concerned with develog an object-oriented system model to implement requirements
C. All of the mentioned
D. None of the mentioned
A. Object
B. Class
C. Super Class
D. Sub Class
A. Physical file
B. Data Structure
C. Logical file
D. All of the mentioned
Explanation: A logical file can be a data structure or a physical file on disk.
A. Data Store
B. Data Process
C. Data Flow
D. All of the mentioned
A. Supporting Structured analysis and design (SA/SD)
B. Maintaining the data dictionary
C. Checking whether DFDs are balanced or not
D. All of the mentioned
A. Level-0 DFD
B. Level-1 DFD
C. Level-2 DFD
D. All of the mentioned
Explanation: Context diagram captures the various entities external to the system interacting with it and data flow occurring between the system and the external entities.
A. Functional decomposition
B. Transformation of a textual problem description into a graphic model
C. All the functions represented in the DFD are mapped to a module structure
D. All of the mentioned
Explanation: The module structure is the software architecture.
A. Structured Analysis (SA)
B. Structured Design (SD)
C. Detailed Design (DD)
D. None of the mentioned