COMPUTER PROGRAMING 2 TEST 1

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Argument

The value or variable passed to a function

2
New cards

Call

A statement that contains a method name followed by parentheses.

3
New cards

Local

variables, constants, and objects that are declared within a method and therefore have a scope of limited action

4
New cards

Function declaration

The first line of a function, which contains the function name, access level, and parameters, if any.

5
New cards

Function Parameters

The part of a function declaration that accepts values from the method call.

6
New cards

Pass

Giving data to a function by enclosing the data in parentheses in a method call.

7
New cards

Pass by Value

Passing the value of an argument to a function. The type of data passed depends on whether the argument is a primitive or an object.