module
A separate part of something bigger that does one job.
A module is a separate, self-contained part of a larger system that performs a specific function. Think of how a space station is built from individual modules that astronauts connect together in orbit. Each module serves a particular purpose: one might be the living quarters, another the laboratory, another the docking port. They're designed to work independently but also connect smoothly with the other modules.
In schools, learning is sometimes organized into modules rather than traditional year-long courses. A science module might focus on electricity for six weeks, then you'd move to a chemistry module. Each module is complete in itself but builds toward understanding the bigger subject.
The word appears everywhere systems need flexibility. Computer programmers write code in modules so different parts of a program can be updated without breaking everything else. Furniture companies sell modular couches where you can rearrange the sections. Toy building sets like LEGO are essentially modular: each brick is a module that connects with others following the same rules.
The key idea behind modules is that complex things become more manageable when you break them into organized parts that can fit together. When something is described as modular, it means you can add, remove, or rearrange its modules without rebuilding the whole thing from scratch.