Computer Science, asked by khemrajsahu4916, 1 month ago

What practices should be used when building a complex system ?

Answers

Answered by avnisharma07
0

Answer:

  1.    Reduce complexity through decomposition: Break down the complex system into smaller, simpler components that are easier to manage
  2. Integrate: Reconnect the simplified components to form an overall system that achieves all of the desired results.

Explanation:

pls mark me as brainliast

Answered by dipeshhhh
4

Answer:

Design for testability, Using a modular design

Explanation:

Similar questions