Want to create interactive content? It’s easy in Genially!

Get started free

Minimal presentation mobile

Jacob Russell

Created on October 21, 2024

Start designing with a free template

Discover more than 1500 professional designs like these:

Transcript

Modular design is breaking the larger code into smaller sections that perform specific functions.

Q1 What is Modular Design?

Q2 What is Cohesion?

Cohesion is a measure of how closely related the elements of a module are and how well they work together to achieve a common goal.

Q3 What is Coupling?

The inter-dependency between multiple modules, packages, or components

Q4 Why is Modular Design Important?

Modular Design is important beacuse it allows better re-usability, and easier debugging processes.