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.