AP Comp Sci Unit 6

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

List

1 / 11

encourage image

There's no tags or description

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

12 Terms

1

List

an ordered collection of elements

New cards
2

elements

an individual value in a list that is assigned a unique index

New cards
3

index

a common method for referencing the elements in a list or string using numbers

New cards
4

iteration

a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met

New cards
5

infinite loop

occurs when the ending condition will never evaluate to true

New cards
6

traversal

the process of accessing each item in a list one at a time

New cards
7

append

add elements to the end of the list

New cards
8

data abstraction

manage complexity in programs by giving a collection of data a name without referencing the specific details of the representation.

New cards
9

loops

change the sequential flow of control by repeating a set of statements zero or more times, until a stopping condition is met

New cards
10

logic error

a mistake in the algorithm or program that causes it to behave incorrectly or unexpectedly.

New cards
11

simulation

abstractions of more complex objects or phenomena for a specific purpose

New cards
12

substring

part of an existing string

New cards

Explore top notes

note Note
studied byStudied by 41 people
... ago
5.0(1)
note Note
studied byStudied by 56 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)
note Note
studied byStudied by 16 people
... ago
5.0(1)
note Note
studied byStudied by 19 people
... ago
5.0(1)
note Note
studied byStudied by 37 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (42)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (113)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 14 people
... ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 47 people
... ago
5.0(1)
flashcards Flashcard (66)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (206)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 116 people
... ago
5.0(1)
robot