
Unit 6 - Lists Quiz
Authored by Aquamarine Schutter
Computers
9th Grade
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you create an empty list?
var my_list = {};
var my_list = [];
var my_list = ();
var my_list = [None];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code print out?
var innerPlanets = ["mercury", "venus", "earth", "mars"];
console.log(innerPlanets[0])
0
"mercury"
["mercury", "venus", "earth", "mars"]
"venus"
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
wordList is a list of words that currently contains the values ["tree", "rock", "air"]
Which of the following lines will result in the list containing the values ["air", "rock", "air"]
wordList[0] = wordList[2]
wordList[2] = wordList[0]
insertItem(wordList, 0, "air")
removeItem(wordList,0)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be displayed in the console when this program runs?
var inventory = ["key","coin","coin","backpack"];
console.log(inventory[inventory.length-1]);
coin
4
3
backpack
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be displayed when this program finishes running?
var numbersList = [20, 10, 5]
removeItem(numbersList,1)
insertItem(numbersList, 0, 30)
console.log(numbersList.length)
2
3
4
5
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be displayed when this program finishes running?
var groceryList = ["milk","eggs","cheese"]
appendItem(groceryList , "takis")
insertItem(groceryList ,2,"tortillas")
removeItem(groceryList ,1)
console.log(groceryList)
["milk","cheese","takis",2,"tortillas"]
["milk","tortillas","takis"]
["milk","eggs","tortillas","cheese","takis"]
["milk","tortillas","cheese","takis"]
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?
Similar Resources on Wayground
10 questions
ASK TING. 3: BAB 3 (SEARCH & SORT)
Quiz
•
9th Grade
8 questions
Unit 4 - Week 1 (CFU) | CSL[10-18]
Quiz
•
9th - 12th Grade
10 questions
Y8 Recap
Quiz
•
7th - 9th Grade
10 questions
storage devices
Quiz
•
7th - 10th Grade
10 questions
Digital Storage
Quiz
•
1st - 10th Grade
10 questions
Latihan Kelas 9 1 Semester 2
Quiz
•
9th Grade
10 questions
Introduction to Programming
Quiz
•
2nd - 10th Grade
10 questions
Moringa JavaScript Arrays
Quiz
•
5th Grade - Professio...
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
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade