Procedures and functions test questions

1

What is a procedure?

2

Why are procedures used?

3

Why are functions used?

4

What is the difference between a procedure and a function?

5

What statement is used to create a procedure or function?

6

What term is given to running a procedure or function?

7

What term is given to passing back of the value calculated in a function?

8

Which of the following is a procedure?

9

Which of the following is a function?

10

Why is code indented in a procedure or a function?