1.

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 codeI had been asked this question by my college professor while I was bunking the class.The question is from Python Modules in division Mapping Functions and Modules of Python

Answer»

The correct answer is (b) Design and IMPLEMENTATION of specific FUNCTIONALITY to be incorporated into a PROGRAM

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



Discussion

No Comment Found

Related InterviewSolutions