Unit 5 Vocab Comp Sci

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

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.

12 Terms

1
New cards

List

An ordered collection of elements.

2
New cards

Element

An individual value in a list that is assigned a unique index.

3
New cards

Index

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

4
New cards

Iteration

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

5
New cards

Infinite loop

Occurs when the ending condition will never evaluate to true.

6
New cards

Traversal

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

7
New cards

Append

Add elements to the end of a list.

8
New cards

Data abstraction

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

9
New cards

Loops (iteration statements)

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

10
New cards

Logic Error

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

11
New cards

Simulation

Abstractions of more complex objects or phenomena for a specific purpose.

12
New cards

Substring

Part of an existing string.