True or false?
| All vector parameters are reference parameters | false |
| A function cannot return a matrix | true |
| A procedure cannot change the dimensions of a matrix parameter that is passed by value | true |
| A procedure cannot change the length of a vector that is passed by reference | false |
| A procedure can only reorder the elements of a vector, not change the elements. | false |