Multiple choice

A module that does a specific work is called

  1. constants

  2. function

  3. type definitions

  4. parables

Reveal answer Fill a bubble to check yourself
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.