asked 100k views
0 votes
Choose two statement that are true about function.

a. Meaning function name help people better understand programs.
b. Meaningful functions names help computers better understand programs.
c. Function in programming are useful mathematical tools for doing complex computations.
d. Function is programming are named groupings of programming instructions

asked
User Yussan
by
8.8k points

2 Answers

5 votes

The answers are a and d

Hope this helps ^^

answered
User SeriousLee
by
7.8k points
4 votes

Answer:

The correct answers are A. Meaningful function names help people better understand programs. and D. Functions in programming are named groupings of programming instructions.

Step-by-step explanation:

Functions and procedures are the basic building blocks of programs, they are can also be further explained as a named section of a program that performs a specific task. When naming a function, a meaningful name can help people understand the purpose of the function and also easier to read. They are also named groupings of programming instructions and removes the need to repeat large blocks of code.

answered
User Rohit Dalal
by
8.2k points

No related questions found