0% found this document useful (0 votes)
11 views

Conceptual Design Categories: and Limitations of Software Engineers

Uploaded by

goflux pwns
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Conceptual Design Categories: and Limitations of Software Engineers

Uploaded by

goflux pwns
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Conceptual design categories

• “Software engineering” conceptual design strategies, all having the


common goal of managing “volumetric” complexity. Strategies in this
category include:
• Stepwise refinement
• Divide and conquer
• Separation of concerns
The common focus of these strategies: choosing an effective and efficient
problem solution based on the problem at hand that addresses the capabilities
and limitations of software engineers.

• “Algorithm” conceptual design strategies, all having the common goal of dealing
with “algorithmic” complexity. Strategies in this category included:
• Greedy (aka brute force)
• Divide and Conquer
• Dynamic
The common focus of these strategies: choosing an effective and efficient
problem solution based on the problem at hand that addresses the capabilities
and limitations of the computer and its resources.

You might also like