AP CSP ABSTRACTIONS VOCAB

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Unit 2

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Procedures

A group of programming instructions

2
New cards

Infinite Loop

When a program keeps running forever

3
New cards

Code segment

When a program keeps running forever.

4
New cards

Abstraction

A process that means to package something complicated into a simply named case under a name that sums up all its parts.

5
New cards

Lists

Collection of related info

6
New cards

Strings

A sequence

7
New cards

Prototype

A preliminary sketch or model of something that is new

8
New cards

Expression

A statement that returns only 1 value.

9
New cards

Parameter

A value that is passed into a procedure.

10
New cards

Argument

A value is passed into a procedure or function when it is called.

11
New cards

Iteration

Repeating part of an algorithm

12
New cards

Modulus

Evaluates to the remainder when a is divided a MOD b by b. The remainder of the code.

13
New cards

Boolean

Boolean values only represent values as true or false.

14
New cards

Operators

Used to test the relationship between two variables, expressions, or values.

15
New cards

Readability

a program that computes the approximate grade level needed to comprehend some text

16
New cards

Traverse

The process of accessing each item on the list one at a time.

17
New cards

Index

A number representing their place in the list.

18
New cards

Element

Another name for an item in a list. (If the same value is in the list twice, that counts as two different elements.) Each element has a unique index (position) in the list.

19
New cards

Sublist

a list used as an item of another list

20
New cards

Data Abstraction

simplifies a set of data by representing it in some general way

21
New cards