AP CSP Unit 6

Quiz
•
Computers
•
11th Grade
•
Hard
Wayground Content
Used 8+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
the process of accessing each item in a list one at a time
Traversal
Iteration
Selection
Sorting
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a List in the context of programming?
An unordered collection of elements.
An ordered collection of elements.
A type of variable that can hold only one value.
A method for sorting data.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A counting variable to set an initial value, a Boolean expression, and a statement that increases or decreases the variable being checked are all parts of a(n) _______
Loop
Function
Condition
Array
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
An individual item in a list that is assigned a unique index....
Element
Node
Attribute
Value
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The first item in a list has an index of .....
-1
1
0
2
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the ++ command do?
Adds 1 to the count
Subtracts 1 from the count
Multiplies the count by 2
Divides the count by 2
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The program is designed to determine the minimum value in a list of positive numbers called numList. Which of the following can be used to replace <MISSING CODE> so that the program works as intended for every possible list of positive numbers?
0
1000000
numList.length
numList[0]
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
HTML

Quiz
•
9th - 12th Grade
15 questions
2D Lists and Arrays

Quiz
•
10th - 12th Grade
19 questions
Topic 1: Keywords

Quiz
•
10th - 11th Grade
19 questions
Lists and Tuples

Quiz
•
11th Grade
20 questions
Lists and Tuples - Class 11 - Python

Quiz
•
11th Grade
18 questions
MYP Command Terms For Design

Quiz
•
6th - 12th Grade
20 questions
Python Intermediate Quiz (Including pygame)

Quiz
•
3rd - 12th Grade
20 questions
CSS Quiz

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade