Question

What is the difference between a module and a function? What three characteristics of a function...

What is the difference between a module and a function? What three characteristics of a function are decribed in an IPO chart

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hopefully this will clear all your doubts. If you still face any query, let me know in the comment section. Thank You.

Difference between a module and a function :-

Module :- A module is a group of statements in a program to perform a particular task. A module does not exists alone, it is always used with other modules and main program.A module contains functions and declarations.

Function :- A function is a piece of valid, reusable code which is used to perform a single action. Functions can be pre defined or user defined. Function returns a value to the program which calls it. A function has to be declared first and then to be defined.

Three characteristics of a function described in an IPO chart are :-

IPO chart is a tool used to design functions in business practices. IPO stands for Input, Processing and Output. IPO chart describes input, processing and output property of a function.

Input column describes data that is passed to the function as argument.

Processing column describes the process that function performs.

Output column describes data returned from the function.

Add a comment
Know the answer?
Add Answer to:
What is the difference between a module and a function? What three characteristics of a function...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT