Unit 7 Vocabulary: Parameters and Algorithms

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 8

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

9 Terms

1

API

Application Program Interface - specifications for how functions in a library behave and can be used.

New cards
2

Argument

the value passed to the parameter.

New cards
3

Binary Search

a search algorithm that finds the position of a target value within a sorted list by comparing the target value to the middle element of the list. If they are not equal, the half in which the target cannot lie is eliminated and the search continues with the remaining half, again taking the middle element to compare to the target value, and repeating this until the target is found or until the remaining half is empty.

New cards
4

Library

a group of functions (procedures) that may be used in creating new programs.

New cards
5

Linear Search

a method for finding the position of a target value within a list by sequentially checking each element of the list until a match is found or the entire list has been searched.

New cards
6

Modularity

the subdivision of a computer program into separate subprograms.

New cards
7

Parameter

a variable in a function definition. Used as a placeholder for values that will be passed through the function.

New cards
8

Procedural abstraction

a process that allows a procedure to be used only knowing what it does, not how it does it. Procedural abstraction allows a solution to a large problem to be based on the solution of smaller subproblems. This is accomplished by creating procedures to solve each of the subproblems.

New cards
9

Return

used to return the flow of control to the point where the procedure (also known as a function) was called and to return the value of an expression.

New cards

Explore top notes

note Note
studied byStudied by 14 people
1005 days ago
4.0(1)
note Note
studied byStudied by 162 people
624 days ago
5.0(1)
note Note
studied byStudied by 16 people
122 days ago
5.0(1)
note Note
studied byStudied by 22 people
743 days ago
5.0(1)
note Note
studied byStudied by 61 people
882 days ago
4.0(1)
note Note
studied byStudied by 8 people
176 days ago
5.0(1)
note Note
studied byStudied by 10 people
898 days ago
5.0(1)
note Note
studied byStudied by 255 people
686 days ago
4.8(9)

Explore top flashcards

flashcards Flashcard (127)
studied byStudied by 31 people
911 days ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 19 people
266 days ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 8 people
784 days ago
5.0(1)
flashcards Flashcard (28)
studied byStudied by 29 people
737 days ago
5.0(2)
flashcards Flashcard (67)
studied byStudied by 9 people
837 days ago
5.0(1)
flashcards Flashcard (315)
studied byStudied by 51 people
763 days ago
5.0(4)
flashcards Flashcard (29)
studied byStudied by 15 people
379 days ago
5.0(1)
flashcards Flashcard (26)
studied byStudied by 84 people
17 days ago
5.0(1)
robot