Chapter 8 Arrays

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

1/17

flashcard set

Earn XP

Description and Tags

8.1; 8.2; 8.3; 8.4; 8.5; 8.6; 8.7;

Last updated 4:22 PM on 3/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

array

a named storage location in memory, which can hold a group of values.

2
New cards

size declarator

the number inside array’s brackets

3
New cards

elements

storage locations in an array

4
New cards

subscript

a unique number to which each element in array is assigned

5
New cards

initialization list

the series of values separated with commas

6
New cards

bounds checking

when programming language do not allow a program to use an invalid array subscript. Typically happens during runtime

7
New cards

off-by-one error

error which occurs when a loop iterates one time too many or one time too few

8
New cards

For Each loop

a specialized version of the “For” loop that is known for simplifying array processing when your task is to step through an array, retrieving the value of each element

9
New cards

search algorithms

is a techniques that have been developed to locate specific item in a larger collection of data, such as an array

10
New cards

sequential search algorithm

an algorithm that uses a loop to sequentially step through an array, starting with the first element. It compares each element with the value being searched for and stops when the value is found or the end of the array is encountered.

11
New cards

total

accumulator variable in the algorithm

12
New cards

index

loop counter variable in the algorithm

13
New cards

get the total of the values

the first step in calculating the average of the values in an array is to…

14
New cards

subscript

by using ______, it is possible to establish relationship between data stored in two or more arrays

15
New cards

parallel arrays

are two or more arrays that hold related data, and the related elements in each array are accessed with a common subscript

16
New cards

one dimensional arrays

an arrays that can hold only one set of data

17
New cards

two-dimensional arrays, 2D arrays

an arrays that can hold multiple sets of data

18
New cards

element

this is an individual storage location on an array

Explore top notes

note
Chapter 9: Chemical Equilibrium
Updated 1095d ago
0.0(0)
note
Wedding Wind
Updated 1257d ago
0.0(0)
note
College Prep Chemistry, Elements
Updated 1281d ago
0.0(0)
note
Grade 10 Biology: Lesson 9
Updated 1181d ago
0.0(0)
note
Chapter 9: Chemical Equilibrium
Updated 1095d ago
0.0(0)
note
Wedding Wind
Updated 1257d ago
0.0(0)
note
College Prep Chemistry, Elements
Updated 1281d ago
0.0(0)
note
Grade 10 Biology: Lesson 9
Updated 1181d ago
0.0(0)

Explore top flashcards

flashcards
Odyssey Test review
85
Updated 535d ago
0.0(0)
flashcards
duits kapitel 2 woordenschat
101
Updated 878d ago
0.0(0)
flashcards
US State Capitals
50
Updated 937d ago
0.0(0)
flashcards
APUSH 23-25 Simple IDs
90
Updated 60d ago
0.0(0)
flashcards
French Indefinite Articles
34
Updated 705d ago
0.0(0)
flashcards
AP Psych Unit 3
79
Updated 861d ago
0.0(0)
flashcards
Waves key words and definitions
21
Updated 476d ago
0.0(0)
flashcards
Map of East Asia- Physical map
34
Updated 428d ago
0.0(0)
flashcards
Odyssey Test review
85
Updated 535d ago
0.0(0)
flashcards
duits kapitel 2 woordenschat
101
Updated 878d ago
0.0(0)
flashcards
US State Capitals
50
Updated 937d ago
0.0(0)
flashcards
APUSH 23-25 Simple IDs
90
Updated 60d ago
0.0(0)
flashcards
French Indefinite Articles
34
Updated 705d ago
0.0(0)
flashcards
AP Psych Unit 3
79
Updated 861d ago
0.0(0)
flashcards
Waves key words and definitions
21
Updated 476d ago
0.0(0)
flashcards
Map of East Asia- Physical map
34
Updated 428d ago
0.0(0)