Computer Science, asked by srijeetag95, 1 year ago

Which one of the following is true of a function-oriented design approach?
a. Top-down
b. Bottom-up
c. Mixed-in
d. Bottom-out

Answers

Answered by webstar0
1
a)Top-down approach is true of a function - oriented design approach.

srijeetag95: Thank you
webstar0: Wc
Answered by sarahssynergy
0

The correct answer is option (a.) Top-down.

Explanation:

  • Top-down is true of a function-oriented design approach.
  • Function Oriented design is a method to software design where the model is decomposed into a set of interacting units or modules where each unit or module has a clearly defined function.
  • In the function-oriented designed approach, the system state is centralized and shared among different functions.
  • Thus, the system is designed from a functional viewpoint.
Similar questions