
Lists and Loops Review-Code.org

Flashcard
•
Computers
•
10th Grade - University
•
Hard
Wayground Content
FREE Resource
Student preview

5 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What will be displayed in the console when the following program runs?
var numList = [10,20,30];
console.log ( numList [numList.length-1]);
Back
30
2.
FLASHCARD QUESTION
Front
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"] ? Options: wordList[0] = wordList[2], wordList[2] = wordList[0], insertItem(wordList, 0, "air"), removeItem(wordList,0)
Back
wordList[0] = wordList[2]
3.
FLASHCARD QUESTION
Front
What will be displayed in the console when the following program runs?
var count = 0 while (count != 5){ console.log(count); count = count + 2; }
Back
The program will result in an infinite loop.
4.
FLASHCARD QUESTION
Front
What will the following program display in the console?
for(var i = 0; i < 4; i++){ console.log(i); }
Back
0 1 2 3
5.
FLASHCARD QUESTION
Front
What will the following program display in the console?
var sum = 0; for(var i = 0; i < 5; i++){ sum = sum + i; } console.log(sum);
Back
10
Similar Resources on Wayground
5 questions
Family Flashcard

Flashcard
•
KG
7 questions
Entertainment Terms

Flashcard
•
KG - University
13 questions
Introduction to C#

Flashcard
•
KG - University
5 questions
Vocab Of Mice and Men words 26-30

Flashcard
•
11th - 12th Grade
14 questions
Основы LINQ

Flashcard
•
KG - University
2 questions
Python -- Index/String

Flashcard
•
9th - 12th Grade
10 questions
CSP Unit 3 Assessment

Flashcard
•
9th - 12th Grade
9 questions
gamer

Flashcard
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade