โŒจ๏ธap computer science principles review

Module

Written by the Fiveable Content Team โ€ข Last updated August 2025
Verified for the 2026 exam
Verified for the 2026 examโ€ขWritten by the Fiveable Content Team โ€ข Last updated August 2025

Definition

In computer programming, a module refers to a file containing reusable code that can be imported into other programs. Modules help organize code by separating functionality into distinct files.