APCSP Vocab Unit 7

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/17

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.

18 Terms

1
New cards

Immutable

Object or value that is unable to be changed once it’s been created

2
New cards

Data structure

A particular way of organizing data within programs

3
New cards

Heterogeneous

Team of any type that can be stored; numeric, strings, Booleans, etc

4
New cards

Tuple

Heterogenous, immutable data type that stored an ordered sequence of things

5
New cards

Mutable

Changeable or has the ability to change

6
New cards

Type conversion

Converting the value of one date type(integer, string, float, etc) to another data type

7
New cards

List

Heterogenous, mutable date type that stored an ordered sequence of things

8
New cards

Join

Takes all items in a collection and joins them into one string

9
New cards

for Loop

Repeats code a fix number of times

10
New cards

List indexing

Accessing certain elements in a list

11
New cards

Count

Method that counts occurrences of specific items in a list

12
New cards

Append

Adds a particular item to the END of a list

13
New cards

Extend

Adds elements from an iterable (list, tuple, or set) to the end of the existing list

14
New cards

Sort

Sorts the list in ascending order by default

15
New cards

Reverse

Reverses the sorting order of the elements

16
New cards

Remove

Removes the first occurrence of an element with a specified value

17
New cards

Simulation

Animated model that represents a real-life thing, process or situation

18
New cards

Model

Set of rules for how things interact within a simulation