
CSP - Unit 6

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Jake Oertle
Used 6+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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.length-1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
wordList is a list of words that currently contains the values ["ball", "rock", "stick"]
Which of the following lines will result in the list containing the values ["stick", "rock", "stick"]
wordList[2] = wordList[0]
wordList[0] = wordList[2]
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?
A
B
C
Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be displayed when this program finishes running?
3
6
7
5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be displayed in the console when the following program runs?
0 2 4 6
0 2 4
2 4 6
The program will result in an infinite loop
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following program display in the console?
TEST TEST TEST TEST TEST
TEST TEST
TEST TEST TEST TEST
ERROR
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Search Algorithms

Quiz
•
9th Grade
15 questions
Python Lists

Quiz
•
10th - 12th Grade
12 questions
Unit 5 Lists, Loops, & Traversals

Quiz
•
10th - 12th Grade
10 questions
Dasar-Dasar Algoritma

Quiz
•
10th - 12th Grade
10 questions
Arrays and Lists

Quiz
•
6th - 12th Grade
10 questions
while loop

Quiz
•
9th Grade
11 questions
Unit 2.1 - Algorithms L1 & L2

Quiz
•
10th Grade
15 questions
Iteration

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade