A module that does a specific work is called
-
constants
-
function
-
type definitions
-
parables
B
Correct answer
Explanation
In programming, a function is a self-contained module that performs a specific task or computation. Constants are fixed values, type definitions define data structures, and 'parables' is not a programming term. Functions are fundamental building blocks that promote code reusability and organization.