Which vocabulary word is: a common method for referencing an element in a list using a number to indicate its position

Code.org CSP Unit 5 Lists

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

18 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
index
2.
FLASHCARD QUESTION
Front
Match the index with the value: var myNumbers = [32, 64, 33, 0, 15, 26, 3]. What is myNumbers[4]?
Back
15
3.
FLASHCARD QUESTION
Front
//Consider this code:
var list = [10, 12, 14, 16, 18];
appendItem(list, 20);
removeItem(list, 0);
//What is printed to the console?
console.log(list[list.length - 1]);
Back
20
4.
FLASHCARD QUESTION
Front
//Consider this code:
var list = [10, 12, 14, 16, 18];
appendItem(list, 3);
//What is printed to the console?
console.log(list[list.length-1]);
Back
3
5.
FLASHCARD QUESTION
Front
//Consider this code.
var listOne = [2, 1, 0];
var listTwo = [1, 2, 0];
//What is printed to the console?
console.log( listOne[1] + listTwo[1] );
Back
3
6.
FLASHCARD QUESTION
Front
An array is;
Back
Lists of data
7.
FLASHCARD QUESTION
Front
array = [1,2,3,4,5]
What is the length of this array?
Back
5
Create a free account and access millions of resources
Similar Resources on Quizizz
18 questions
Code.org CSP Unit 4 Review (23-24)

Flashcard
•
9th - 12th Grade
15 questions
7517 01 Programming Basics

Flashcard
•
10th Grade - University
19 questions
cs-p Unit 4 Flashcard1

Flashcard
•
9th - 12th Grade
10 questions
Python Data Structures

Flashcard
•
9th - 12th Grade
12 questions
JavaScript Programming Concepts

Flashcard
•
9th - 12th Grade
18 questions
Java Arrays

Flashcard
•
9th - 12th Grade
19 questions
AP CSP Unit 5 Review: Lists, Loops and Traversals

Flashcard
•
9th - 12th Grade
15 questions
ArrayList Practice

Flashcard
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University