

InterviewSolution
Saved Bookmarks
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 code |
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. |
|