A school is developing a program to keep track of information about students and their class schedules. In which of the following instances would a data abstraction be most helpful? The program includes individual variables to store the names of each student rather than a single list of students, A program includes multiple comments that could be combined into a single comment, A program includes repeated programming statements that could be moved inside a loop, A program includes repeated code that could be moved inside a function.
Code.org - Unit 6 Lists, Loops, and Traversals

Flashcard
•
Computers
•
10th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

12 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
The program includes individual variables to store the names of each student rather than a single list of students.
2.
FLASHCARD QUESTION
Front
var list = [10, 5, 15]; for(var i = 0; <INSERT CODE>; i++){ console.log(list[i]); Which of the following will result in ONLY all the items in list being printed to the console if placed where the program reads <INSERT CODE> and the program is run i < list[list.length], i < list.length, i < list[0], i < list[1]
Back
i < list.length
3.
FLASHCARD QUESTION
Front
wordList is a list of words that currently contains the values ["tree", "rock", "air"]. Which line 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]
4.
FLASHCARD QUESTION
Front
What will be displayed in the console when this program runs?
var numList = [10,20,30];
console.log(numList[numList.length-1]);
Back
30
5.
FLASHCARD QUESTION
Front
What will be displayed when this program finishes running?
var numbersList = [20, 10, 5]
appendItem(numbersList, 50)
appendItem(numbersList,100)
removeItem(numbersList,1)
insertItem(numbersList, 0, 30)
console.log(numbersList.length)
Back
5
6.
FLASHCARD QUESTION
Front
What will happen when the following code is executed? var count = 0 while (count != 5){ console.log(count); count = count + 2; }
Back
The program will result in an infinite loop
7.
FLASHCARD QUESTION
Front
for(var i = 0; i < 4; i++){ console.log(i); } What will be the output?
Back
0
1
2
3
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Code.org CSP Unit 5 Lists

Flashcard
•
9th - 12th Grade
13 questions
Functions and Parameters

Flashcard
•
9th - 12th Grade
15 questions
AP CSP Unit 4

Flashcard
•
10th - 12th Grade
14 questions
Javascript Control Structures Practice

Flashcard
•
9th - 12th Grade
12 questions
AP CSP Loops Practice

Flashcard
•
9th - 12th Grade
13 questions
AP CSP Unit 7: Parameters, Returns, and Libraries

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

Flashcard
•
9th - 12th Grade
9 questions
Loops - code.org

Flashcard
•
12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade