Topic 4.2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

Last updated 12:53 PM on 1/30/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Variable

acts as a storage location that can be used to store a value. Value can be changed during execution. Can store a particular type of data

2
New cards

One Dimensional/Linear Array

can hold multiple data elements of the same type. Has a name, size (cannot be changed), and a data type

3
New cards

Parallel Array

A data structure consisting of multiple arrays where corresponding elements across the arrays are related by their index position. Each array typically holds a different type of data, but they are logically connected.

4
New cards

2 Dimensional Array

data come in the form of a data table

5
New cards

Examples of Algorithms

Sequential Search, Binary Search, Bubble Sort, Selection Sort

6
New cards

Sequential Search

finds specific element by going through the list 1 element at a time. Runs in O(n) time

7
New cards

Binary Search

method of finding element in sorted numerical array. Works by halving the index between a left and a right bound until it narrows onto the item it is looking for. Runs in O(logn) time

8
New cards

Bubble Sort

Method of sorting array by looping through it and switching adjacent elements if the right one is larger. Runs in O(n²) time

9
New cards

Selection Sort

Method of sorting lists. Splits into two parts, one sorted, 1 unsorted. Finds the minimum number in the unsorted section, and moves it onto the end of the sorted section. Repeats this until list is fully sorted. Is useful when memory is limited

Explore top flashcards

flashcards
personal asl masterlist
104
Updated 725d ago
0.0(0)
flashcards
TFA Vocab ch. 1-4
21
Updated 1150d ago
0.0(0)
flashcards
SAT Formulas
21
Updated 690d ago
0.0(0)
flashcards
Exam 3 Bio
99
Updated 703d ago
0.0(0)
flashcards
Unit 3Review Midterm
50
Updated 1142d ago
0.0(0)
flashcards
Top 200 Drugs
116
Updated 835d ago
0.0(0)
flashcards
Vocab 6
20
Updated 1044d ago
0.0(0)
flashcards
English II Vocab #8
25
Updated 1216d ago
0.0(0)
flashcards
personal asl masterlist
104
Updated 725d ago
0.0(0)
flashcards
TFA Vocab ch. 1-4
21
Updated 1150d ago
0.0(0)
flashcards
SAT Formulas
21
Updated 690d ago
0.0(0)
flashcards
Exam 3 Bio
99
Updated 703d ago
0.0(0)
flashcards
Unit 3Review Midterm
50
Updated 1142d ago
0.0(0)
flashcards
Top 200 Drugs
116
Updated 835d ago
0.0(0)
flashcards
Vocab 6
20
Updated 1044d ago
0.0(0)
flashcards
English II Vocab #8
25
Updated 1216d ago
0.0(0)