Home
Subjects
Textbook solutions
Create
Study sets, textbooks, questions
Log in
Sign up
Upgrade to remove ads
Only $35.99/year
sub-programs
STUDY
Flashcards
Learn
Write
Spell
Test
PLAY
Match
Gravity
Terms in this set (11)
sub-program
a small program that exist within a larger program
built-in function
a reusable sub-program
have their own variables, inputs and outputs
sub-programs
each sub-program is given a ______ which must be _________ from other variables, command words or other sub-programs in the program.
name, different
what is the subprogram name followed by?
a parameter list
a list of variables that are used to transfer variables from outside the sub program for use inside the sub-program
parameter list
what are the variables making up the parameter list are known as When a sub-program is being defined?
formal parameters
A copy of the value of the variable is made and only the copy is used by the sub-program leaving the original value outside the sub-program unchanged
Pass by Value
is used when changes to values have to be passed back to the part of the program i.e. for inputs to and outputs from the sub-program.
pass by reference
what are the three categories of sub-programs
Procedures, Functions, Methods
many or one input but always one output
function
Sets with similar terms
Coding Vocab
31 terms
CHAPTER 13 PROGRAMMING & LANGUAGES
138 terms
cecs 100 ch11
8 terms
Prelude To Programming Chapter 03
40 terms