
Code.org CSP Unit 5 Lists

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

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which vocabulary word is: a common method for referencing an element in a list using a number to indicate its position
Back
index
2.
FLASHCARD QUESTION
Front
Which vocabulary word is: a collection of elements
Back
list
3.
FLASHCARD QUESTION
Front
Which vocabulary word is: an individual value in a list that is assigned a unique index
Back
element
4.
FLASHCARD QUESTION
Front
Match the index with the value: var myNumbers = [32, 64, 33, 0, 15, 26, 3]. What is myNumbers[4]?
Back
15
5.
FLASHCARD QUESTION
Front
//Consider this code:
var list = [10, 12, 14, 16, 18];
appendItem(list, 3);
insertItem(list, 2, 20);
removeItem(list, 0);
//What is printed to the console?
console.log(list);
Back
12, 20, 14, 16, 18, 3
6.
FLASHCARD QUESTION
Front
//Consider this code:
var list = [10, 12, 14, 16, 18];
appendItem(list, 3);
insertItem(list, 2, 20);
removeItem(list, 0);
//What is printed to the console?
console.log(list[0]);
Back
12
7.
FLASHCARD QUESTION
Front
//Consider this code:
var list = [10, 12, 14, 16, 18];
appendItem(list, 3);
insertItem(list, 2, 20);
removeItem(list, 0);
//What is printed to the console?
console.log(list.length);
Back
6
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
jueves_3_abril

Flashcard
•
9th - 12th Grade
8 questions
Variables Warm up Code.org CSP Unit 4

Flashcard
•
9th Grade
13 questions
7517 08 Queues and Stacks

Flashcard
•
10th Grade - University
15 questions
Video Games Trivia

Flashcard
•
KG
9 questions
Frågor

Flashcard
•
KG - University
9 questions
JavaScript Control Structures

Flashcard
•
10th Grade
9 questions
Unit 5 -- Lists, Loops, Traversals

Flashcard
•
9th - 12th Grade
10 questions
Fall Semester Final (Version B) - CS Principles

Flashcard
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade