CITM-001 · Question #8
Which methodology is based on the notation of functions; programs consist of modules to meet functional requirements?
The correct answer is A. Structured Approach. The Structured Approach is a methodology that is based on the notation of functions; programs consist of modules to meet functional requirements. The Structured Approach focuses on the processes involved in a software system, modeling them as a series of connected steps. It…
Question
Which methodology is based on the notation of functions; programs consist of modules to meet functional requirements?
Options
- AStructured Approach
- BModel Approach
- CObject-Oriented Approach
- DTransnational Approach
How the community answered
(58 responses)- A93% (54)
- B2% (1)
- C2% (1)
- D3% (2)
Explanation
The Structured Approach is a methodology that is based on the notation of functions; programs consist of modules to meet functional requirements. The Structured Approach focuses on the processes involved in a software system, modeling them as a series of connected steps. It follows a top-down approach, breaking down complex systems into smaller, simpler parts that can be more easily understood. It also focuses on the data that a software system manipulates, modeling it as data flows between processes. It emphasizes the functional decomposition of a software system into smaller, independent functions.
Topics
Community Discussion
No community discussion yet for this question.