AP CSP Unit 6

AP CSP Unit 6

11th Grade

20 Qs

quiz-placeholder

Similar activities

CSS Quiz

CSS Quiz

7th - 12th Grade

20 Qs

HTML

HTML

9th - 12th Grade

15 Qs

Pseudocode

Pseudocode

9th - 12th Grade

20 Qs

2D Lists and Arrays

2D Lists and Arrays

10th - 12th Grade

15 Qs

Topic 1: Keywords

Topic 1: Keywords

10th - 11th Grade

19 Qs

Arrays and ArrayLists

Arrays and ArrayLists

10th - 12th Grade

15 Qs

Mastering Python Lists

Mastering Python Lists

11th Grade

20 Qs

Lists and Tuples - Class 11 - Python

Lists and Tuples - Class 11 - Python

11th Grade

20 Qs

AP CSP Unit 6

AP CSP Unit 6

Assessment

Quiz

Computers

11th Grade

Hard

Created by

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

Media Image

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?