Computer Science, asked by rockerpommathi, 5 months ago

Which of these definitions correctly describes a module? a) Denoted by triple quotes for providing the specification of certain program elements b) Design and implementation of specific functionality to be incorporated into a program c) Defines the specification of how it is to be used d) Any program that reuses code​

Answers

Answered by Yamini2110
1

Answer:

Design and implementation of specific functionality to be incorporated into a program

Explanation:

The term “module” refers to the implementation of specific functionality to be incorporated into a program.

Answered by pragyakirti12345
0

Answer: (d) Any program that reuses code.

Concept : Modules in programming

To Find : Which of these definitions correctly describes a module? a)

               Denoted by triple quotes for providing the specification of certain

               program elements b) Design and implementation of specific

               functionality to be incorporated into a program c) Defines the

               specification of how it is to be used d) Any program that reuses

               code.​

Explanation:

A module is a software component or part of a program that contains one or more function in a program. Many languages like C, Java, python etc have predefined modules and libraries for the reusability of the code. Module in a program makes the work of a programmer easy as the programmer has to focus on only some specific areas of the program.

#SPJ3

Similar questions