Chapter 11 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Library Routine

A

a tested and ready-to-go use routine available in the development system of a programming language that can be incorporated into a program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Procedure

A

a set of statements that can be grouped together and easily called in a program whenever required, rather than repeating all of the statements each time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Parameter

A

variable applied to a procedure or function that allows one to pass in a value for the procedure to use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

By value

A

a method of passing a parameter to a procedure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

By reference

A

a method of passing a parameter to a procedure in which the value f the variable can be changed by the variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Header

A

the first statement in the definition of a procedure or function, which contains its name, any parameters passed to it , and got a function, the type of value returned.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Argument

A

value passed into procedure by user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly