QUESTION IMAGE
Question
which of the following is not a term used as a synonym for module?
a. method
b. object
c. procedure
d. subroutine
Brief Explanations
In programming and related fields, a module is a self - contained unit of code. Method, procedure, and subroutine are often used synonymously with module as they represent discrete pieces of code for specific tasks. An object is a different concept, representing an instance of a class with its own state and behavior, and is not a synonym for module.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. object