117k views
4 votes
Match List

Match each term to its definition.

Put responses in the correct input to answer the question.

Correct answers:
1
a value that can be passed to a function
2
a group of instructions that can be used to organize a program or perform a repeated task
3
a value that can be passed from a function back to the calling part of a program

Match List Match each term to its definition. Put responses in the correct input to-example-1
User Almir Vuk
by
7.9k points

2 Answers

3 votes

Answer:

parameter: a value that can be passed to a function

function: a group of instructions that can be used to organize a program or perform a repeated task

return value: a value that can be passed from a function back to the calling part of a program

Step-by-step explanation:

User LmNt
by
7.9k points
4 votes
Return Value - A value … part of a program
Parameter - A value … function
Function - A group
User Moeffju
by
8.1k points