Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Software Design

Which of the following is not an operation as per OOD algorithms and data structures ?

Which of the following is not an operation as per OOD algorithms and data structures ?

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

Which of the following is not an operation as per OOD algorithms and data structures ? Read More »

Software Design

Which of the following points related to Object-oriented development (OOD. is true ?

Which of the following points related to Object-oriented development (OOD. is true ?

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

Which of the following points related to Object-oriented development (OOD. is true ? Read More »

Software Design

Which of the following is not an activity of Structured Analysis (SA) ?

Which of the following is not an activity of Structured Analysis (SA) ?

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.

Which of the following is not an activity of Structured Analysis (SA) ? Read More »

Software Design

To arrive at a form which is suitable for implementation in some programming language is the purpose of_______________?

To arrive at a form which is suitable for implementation in some programming language is the purpose of_______________?

A. Structured Analysis (SA)
B. Structured Design (SD)
C. Detailed Design (DD)
D. None of the mentioned

To arrive at a form which is suitable for implementation in some programming language is the purpose of_______________? Read More »

Software Design