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.

Units 6 and 7 Flashcard

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

17 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
Which of the following will result in ONLY all the items in list being printed to the console if placed where the program reads
Back
i < list.length
3.
FLASHCARD QUESTION
Front
What will be displayed in the console when this program runs? Options: 2, 3, 20, 30
Back
30
4.
FLASHCARD QUESTION
Front
What will be displayed when this program finishes running? Options: 3, 6, 7, 5
Back
5
5.
FLASHCARD QUESTION
Front
What will be displayed in the console when the following program runs? Options: 0 2 4 6, 0 2 4, 2 4 6, The program will result in an infinite loop
Back
The program will result in an infinite loop
6.
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
7.
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
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
AP CSP Unit 6

Flashcard
•
11th Grade
15 questions
Random Variables

Flashcard
•
10th - 12th Grade
18 questions
Loops, Lists, Traversals test

Flashcard
•
11th Grade
16 questions
Q3-2 Review Questions

Flashcard
•
11th Grade
15 questions
AP CSP Unit 7: Parameters, Returns, and Libraries

Flashcard
•
9th - 12th Grade
10 questions
CODEHS Looping Unit 5 Review

Flashcard
•
9th - 12th Grade
14 questions
Java Math and String Libraries

Flashcard
•
9th - 12th Grade
10 questions
Arrays

Flashcard
•
10th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University