AP CSP Unit 6

AP CSP Unit 6

11th Grade

20 Qs

quiz-placeholder

Similar activities

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

Unit 5 Quiz - Loops & Lists (code.org)

Unit 5 Quiz - Loops & Lists (code.org)

10th - 12th Grade

20 Qs

Unit 6-Lesson 18: Assessment Day

Unit 6-Lesson 18: Assessment Day

9th - 12th Grade

15 Qs

AP CSP Unit 6

AP CSP Unit 6

10th - 12th Grade

20 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Searching Algorithms

Searching Algorithms

9th - 11th Grade

16 Qs

AP CSP Unit 6

AP CSP Unit 6

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Quizizz 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?