Code.org CSP Unit 5 Lists, Strings, and Loops
Quiz
•
Computers
•
9th - 12th Grade
•
Practice Problem
•
Medium
Diane Glasgow
Used 63+ times
FREE Resource
Student preview

24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which vocabulary word is:
a common method for referencing the elements in a list or string using numbers
list
element
index
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which vocabulary word is:
an ordered collection of elements
list
element
index
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which vocabulary word is:
an individual value in a list that is assigned a unique index
list
element
index
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the value of i after this code runs?
var myNumbers = [32, 64, 33, 0, 15, 26, 3];
var i = myNumbers[4];
64
15
0
32
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
//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);
10, 12, 14, 16, 18
10, 12, 14 , 20, 16, 18, 3
3, 12, 14, 20, 16, 18
12, 20, 14, 16, 18, 3
6.
FILL IN THE BLANK QUESTION
3 mins • 1 pt
//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]);
7.
FILL IN THE BLANK QUESTION
3 mins • 1 pt
//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);
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade