Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) 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
Correct answer : Option (B) - 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.

Share

Discusssion

Login to discuss.