A. A function such as “search-book” is represented using a circle
B. Functions represent some activity
C. Function symbol is known as a process symbol or a bubble in DFD
D. All of the mentioned
Explanation: All the options are correct with respect to Function Oriented Software Design
Related Mcqs:
- Which of the property of software modularity is incorrect with respect to benefits software modularity ?
A. Modules are robust
B. Module can use other modules
C. Modules Can be separately compiled and stored in a library
D. Modules are mostly dependent - What encapsulates both data and data manipulation functions ?
A. Object
B. Class
C. Super Class
D. Sub Class - Which of the following points related to Object-oriented development (OOD. is true ?
A. OOA is concerned with developing an object model of the application domain
B. OOD is concerned with developing an object-oriented system model to implement requirements
C. All of the mentioned
D. None of the mentioned - Which of the following is the worst type of module coupling ?
A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling - Which of the following is the best type of module cohesion ?
A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion - Which of the following is a complementary approach to function-oriented approach ?
A. Object oriented analysis
B. Object oriented design
C. Structured approach
D. Both Object oriented analysis and design - Which of the following is the worst type of module cohesion ?
A. Logical Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Coincidental Cohesion - 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 - Which of the following early OOD methods incorporates both a “micro development process” and a “macro development process.” ?
A. Booch method
B. Rumbaugh method
C. Wirfs-Brock method
D. Coad and Yourdon method - Which of the following describes”Is-a-Relationship” ?
A. Aggregation
B. Inheritance
C. Dependency
D. All of the mentioned